Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/core/
DSkLatticeIter.cpp140 bool yIsScalable = (yCount > 0 && src.fTop == yDivs[0]); in SkLatticeIter() local
141 if (yIsScalable) { in SkLatticeIter()
151 int yCountScalable = count_scalable_pixels(yDivs, yCount, yIsScalable, src.fTop, src.fBottom); in SkLatticeIter()
162 src.fTop, src.fBottom, dst.fTop, dst.fBottom, yIsScalable); in SkLatticeIter()
/third_party/skia/src/core/
DSkLatticeIter.cpp140 bool yIsScalable = (yCount > 0 && src.fTop == yDivs[0]); in SkLatticeIter() local
141 if (yIsScalable) { in SkLatticeIter()
151 int yCountScalable = count_scalable_pixels(yDivs, yCount, yIsScalable, src.fTop, src.fBottom); in SkLatticeIter()
162 src.fTop, src.fBottom, dst.fTop, dst.fBottom, yIsScalable); in SkLatticeIter()