Home | History | Annotate | Download | only in graphics

Lines Matching refs:lastScanline

1237         int lastScanline = offset + (height - 1) * stride;
1239 if (offset < 0 || (offset + width > length) || lastScanline < 0
1240 || (lastScanline + width > length)) {