Home | History | Annotate | Download | only in type1

Lines Matching refs:glyph_index

44                                       FT_UInt     glyph_index,
74 glyph_index, char_string );
81 char_string->pointer = type1->charstrings[glyph_index];
82 char_string->length = (FT_Int)type1->charstrings_len[glyph_index];
151 glyph_index, FALSE, &metrics );
166 FT_UInt glyph_index )
171 decoder, glyph_index, &glyph_data,
217 FT_Int glyph_index;
254 for ( glyph_index = 0; glyph_index < type1->num_glyphs; glyph_index++ )
257 (void)T1_Parse_Glyph( &decoder, (FT_UInt)glyph_index );
258 if ( glyph_index == 0 || decoder.builder.advance.x > *max_advance )
332 FT_UInt glyph_index,
356 if ( glyph_index >= (FT_UInt)face->root.num_glyphs &&
359 if ( glyph_index >= (FT_UInt)face->root.num_glyphs )
366 FT_TRACE1(( "T1_Load_Glyph: glyph index %d\n", glyph_index ));
421 error = T1_Parse_Glyph_And_Get_Char_String( &decoder, glyph_index,