Home
last modified time | relevance | path

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

/AliOS-Things-master/components/freetype/src/truetype/
A Dttgload.c1879 FT_Byte* widthp; in compute_glyph_metrics() local
1882 widthp = tt_face_get_device_metrics( face, in compute_glyph_metrics()
1896 if ( widthp && in compute_glyph_metrics()
1900 glyph->metrics.horiAdvance = *widthp << 6; in compute_glyph_metrics()
1907 if ( widthp ) in compute_glyph_metrics()
1908 glyph->metrics.horiAdvance = *widthp << 6; in compute_glyph_metrics()

Completed in 6 milliseconds