Home
last modified time | relevance | path

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

/frameworks/minikin/tests/util/
DFreeTypeMinikinFontForTest.cpp98 FT_BBox bbox; in GetBounds() local
99 FT_Outline_Get_CBox(&mFtFace->glyph->outline, &bbox); in GetBounds()
101 bounds->mLeft = FTPosToFloat(bbox.xMin); in GetBounds()
102 bounds->mTop = FTPosToFloat(bbox.yMax); in GetBounds()
103 bounds->mRight = FTPosToFloat(bbox.xMax); in GetBounds()
104 bounds->mBottom = FTPosToFloat(bbox.yMin); in GetBounds()