Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/core/
DSkLatticeIter.cpp149 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/
DSkLatticeIter.cpp149 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()