Searched refs:HBFixedToFloat (Results 1 – 2 of 2) sorted by relevance
38 HBFixedToFloat (hb_position_t v) in HBFixedToFloat() function
147 static float HBFixedToFloat(hb_position_t v) { in HBFixedToFloat() function711 float xoff = HBFixedToFloat(positions[i].x_offset); in doLayoutRun()712 float yoff = -HBFixedToFloat(positions[i].y_offset); in doLayoutRun()716 float xAdvance = HBFixedToFloat(positions[i].x_advance); in doLayoutRun()727 glyphBounds.mLeft = roundf(HBFixedToFloat(extents.x_bearing)); in doLayoutRun()728 glyphBounds.mTop = roundf(HBFixedToFloat(-extents.y_bearing)); in doLayoutRun()729 glyphBounds.mRight = roundf(HBFixedToFloat(extents.x_bearing + extents.width)); in doLayoutRun()731 roundf(HBFixedToFloat(-extents.y_bearing - extents.height)); in doLayoutRun()