Searched refs:xCountScalable (Results 1 – 2 of 2) sorted by relevance
/third_party/flutter/skia/src/core/ |
D | SkLatticeIter.cpp | 149 int xCountScalable = count_scalable_pixels(xDivs, xCount, xIsScalable, src.fLeft, src.fRight); in SkLatticeIter() local 150 int xCountFixed = src.width() - xCountScalable; in SkLatticeIter() 156 set_points(fDstX.begin(), fSrcX.begin(), xDivs, xCount, xCountFixed, xCountScalable, in SkLatticeIter()
|
/third_party/skia/src/core/ |
D | SkLatticeIter.cpp | 149 int xCountScalable = count_scalable_pixels(xDivs, xCount, xIsScalable, src.fLeft, src.fRight); in SkLatticeIter() local 150 int xCountFixed = src.width() - xCountScalable; in SkLatticeIter() 156 set_points(fDstX.begin(), fSrcX.begin(), xDivs, xCount, xCountFixed, xCountScalable, in SkLatticeIter()
|