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

  /external/freetype/src/cff/
cffcmap.c 36 TT_Face face = (TT_Face)FT_CMAP_FACE( cmap );
138 TT_Face face = (TT_Face)FT_CMAP_FACE( unicodes );
162 FT_Face face = FT_CMAP_FACE( unicodes );
175 TT_Face face = (TT_Face)FT_CMAP_FACE( unicodes );
188 TT_Face face = (TT_Face)FT_CMAP_FACE( unicodes );
cffdrivr.c 408 FT_Face face = FT_CMAP_FACE( cmap );
  /external/freetype/src/psaux/
t1cmap.c 38 T1_Face face = (T1_Face)FT_CMAP_FACE( cmap );
177 T1_Face face = (T1_Face)FT_CMAP_FACE( cmap );
277 T1_Face face = (T1_Face)FT_CMAP_FACE( unicodes );
294 FT_Face face = FT_CMAP_FACE( unicodes );
307 T1_Face face = (T1_Face)FT_CMAP_FACE( unicodes );
319 T1_Face face = (T1_Face)FT_CMAP_FACE( unicodes );
  /external/freetype/include/freetype/internal/
ftobjs.h 145 #define FT_CMAP_FACE( x ) FT_CMAP( x )->charmap.face
    [all...]

Completed in 55 milliseconds