Searched defs:widthp (Results 1 - 1 of 1) sorted by relevance

/external/freetype/src/truetype/
H A Dttgload.c2150 FT_Byte* widthp; local
2153 widthp = tt_face_get_device_metrics( face,
2167 if ( widthp &&
2171 glyph->metrics.horiAdvance = *widthp * 64;
2178 if ( widthp )
2179 glyph->metrics.horiAdvance = *widthp * 64;

Completed in 120 milliseconds