Searched refs:yCountScalable (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/core/ |
D | SkLatticeIter.cpp | 152 int yCountScalable = count_scalable_pixels(yDivs, yCount, yIsScalable, src.fTop, src.fBottom); in SkLatticeIter() local 153 int yCountFixed = src.height() - yCountScalable; in SkLatticeIter() 162 set_points(fDstY.begin(), fSrcY.begin(), yDivs, yCount, yCountFixed, yCountScalable, in SkLatticeIter()
|