Home
last modified time | relevance | path

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

/frameworks/minikin/libs/minikin/
DLayoutCore.cpp505 float xoff = HBFixedToFloat(positions[i].x_offset); in LayoutPiece()
506 float yoff = -HBFixedToFloat(positions[i].y_offset); in LayoutPiece()
511 float xAdvance = HBFixedToFloat(positions[i].x_advance); in LayoutPiece()
522 glyphBounds.mLeft = roundf(HBFixedToFloat(extents.x_bearing)); in LayoutPiece()
523 glyphBounds.mTop = roundf(HBFixedToFloat(-extents.y_bearing)); in LayoutPiece()
524 glyphBounds.mRight = roundf(HBFixedToFloat(extents.x_bearing + extents.width)); in LayoutPiece()
526 roundf(HBFixedToFloat(-extents.y_bearing - extents.height)); in LayoutPiece()
/frameworks/minikin/include/minikin/
DHbUtils.h26 inline float HBFixedToFloat(hb_position_t v) { in HBFixedToFloat() function