Home
last modified time | relevance | path

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

/frameworks/minikin/libs/minikin/
DLayoutCore.cpp498 float xoff = HBFixedToFloat(positions[i].x_offset); in LayoutPiece()
499 float yoff = -HBFixedToFloat(positions[i].y_offset); in LayoutPiece()
504 float xAdvance = HBFixedToFloat(positions[i].x_advance); in LayoutPiece()
512 glyphBounds.mLeft = roundf(HBFixedToFloat(extents.x_bearing)); in LayoutPiece()
513 glyphBounds.mTop = roundf(HBFixedToFloat(-extents.y_bearing)); in LayoutPiece()
514 glyphBounds.mRight = roundf(HBFixedToFloat(extents.x_bearing + extents.width)); in LayoutPiece()
516 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