Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkLatticeIter.cpp134 bool xIsScalable = (xCount > 0 && src.fLeft == xDivs[0]); in SkLatticeIter() local
135 if (xIsScalable) { in SkLatticeIter()
150 int xCountScalable = count_scalable_pixels(xDivs, xCount, xIsScalable, src.fLeft, src.fRight); in SkLatticeIter()
158 src.fLeft, src.fRight, dst.fLeft, dst.fRight, xIsScalable); in SkLatticeIter()