Home | History | Annotate | Download | only in cid

Lines Matching refs:glyph_index

46                   FT_UInt     glyph_index )
67 FT_TRACE1(( "cid_load_glyph: glyph index %d\n", glyph_index ));
79 glyph_index, &glyph_data );
113 glyph_index * entry_len ) ||
245 glyph_index, FALSE, &metrics );
290 FT_Int glyph_index;
317 for ( glyph_index = 0; glyph_index < face->root.num_glyphs;
318 glyph_index++ )
321 error = cid_load_glyph( &decoder, glyph_index );
339 FT_UInt glyph_index,
355 if ( glyph_index >= (FT_UInt)face->root.num_glyphs )
399 error = cid_load_glyph( &decoder, glyph_index );