Home
last modified time | relevance | path

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

/system/teeui/libteeui/src/
Dfont_rendering.cpp110 FT_BBox cbox; in getGlyphBBox() local
111 FT_Glyph_Get_CBox(glyph, ft_glyph_bbox_pixels, &cbox); in getGlyphBBox()
113 return {{cbox.xMin, -cbox.yMax, cbox.xMax - cbox.xMin, cbox.yMax - cbox.yMin}}; in getGlyphBBox()