Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkScalerContext.cpp769 SkScalar intYScale = SkScalarRoundToScalar(realYScale); in computeMatrices() local
770 if (intYScale == 0) { in computeMatrices()
771 intYScale = SK_Scalar1; in computeMatrices()
773 s->fX = intYScale; in computeMatrices()
774 s->fY = intYScale; in computeMatrices()