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