Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkLatticeIter.cpp141 bool yIsScalable = (yCount > 0 && src.fTop == yDivs[0]); in SkLatticeIter() local
142 if (yIsScalable) { in SkLatticeIter()
152 int yCountScalable = count_scalable_pixels(yDivs, yCount, yIsScalable, src.fTop, src.fBottom); in SkLatticeIter()
163 src.fTop, src.fBottom, dst.fTop, dst.fBottom, yIsScalable); in SkLatticeIter()