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 */
519 #define FT_FACE( x ) ((FT_Face)(x))
523 #define FT_FACE_DRIVER( x ) FT_FACE( x )->driver
525 #define FT_FACE_MEMORY( x ) FT_FACE( x )->memory
526 #define FT_FACE_STREAM( x ) FT_FACE( x )->stream
531 #define FT_FACE_SLOT( x ) FT_FACE( x )->glyph
532 #define FT_FACE_SIZE( x ) FT_FACE( x )->size
556 FT_New_GlyphSlot( FT_Face face,
591 FT_Select_Metrics( FT_Face face
    [all...]
  /external/freetype/src/base/
ftobjs.c 372 FT_New_GlyphSlot( FT_Face face,
458 FT_Set_Transform( FT_Face face,
555 FT_Load_Glyph( FT_Face face,
793 FT_Load_Char( FT_Face face,
835 destroy_charmaps( FT_Face face,
862 FT_Face face,
940 find_unicode_charmap( FT_Face face )
1028 find_variant_selector_charmap( FT_Face face )
1071 FT_Face *aface )
1075 FT_Face face = 0
    [all...]

Completed in 955 milliseconds