Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkScalerContext.cpp794 SkScalar intYScale = SkScalarRoundToScalar(realYScale); in computeMatrices() local
795 if (intYScale == 0) { in computeMatrices()
796 intYScale = SK_Scalar1; in computeMatrices()
798 s->fX = intYScale; in computeMatrices()
799 s->fY = intYScale; in computeMatrices()