Home | History | Annotate | Download | only in core

Lines Matching refs:lattice

218 void SkRecorder::onDrawBitmapLattice(const SkBitmap& bitmap, const Lattice& lattice,
221 this->onDrawImageLattice(image.get(), lattice, dst, paint);
239 void SkRecorder::onDrawImageLattice(const SkImage* image, const Lattice& lattice, const SkRect& dst,
241 int flagCount = lattice.fFlags ? (lattice.fXCount + 1) * (lattice.fYCount + 1) : 0;
242 SkASSERT(lattice.fBounds);
244 lattice.fXCount, this->copy(lattice.fXDivs, lattice.fXCount),
245 lattice.fYCount, this->copy(lattice.fYDivs, lattice.fYCount),
246 flagCount, this->copy(lattice.fFlags, flagCount), *lattice.fBounds, dst);