Home | History | Annotate | Download | only in truetype

Lines Matching refs:glyph_index

145                   FT_UInt    glyph_index )
153 TT_Get_HMetrics( face, glyph_index,
158 TT_Get_VMetrics( face, glyph_index,
181 FT_UInt glyph_index )
205 glyph_index, FALSE, &metrics );
221 glyph_index, TRUE, &metrics );
286 FT_UInt glyph_index,
294 FT_UNUSED( glyph_index );
297 FT_TRACE4(( "Glyph %ld\n", glyph_index ));
887 loader->glyph_index,
1232 FT_UInt glyph_index,
1264 if ( glyph_index >= (FT_UInt)face->root.num_glyphs )
1270 loader->glyph_index = glyph_index;
1283 tt_get_metrics( loader, glyph_index );
1298 glyph_index, &glyph_data );
1316 offset = tt_face_get_location( face, glyph_index,
1334 error = face->access_glyph_frame( loader, glyph_index,
1363 tt_get_metrics_incr_overrides( loader, glyph_index );
1375 glyph_index, &deltas, 4 );
1406 tt_get_metrics_incr_overrides( loader, glyph_index );
1473 glyph_index,
1639 FT_UInt glyph_index )
1690 glyph_index );
1764 glyph_index,
1806 FT_UInt glyph_index,
1822 glyph_index,
1999 /* glyph_index :: The index of the glyph in the font file. */
2013 FT_UInt glyph_index,
2033 error = load_sbit_image( size, glyph, glyph_index, load_flags );
2043 (void)load_truetype_glyph( &loader, glyph_index, 0, TRUE );
2074 error = load_truetype_glyph( &loader, glyph_index, 0, FALSE );
2129 compute_glyph_metrics( &loader, glyph_index );