Searched refs:fixedScale (Results 1 – 3 of 3) sorted by relevance
1100 SkFixed fixedScale = SkScalarToFixed(scale); in scaleGlyphMetrics() local1101 glyph.fAdvanceX = SkFixedMul(glyph.fAdvanceX, fixedScale); in scaleGlyphMetrics()1102 glyph.fAdvanceY = SkFixedMul(glyph.fAdvanceY, fixedScale); in scaleGlyphMetrics()
355 const deInt64 fixedScale = 64; in twoPointClippedTriangleInvisible() local359 …>(deFloorFloatToInt32(p.x() * fixedScale), deFloorFloatToInt32(p.y() * fixedScale), deFloorFloatTo… in twoPointClippedTriangleInvisible()
352 const deInt64 fixedScale = 64; in twoPointClippedTriangleInvisible() local356 …>(deFloorFloatToInt32(p.x() * fixedScale), deFloorFloatToInt32(p.y() * fixedScale), deFloorFloatTo… in twoPointClippedTriangleInvisible()