Searched refs:widthArray (Results 1 – 3 of 3) sorted by relevance
127 final int widthArray[] = new int[1]; in surfaceWidth() local128 EGL14.eglQuerySurface(eglDisplay, eglSurface, EGL14.EGL_WIDTH, widthArray, 0); in surfaceWidth()129 return widthArray[0]; in surfaceWidth()
230 final int widthArray[] = new int[1]; in surfaceWidth() local231 egl.eglQuerySurface(eglDisplay, eglSurface, EGL10.EGL_WIDTH, widthArray); in surfaceWidth()232 return widthArray[0]; in surfaceWidth()
734 auto widthArray = SkPDFMakeArray(); in emit_subset_type3() local735 widthArray->reserve(glyphCount); in emit_subset_type3()749 widthArray->appendScalar(advance); in emit_subset_type3()759 widthArray->appendScalar(advance); in emit_subset_type3()912 font.insertObject("Widths", std::move(widthArray)); in emit_subset_type3()