Searched defs:FT_Face (Results 1 - 3 of 3) 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/
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/
H A Dfreetype.h121 /* FT_Face */
333 /* It is used for the `available_sizes' field of @FT_Face. */
465 /* FT_Face */
484 typedef struct FT_FaceRec_* FT_Face; typedef in typeref:struct:FT_FaceRec_
497 /* Each @FT_Face has an _active_ @FT_Size object that is used by */
507 /* given @FT_Face, but they won't be used by other functions until */
818 FT_Face face;
842 /* model private data of a given @FT_Face object. */
1499 FT_Face face; /* parent face object */
1709 FT_Face fac
[all...]

Completed in 217 milliseconds