Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/core/
H A DSkLatticeIter.cpp55 static int count_scalable_pixels(const int32_t* divs, int numDivs, bool firstIsScalable, in count_scalable_pixels() function
155 int xCountScalable = count_scalable_pixels(xDivs, xCount, xIsScalable, src.fLeft, src.fRight); in SkLatticeIter()
157 int yCountScalable = count_scalable_pixels(yDivs, yCount, yIsScalable, src.fTop, src.fBottom); in SkLatticeIter()