Home | History | Annotate | Download | only in type1

Lines Matching refs:glyph_index

59                                       FT_UInt     glyph_index,
81 glyph_index, char_string );
88 char_string->pointer = type1->charstrings[glyph_index];
89 char_string->length = (FT_Int)type1->charstrings_len[glyph_index];
111 glyph_index, FALSE, &metrics );
126 FT_UInt glyph_index )
130 decoder, glyph_index, &glyph_data );
158 FT_Int glyph_index;
194 for ( glyph_index = 0; glyph_index < type1->num_glyphs; glyph_index++ )
197 (void)T1_Parse_Glyph( &decoder, (FT_UInt)glyph_index );
198 if ( glyph_index == 0 || decoder.builder.advance.x > *max_advance )
271 FT_UInt glyph_index,
293 if ( glyph_index >= (FT_UInt)face->root.num_glyphs &&
296 if ( glyph_index >= (FT_UInt)face->root.num_glyphs )
303 FT_TRACE1(( "T1_Load_Glyph: glyph index %d\n", glyph_index ));
354 error = T1_Parse_Glyph_And_Get_Char_String( &decoder, glyph_index,