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

  /external/freetype/src/cff/
cffload.c 1064 FT_UInt glyph_code; local
1083 /* code (`glyph_code') at index j and make the assignment: */
1085 /* encoding->codes[glyph_code] = j + 1 */
1089 /* encoding->sids[glyph_code] = charset->sids[j + 1] */
1123 glyph_code = *p++;
1129 encoding->codes[glyph_code] = (FT_UShort)j;
1132 encoding->sids[glyph_code] = charset->sids[j];
1153 if ( FT_READ_BYTE( glyph_code ) )
    [all...]
  /external/freetype/include/freetype/internal/
tttypes.h 693 FT_UShort glyph_code; member in struct:TT_SBit_ComponentRec_
    [all...]
  /external/freetype/src/sfnt/
ttsbit.c     [all...]

Completed in 1016 milliseconds