HomeSort by relevance Sort by last modified time
    Searched defs:FT_FACE (Results 1 - 2 of 2) sorted by null

  /external/freetype/include/freetype/internal/
ftobjs.h 304 /* This structure contains the internal fields of each FT_Face */
346 /* A counter initialized to~1 at the time an @FT_Face structure is */
562 #define FT_FACE( x ) ((FT_Face)(x))
566 #define FT_FACE_DRIVER( x ) FT_FACE( x )->driver
568 #define FT_FACE_MEMORY( x ) FT_FACE( x )->memory
569 #define FT_FACE_STREAM( x ) FT_FACE( x )->stream
574 #define FT_FACE_SLOT( x ) FT_FACE( x )->glyph
575 #define FT_FACE_SIZE( x ) FT_FACE( x )->size
599 FT_New_GlyphSlot( FT_Face face
    [all...]
  /external/pdfium/third_party/freetype/include/freetype/internal/
ftobjs.h 303 /* This structure contains the internal fields of each FT_Face */
351 /* A counter initialized to~1 at the time an @FT_Face structure is */
556 #define FT_FACE( x ) ((FT_Face)(x))
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
593 FT_New_GlyphSlot( FT_Face face
    [all...]

Completed in 459 milliseconds