HomeSort by relevance Sort by last modified time
    Searched refs:xIsScalable (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkLatticeIter.cpp 133 bool xIsScalable = (xCount > 0 && src.fLeft == xDivs[0]);
134 if (xIsScalable) {
149 int xCountScalable = count_scalable_pixels(xDivs, xCount, xIsScalable, src.fLeft, src.fRight);
157 src.fLeft, src.fRight, dst.fLeft, dst.fRight, xIsScalable);
  /external/skqp/src/core/
SkLatticeIter.cpp 134 bool xIsScalable = (xCount > 0 && src.fLeft == xDivs[0]);
135 if (xIsScalable) {
150 int xCountScalable = count_scalable_pixels(xDivs, xCount, xIsScalable, src.fLeft, src.fRight);
158 src.fLeft, src.fRight, dst.fLeft, dst.fRight, xIsScalable);

Completed in 173 milliseconds