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

/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DFontCustomPlatformData.h32 typedef struct FT_FaceRec_* FT_Face; typedef in typeref:struct:FT_FaceRec_
43 FontCustomPlatformData(FT_Face, SharedBuffer*);
49 FT_Face m_freeTypeFace;
/external/freetype/include/freetype/
H A Dfreetype.h88 /* FT_Face */
264 /* It is used for the `available_sizes' field of @FT_Face. */
380 /* FT_Face */
399 typedef struct FT_FaceRec_* FT_Face; typedef in typeref:struct:FT_FaceRec_
412 /* Each @FT_Face has an _active_ @FT_Size object that is used by */
421 /* given @FT_Face, but they won't be used by other functions until */
738 FT_Face face;
762 /* model private data of a given @FT_Face object. */
1397 FT_Face face; /* parent face object */
1608 FT_Face fac
[all...]

Completed in 69 milliseconds