Home
last modified time | relevance | path

Searched refs:widthp (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/gil/extension/io/raw/detail/
Ddevice.hpp72 …d get_mem_image_format(int *widthp, int *heightp, int *colorsp, int *bpp) { _processor_ptr.get()->… in get_mem_image_format() argument
/third_party/freetype/src/truetype/
Dttgload.c2270 FT_Byte* widthp; in compute_glyph_metrics() local
2273 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()
/third_party/flutter/skia/third_party/externals/freetype/src/truetype/
Dttgload.c2241 FT_Byte* widthp; in compute_glyph_metrics() local
2244 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()
/third_party/skia/third_party/externals/freetype/src/truetype/
Dttgload.c2274 FT_Byte* widthp; in compute_glyph_metrics() local
2277 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()
/third_party/chromium/patch/
D0001-cve.patch23480 if ( loader->widthp )
23481 glyph->metrics.horiAdvance = loader->widthp[glyph_index] * 64;