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

  /external/freetype/include/freetype/internal/
t1types.h 217 FT_CharMap charmaps[2]; member in struct:T1_FaceRec_
  /external/freetype/src/base/
ftobjs.c 845 FT_CMap cmap = FT_CMAP( face->charmaps[n] );
850 face->charmaps[n] = NULL;
853 FT_FREE( face->charmaps );
887 /* discard charmaps */
948 first = face->charmaps;
964 * *several* Unicode charmaps:
1009 /* Do the loop again and search for UCS-2 charmaps. */
1053 first = face->charmaps;
    [all...]
  /external/freetype/src/cff/
cffobjs.c 866 cmap = cffface->charmaps[nn];
909 cffface->charmap = cffface->charmaps[nn];
  /external/freetype/include/freetype/
freetype.h 460 /* parent's face. Some font formats may provide several charmaps per */
463 /* Each face object owns zero or more charmaps, but only one of them */
466 /* The list of available charmaps in a face is available through the */
467 /* `face->num_charmaps' and `face->charmaps' fields of @FT_FaceRec. */
928 FT_CharMap* charmaps; member in struct:FT_FaceRec_
    [all...]
  /external/freetype/src/sfnt/
sfobjs.c 245 /* charmaps). */
851 /* Polish the charmaps. */
867 FT_CharMap charmap = root->charmaps[m];
    [all...]

Completed in 396 milliseconds