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

  /external/skqp/src/gpu/ops/
GrLatticeOp.cpp 246 std::unique_ptr<int[]> xdivs; local
267 xdivs.reset(new int[lattice.fXCount]);
269 init_random_divs(xdivs.get(), lattice.fXCount, subset.fLeft, subset.fRight, random);
271 lattice.fXDivs = xdivs.get();
  /external/skia/src/gpu/ops/
GrLatticeOp.cpp 366 std::unique_ptr<int[]> xdivs; local
394 xdivs.reset(new int[lattice.fXCount]);
396 init_random_divs(xdivs.get(), lattice.fXCount, subset.fLeft, subset.fRight, random);
398 lattice.fXDivs = xdivs.get();
  /external/skia/src/core/
SkLiteDL.cpp 331 auto xdivs = pod<int>(this, 0), local
338 c->drawImageLattice(image.get(), {xdivs, ydivs, flags, xs, ys, &src, colors}, dst,
  /external/skqp/src/core/
SkLiteDL.cpp 331 auto xdivs = pod<int>(this, 0), local
338 c->drawImageLattice(image.get(), {xdivs, ydivs, flags, xs, ys, &src, colors}, dst,

Completed in 94 milliseconds