Searched refs:roundf (Results 1 – 5 of 5) sorted by relevance
166 dst->fLeft = (int)::roundf(src.fLeft * scale); in scale_rect()167 dst->fTop = (int)::roundf(src.fTop * scale); in scale_rect()168 dst->fRight = (int)::roundf(src.fRight * scale); in scale_rect()169 dst->fBottom = (int)::roundf(src.fBottom * scale); in scale_rect()
155 EXPORT_F32_FN_F32(roundf) in EXPORT_F32_FN_F32() argument282 { "_Z5roundf", (void *)&roundf, true },
421 int penX = x + (int) roundf(positions[(glyphsCount << 1)]); in render()422 int penY = y + (int) roundf(positions[(glyphsCount << 1) + 1]); in render()
753 xAdvance = roundf(xAdvance); in doLayoutRun()
2745 roundf(fmaxf(1.0f, sx)),2746 roundf(fmaxf(1.0f, sy)));