HomeSort by relevance Sort by last modified time
    Searched refs:widthArray (Results 1 - 3 of 3) sorted by null

  /external/webrtc/talk/app/webrtc/java/android/org/webrtc/
EglBase10.java 194 final int widthArray[] = new int[1];
195 egl.eglQuerySurface(eglDisplay, eglSurface, EGL10.EGL_WIDTH, widthArray);
196 return widthArray[0];
EglBase14.java 138 final int widthArray[] = new int[1];
139 EGL14.eglQuerySurface(eglDisplay, eglSurface, EGL14.EGL_WIDTH, widthArray, 0);
140 return widthArray[0];
  /external/skia/src/pdf/
SkPDFFont.cpp 628 auto widthArray = sk_make_sp<SkPDFArray>();
629 widthArray->reserve(glyphCount);
669 widthArray->appendScalar(advance);
706 font->insertObject("Widths", std::move(widthArray));

Completed in 60 milliseconds