Home
last modified time | relevance | path

Searched refs:fixedScale (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/ports/
DSkFontHost_FreeType.cpp1110 SkFixed fixedScale = SkScalarToFixed(scale); in scaleGlyphMetrics() local
1111 glyph.fAdvanceX = SkFixedMul(glyph.fAdvanceX, fixedScale); in scaleGlyphMetrics()
1112 glyph.fAdvanceY = SkFixedMul(glyph.fAdvanceY, fixedScale); in scaleGlyphMetrics()
/external/deqp/modules/gles3/functional/
Des3fClippingTests.cpp355 const deInt64 fixedScale = 64; in twoPointClippedTriangleInvisible() local
359 …>(deFloorFloatToInt32(p.x() * fixedScale), deFloorFloatToInt32(p.y() * fixedScale), deFloorFloatTo… in twoPointClippedTriangleInvisible()
/external/deqp/modules/gles2/functional/
Des2fClippingTests.cpp352 const deInt64 fixedScale = 64; in twoPointClippedTriangleInvisible() local
356 …>(deFloorFloatToInt32(p.x() * fixedScale), deFloorFloatToInt32(p.y() * fixedScale), deFloorFloatTo… in twoPointClippedTriangleInvisible()