Home | History | Annotate | Download | only in sfnt

Lines Matching refs:charmap

201   /***** The following charmap lookup and iteration functions all      *****/
252 /* low-bytes within the charmap. Note that the range defined by `first' */
393 /* to test whether the character code is in the charmap */
701 TT_Face face = (TT_Face)cmap->cmap.cmap.charmap.face;
1044 TT_Face face = (TT_Face)cmap->cmap.charmap.face;
1139 TT_Face face = (TT_Face)cmap->cmap.charmap.face;
1577 /***** The `is32' table embedded in the charmap indicates whether a *****/
2985 /* here; stored in the normal Unicode charmap instead. */
3423 FT_CharMapRec charmap;
3427 charmap.platform_id = TT_NEXT_USHORT( p );
3428 charmap.encoding_id = TT_NEXT_USHORT( p );
3429 charmap.face = FT_FACE( face );
3430 charmap.encoding = FT_ENCODING_NONE; /* will be filled later */
3472 cmap, &charmap, &ttcmap ) )
3501 tt_get_cmap_info( FT_CharMap charmap,
3504 FT_CMap cmap = (FT_CMap)charmap;
3508 return clazz->get_cmap_info( charmap, cmap_info );