Home | History | Annotate | Download | only in gl

Lines Matching full:subrect

510     SkIRect subRect = SkIRect::MakeXYWH(*left, *top, *width, *height);
513 if (!subRect.intersect(bounds)) {
517 (subRect.fTop - *top) * *rowBytes + (subRect.fLeft - *left) * bpp);
519 *left = subRect.fLeft;
520 *top = subRect.fTop;
521 *width = subRect.width();
522 *height = subRect.height();