Searched refs:latticePlusBounds (Results 1 – 1 of 1) sorted by relevance
1040 Lattice latticePlusBounds = lattice; in drawImageLattice() local1041 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()