Searched defs:latticePlusBounds (Results 1 - 2 of 2) sorted by relevance
/external/skia/src/core/ |
H A D | SkOverdrawCanvas.cpp | 255 Lattice latticePlusBounds = lattice; local 256 if (!latticePlusBounds.fBounds) { 258 latticePlusBounds.fBounds = &bounds; 261 if (SkLatticeIter::Valid(image->width(), image->height(), latticePlusBounds)) { 262 SkLatticeIter iter(latticePlusBounds, dst);
|
H A D | SkCanvas.cpp | 1887 Lattice latticePlusBounds = lattice; local 1888 if (!latticePlusBounds.fBounds) { 1890 latticePlusBounds.fBounds = &bounds; 1893 if (SkLatticeIter::Valid(image->width(), image->height(), latticePlusBounds)) { 1894 this->onDrawImageLattice(image, latticePlusBounds, dst, paint); 1945 Lattice latticePlusBounds = lattice; local 1946 if (!latticePlusBounds.fBounds) { 1948 latticePlusBounds.fBounds = &bounds; 1951 if (SkLatticeIter::Valid(bitmap.width(), bitmap.height(), latticePlusBounds)) { 1952 this->onDrawBitmapLattice(bitmap, latticePlusBounds, ds [all...] |
Completed in 152 milliseconds