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

/external/freetype/src/truetype/
H A Dttgload.c2066 FT_Byte* widthp; local
2069 widthp = tt_face_get_device_metrics( face,
2083 if ( widthp &&
2087 glyph->metrics.horiAdvance = *widthp * 64;
2094 if ( widthp )
2095 glyph->metrics.horiAdvance = *widthp * 64;
/external/pdfium/third_party/freetype/src/truetype/
H A Dttgload.c1944 FT_Byte* widthp; local
1947 widthp = tt_face_get_device_metrics( face,
1961 if ( widthp &&
1965 glyph->metrics.horiAdvance = *widthp * 64;
1972 if ( widthp )
1973 glyph->metrics.horiAdvance = *widthp * 64;

Completed in 288 milliseconds