Searched defs:FT_Face (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/core/
H A DSkAdvancedTypefaceMetrics.cpp20 typedef struct FT_FaceRec_* FT_Face; typedef in typeref:struct:FT_FaceRec_
273 FT_Face face,
277 bool (*getAdvance)(FT_Face face, int gId, int16_t* data));
/external/freetype/include/freetype/
H A Dfreetype.h121 /* FT_Face */
332 /* It is used for the `available_sizes' field of @FT_Face. */
467 /* FT_Face */
482 /* An `FT_Face' object can only be safely used from one thread at a */
483 /* time. Similarly, creation and destruction of `FT_Face' with the */
487 /* long as the same `FT_Face' object is not used from multiple */
494 typedef struct FT_FaceRec_* FT_Face; typedef in typeref:struct:FT_FaceRec_
507 /* Each @FT_Face has an _active_ @FT_Size object that is used by */
517 /* given @FT_Face, but they won't be used by other functions until */
832 FT_Face fac
[all...]
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/
H A Dfreetype.h121 /* FT_Face */
333 /* It is used for the `available_sizes' field of @FT_Face. */
468 /* FT_Face */
483 /* An `FT_Face' object can only be safely used from one thread at a */
484 /* time. Similarly, creation and destruction of `FT_Face' with the */
488 /* long as the same `FT_Face' object is not used from multiple */
495 typedef struct FT_FaceRec_* FT_Face; typedef in typeref:struct:FT_FaceRec_
508 /* Each @FT_Face has an _active_ @FT_Size object that is used by */
518 /* given @FT_Face, but they won't be used by other functions until */
833 FT_Face fac
[all...]
/external/pdfium/third_party/freetype/include/freetype/
H A Dfreetype.h121 /* FT_Face */
333 /* It is used for the `available_sizes' field of @FT_Face. */
468 /* FT_Face */
483 /* An `FT_Face' object can only be safely used from one thread at a */
484 /* time. Similarly, creation and destruction of `FT_Face' with the */
488 /* long as the same `FT_Face' object is not used from multiple */
495 typedef struct FT_FaceRec_* FT_Face; typedef in typeref:struct:FT_FaceRec_
508 /* Each @FT_Face has an _active_ @FT_Size object that is used by */
518 /* given @FT_Face, but they won't be used by other functions until */
833 FT_Face fac
[all...]

Completed in 387 milliseconds