Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DRecordingCanvas.cpp926 Lattice latticePlusBounds = lattice; in drawImageLattice() local
927 if (!latticePlusBounds.fBounds) { in drawImageLattice()
929 latticePlusBounds.fBounds = &bounds; in drawImageLattice()
932 if (SkLatticeIter::Valid(image->width(), image->height(), latticePlusBounds)) { in drawImageLattice()
933 fDL->drawImageLattice(image, latticePlusBounds, dst, paint, palette); in drawImageLattice()