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

  /external/skia/src/ports/
SkFontMgr_custom_directory.cpp 66 for (int faceIndex = 0; faceIndex < numFaces; ++faceIndex) {
70 if (!scanner.scanFont(stream.get(), faceIndex,
74 filename.c_str(), faceIndex);
85 faceIndex));
SkFontMgr_custom_embedded.cpp 59 for (int faceIndex = 0; faceIndex < numFaces; ++faceIndex) {
63 if (!scanner.scanFont(stream.get(), faceIndex,
66 SkDebugf("---- failed to open <%d> <%d> as a font\n", index, faceIndex);
75 auto data = skstd::make_unique<SkFontData>(std::move(stream), faceIndex, nullptr, 0);
SkFontMgr_win_dw.cpp 905 UINT32 faceIndex = fontFace->GetIndex();
906 if (faceIndex == ttcIndex) {
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
FaceClustering.java 47 public void add(MediaItem item, int faceIndex) {
52 Face face = faces[faceIndex];
56 mCoverFaceIndex = faceIndex;
63 mCoverFaceIndex = faceIndex;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/RenderUtils/
ObjImporter.java 182 int faceIndex = currObjIndexData.vertexIndices.get(i) * 3;
185 aVertices[vertexIndex] = vertices.get(faceIndex);
186 aVertices[vertexIndex + 1] = vertices.get(faceIndex + 1);
187 aVertices[vertexIndex + 2] = vertices.get(faceIndex + 2);
190 Log.d(TAG, "Obj array index out of bounds: " + vertexIndex + ", " + faceIndex);
  /packages/apps/Gallery2/src_pd/com/android/gallery3d/picasasource/
PicasaSource.java 84 public static MediaItem getFaceItem(Context context, MediaItem item, int faceIndex) {
  /external/pdfium/core/fxge/ge/
cfx_font.cpp 62 int32_t faceIndex,
74 if (FXFT_Open_Face(library, &args, faceIndex, Face))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dwrite_1.h 225 UINT32 faceIndex,
dwrite_2.h 217 UINT32 faceIndex,
dwrite.h 718 UINT32 faceIndex,
812 #define IDWriteFactory_CreateFontFace(This,fontFaceType,numberOfFiles,fontFiles,faceIndex,fontFaceSimulationFlags,fontFace) (This)->lpVtbl->CreateFontFace(This,fontFaceType,numberOfFiles,fontFiles,faceIndex,fontFaceSimulationFlags,fontFace)
    [all...]
  /development/ndk/platforms/android-24/include/GLES2/
gl2ext.h     [all...]
  /external/swiftshader/include/GLES2/
gl2ext.h     [all...]
  /frameworks/native/opengl/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/GL/
glext.h     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 

Completed in 558 milliseconds