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

  /external/freetype/src/sfnt/
ttbdf.c 48 FT_Stream stream = FT_FACE(face)->stream;
145 FT_Size size = FT_FACE(face)->size;
157 error = tt_face_load_bdf_props( face, FT_FACE( face )->stream );
ttcmap.c     [all...]
  /external/freetype/include/freetype/internal/
ftserv.h 71 FT_Module module = FT_MODULE( FT_FACE( face )->driver ); \
85 FT_Module module = FT_MODULE( FT_FACE( face )->driver ); \
121 FT_Module module = FT_MODULE( FT_FACE( face )->driver ); \
134 FT_Module module = FT_MODULE( FT_FACE( face )->driver ); \
541 svc = FT_FACE( face )->internal->services. service_ ## id; \
548 FT_FACE( face )->internal->services. service_ ## id = \
    [all...]
ftobjs.h 267 /* This structure contains the internal fields of each FT_Face */
315 /* A counter initialized to~1 at the time an @FT_Face structure is */
526 #define FT_FACE( x ) ((FT_Face)(x))
530 #define FT_FACE_DRIVER( x ) FT_FACE( x )->driver
532 #define FT_FACE_MEMORY( x ) FT_FACE( x )->memory
533 #define FT_FACE_STREAM( x ) FT_FACE( x )->stream
538 #define FT_FACE_SLOT( x ) FT_FACE( x )->glyph
539 #define FT_FACE_SIZE( x ) FT_FACE( x )->size
563 FT_New_GlyphSlot( FT_Face face
    [all...]
  /external/freetype/src/base/
ftobjs.c 371 FT_New_GlyphSlot( FT_Face face,
457 FT_Set_Transform( FT_Face face,
554 FT_Load_Glyph( FT_Face face,
792 FT_Load_Char( FT_Face face,
834 destroy_charmaps( FT_Face face,
861 FT_Face face,
939 find_unicode_charmap( FT_Face face )
1043 find_variant_selector_charmap( FT_Face face )
    [all...]

Completed in 179 milliseconds