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

/external/freetype/include/internal/
H A Dftobjs.h556 #define FT_FACE( x ) ((FT_Face)(x)) macro
560 #define FT_FACE_DRIVER( x ) FT_FACE( x )->driver
562 #define FT_FACE_MEMORY( x ) FT_FACE( x )->memory
563 #define FT_FACE_STREAM( x ) FT_FACE( x )->stream
568 #define FT_FACE_SLOT( x ) FT_FACE( x )->glyph
569 #define FT_FACE_SIZE( x ) FT_FACE( x )->size
/external/pdfium/third_party/freetype/include/freetype/internal/
H A Dftobjs.h556 #define FT_FACE( x ) ((FT_Face)(x)) macro
560 #define FT_FACE_DRIVER( x ) FT_FACE( x )->driver
562 #define FT_FACE_MEMORY( x ) FT_FACE( x )->memory
563 #define FT_FACE_STREAM( x ) FT_FACE( x )->stream
568 #define FT_FACE_SLOT( x ) FT_FACE( x )->glyph
569 #define FT_FACE_SIZE( x ) FT_FACE( x )->size

Completed in 44 milliseconds