Searched refs:fixedScale (Results 1 – 3 of 3) sorted by relevance
1110 SkFixed fixedScale = SkScalarToFixed(scale); in scaleGlyphMetrics() local1111 glyph.fAdvanceX = SkFixedMul(glyph.fAdvanceX, fixedScale); in scaleGlyphMetrics()1112 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()