Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/hwui/
H A DRecordingCanvas.cpp1040 Lattice latticePlusBounds = lattice; in drawImageLattice() local
1041 if (!latticePlusBounds.fBounds) { in drawImageLattice()
1043 latticePlusBounds.fBounds = &bounds; in drawImageLattice()
1046 if (SkLatticeIter::Valid(image->width(), image->height(), latticePlusBounds)) { in drawImageLattice()
1047 fDL->drawImageLattice(image, latticePlusBounds, dst, filter, paint, palette); in drawImageLattice()