Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkOverdrawCanvas.cpp255 Lattice latticePlusBounds = lattice; in onDrawImageLattice() local
256 if (!latticePlusBounds.fBounds) { in onDrawImageLattice()
258 latticePlusBounds.fBounds = &bounds; in onDrawImageLattice()
261 if (SkLatticeIter::Valid(image->width(), image->height(), latticePlusBounds)) { in onDrawImageLattice()
262 SkLatticeIter iter(latticePlusBounds, dst); in onDrawImageLattice()
DSkCanvas.cpp1806 Lattice latticePlusBounds = lattice; in drawImageLattice() local
1807 if (!latticePlusBounds.fBounds) { in drawImageLattice()
1809 latticePlusBounds.fBounds = &bounds; in drawImageLattice()
1812 if (SkLatticeIter::Valid(image->width(), image->height(), latticePlusBounds)) { in drawImageLattice()
1813 this->onDrawImageLattice(image, latticePlusBounds, dst, paint); in drawImageLattice()
1864 Lattice latticePlusBounds = lattice; in drawBitmapLattice() local
1865 if (!latticePlusBounds.fBounds) { in drawBitmapLattice()
1867 latticePlusBounds.fBounds = &bounds; in drawBitmapLattice()
1870 if (SkLatticeIter::Valid(bitmap.width(), bitmap.height(), latticePlusBounds)) { in drawBitmapLattice()
1871 this->onDrawBitmapLattice(bitmap, latticePlusBounds, dst, paint); in drawBitmapLattice()