Searched refs:count_scalable_pixels (Results 1 – 2 of 2) sorted by relevance
/third_party/flutter/skia/src/core/ |
D | SkLatticeIter.cpp | 49 static int count_scalable_pixels(const int32_t* divs, int numDivs, bool firstIsScalable, in count_scalable_pixels() function 149 int xCountScalable = count_scalable_pixels(xDivs, xCount, xIsScalable, src.fLeft, src.fRight); in SkLatticeIter() 151 int yCountScalable = count_scalable_pixels(yDivs, yCount, yIsScalable, src.fTop, src.fBottom); in SkLatticeIter()
|
/third_party/skia/src/core/ |
D | SkLatticeIter.cpp | 49 static int count_scalable_pixels(const int32_t* divs, int numDivs, bool firstIsScalable, in count_scalable_pixels() function 149 int xCountScalable = count_scalable_pixels(xDivs, xCount, xIsScalable, src.fLeft, src.fRight); in SkLatticeIter() 151 int yCountScalable = count_scalable_pixels(yDivs, yCount, yIsScalable, src.fTop, src.fBottom); in SkLatticeIter()
|