Home | History | Annotate | Download | only in type1

Lines Matching defs:charcode

1219       /*   ... charcode /charname ...                           */
1266 FT_Int charcode;
1270 charcode = n;
1273 charcode = (FT_Int)T1_ToInt( parser );
1276 /* protect against invalid charcode */
1302 parser->root.error = T1_Add_Table( char_table, charcode,
1306 char_table->elements[charcode][len] = '\0';
2221 FT_Int charcode, idx, min_char, max_char;
2233 charcode = 0;
2234 for ( ; charcode < loader.encoding_table.max_elems; charcode++ )
2239 type1->encoding.char_index[charcode] = 0;
2240 type1->encoding.char_name [charcode] = (char *)".notdef";
2242 char_name = loader.encoding_table.elements[charcode];
2250 type1->encoding.char_index[charcode] = (FT_UShort)idx;
2251 type1->encoding.char_name [charcode] = (char*)glyph_name;
2258 if ( charcode < min_char )
2259 min_char = charcode;
2260 if ( charcode >= max_char )
2261 max_char = charcode + 1;