/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/ |
ttobjs.c | 493 /* face_index :: The index of the TrueType font, if we are opening a */ 511 FT_Int face_index, 538 error = sfnt->init_face( stream, face, face_index, num_params, params ); 562 if ( face_index < 0 ) 566 error = sfnt->load_face( stream, face, face_index, num_params, params ); 636 FT_Int instance_index = face_index >> 16; 654 /* in `face_index', the instance index starts with value 1 */ [all...] |
ttobjs.h | 359 FT_Int face_index,
|
/external/harfbuzz_ng/src/ |
hb-directwrite.cc | 150 for (unsigned int face_index = 0; face_index < face_count; face_index++) 154 const OT::OpenTypeFontFace &face = file.get_face (face_index); 163 else if (face_index == 0) /* Fail if first face doesn't have 'name' table. */
|
hb-uniscribe.cc | 403 for (unsigned int face_index = 0; face_index < face_count; face_index++) 407 const OT::OpenTypeFontFace &face = file.get_face (face_index); 416 else if (face_index == 0) /* Fail if first face doesn't have 'name' table. */
|
hb-ft.cc | 504 face = hb_face_create (blob, ft_face->face_index); 510 hb_face_set_index (face, ft_face->face_index);
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/bdf/ |
bdfdrivr.c | 339 FT_Int face_index, 377 * XXX: non-zero face_index is already invalid argument, but 382 if ( face_index > 0 && ( face_index & 0xFFFF ) > 0 ) 401 bdfface->face_index = 0;
|
/external/skia/src/ports/ |
SkFontConfigInterface_direct.cpp | 513 int face_index; local 514 if (FcPatternGetInteger(match, FC_INDEX, 0, &face_index) != FcResultMatch) { 522 outIdentity->fTTCIndex = face_index;
|
/external/harfbuzz_ng/util/ |
options.hh | 292 face_index = 0; 311 int face_index; member in struct:font_options_t
|
/external/pdfium/core/include/fxge/ |
fx_freetype.h | 102 #define FXFT_Get_Face_Faceindex(face) ((FT_Face)face)->face_index
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/sfnt/ |
sfobjs.c | 851 FT_Int face_index; local 886 face_index = FT_ABS( face_instance_index ) & 0xFFFF; 888 if ( face_index >= face->ttc_header.count ) 893 face_index = 0; 896 if ( FT_STREAM_SEEK( face->ttc_header.offsets[face_index] ) ) 976 face->root.face_index = face_index; [all...] |
/external/pdfium/third_party/freetype/src/sfnt/ |
sfobjs.c | 831 FT_Int face_index; local 866 face_index = FT_ABS( face_instance_index ) & 0xFFFF; 868 if ( face_index >= face->ttc_header.count ) 873 face_index = 0; 876 if ( FT_STREAM_SEEK( face->ttc_header.offsets[face_index] ) ) 924 face->root.face_index = face_index; [all...] |
/external/freetype/include/freetype/ |
freetype.h | 1040 FT_Long face_index; member in struct:FT_FaceRec_ [all...] |
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/ |
freetype.h | 1037 FT_Long face_index; member in struct:FT_FaceRec_ [all...] |
/external/pdfium/third_party/freetype/include/freetype/ |
freetype.h | 1037 FT_Long face_index; member in struct:FT_FaceRec_ [all...] |
/external/freetype/src/sfnt/ |
sfobjs.c | 851 FT_Int face_index; local 886 face_index = FT_ABS( face_instance_index ) & 0xFFFF; 888 if ( face_index >= face->ttc_header.count ) 893 face_index = 0; 896 if ( FT_STREAM_SEEK( face->ttc_header.offsets[face_index] ) ) 980 face->root.face_index = face_instance_index; [all...] |
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cid/ |
cidload.c | 688 FT_Int face_index ) 716 if ( face_index < 0 )
|
/external/pdfium/third_party/freetype/src/cid/ |
cidload.c | 651 FT_Int face_index ) 673 if ( face_index < 0 )
|
/external/freetype/src/truetype/ |
ttobjs.h | 357 FT_Int face_index,
|
/external/pdfium/third_party/freetype/src/truetype/ |
ttobjs.h | 359 FT_Int face_index,
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/ |
btGImpactShape.h | 648 SIMD_FORCE_INLINE void get_indices(int face_index,unsigned int &i0,unsigned int &i1,unsigned int &i2) const 652 unsigned short* s_indices = (unsigned short *)(indexbase + face_index * indexstride); 659 unsigned int * i_indices = (unsigned int *)(indexbase + face_index*indexstride);
|
/prebuilts/misc/darwin-x86_64/freetype/include/freetype2/ |
freetype.h | 1018 FT_Long face_index; member in struct:FT_FaceRec_ [all...] |
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pcf/ |
pcfread.c | 1188 FT_Long face_index ) 1201 root->face_index = 0; 1204 if ( face_index < 0 ) [all...] |
/external/freetype/src/cff/ |
cffload.c | [all...] |
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/ |
cffload.c | [all...] |
/external/pdfium/core/src/fxge/android/ |
fpf_skiafontmgr.cpp | 527 pFontDesc->m_iFaceIndex = face->face_index;
|