Home
last modified time | relevance | path

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

/third_party/skia/src/core/
H A DSkScalerContext.cpp880 SkScalar intYScale = SkScalarRoundToScalar(realYScale); in computeMatrices() local
881 if (intYScale == 0) { in computeMatrices()
882 intYScale = SK_Scalar1; in computeMatrices()
884 s->fX = intYScale; in computeMatrices()
885 s->fY = intYScale; in computeMatrices()

Completed in 3 milliseconds