Searched refs:widthp (Results 1 – 5 of 5) sorted by relevance
72 …d get_mem_image_format(int *widthp, int *heightp, int *colorsp, int *bpp) { _processor_ptr.get()->… in get_mem_image_format() argument
2270 FT_Byte* widthp; in compute_glyph_metrics() local2273 widthp = tt_face_get_device_metrics( face, in compute_glyph_metrics()2287 if ( widthp && in compute_glyph_metrics()2291 glyph->metrics.horiAdvance = *widthp * 64; in compute_glyph_metrics()2298 if ( widthp ) in compute_glyph_metrics()2299 glyph->metrics.horiAdvance = *widthp * 64; in compute_glyph_metrics()
2241 FT_Byte* widthp; in compute_glyph_metrics() local2244 widthp = tt_face_get_device_metrics( face, in compute_glyph_metrics()2258 if ( widthp && in compute_glyph_metrics()2262 glyph->metrics.horiAdvance = *widthp * 64; in compute_glyph_metrics()2269 if ( widthp ) in compute_glyph_metrics()2270 glyph->metrics.horiAdvance = *widthp * 64; in compute_glyph_metrics()
2274 FT_Byte* widthp; in compute_glyph_metrics() local2277 widthp = tt_face_get_device_metrics( face, in compute_glyph_metrics()2291 if ( widthp && in compute_glyph_metrics()2295 glyph->metrics.horiAdvance = *widthp * 64; in compute_glyph_metrics()2302 if ( widthp ) in compute_glyph_metrics()2303 glyph->metrics.horiAdvance = *widthp * 64; in compute_glyph_metrics()
23480 if ( loader->widthp )23481 glyph->metrics.horiAdvance = loader->widthp[glyph_index] * 64;