Home | History | Annotate | Download | only in gl

Lines Matching full:subrect

592     GrIRect subRect = GrIRect::MakeXYWH(*left, *top, *width, *height);
595 if (!subRect.intersect(bounds)) {
599 (subRect.fTop - *top) * *rowBytes + (subRect.fLeft - *left) * bpp);
601 *left = subRect.fLeft;
602 *top = subRect.fTop;
603 *width = subRect.width();
604 *height = subRect.height();