Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkScalerContext.cpp790 SkScalar intYScale = SkScalarRoundToScalar(realYScale); in computeMatrices() local
791 if (intYScale == 0) { in computeMatrices()
792 intYScale = SK_Scalar1; in computeMatrices()
794 s->fX = intYScale; in computeMatrices()
795 s->fY = intYScale; in computeMatrices()