Home | History | Annotate | Download | only in gl

Lines Matching refs:SkIRect

510     SkIRect subRect = SkIRect::MakeXYWH(*left, *top, *width, *height);
511 SkIRect bounds = SkIRect::MakeWH(surfaceWidth, surfaceHeight);
1262 void GrGpuGL::onClear(const SkIRect* rect, GrColor color, bool canIgnoreRect) {
1272 SkIRect clippedRect;
1276 SkIRect rtRect = SkIRect::MakeWH(rt->width(), rt->height());
1311 this->flushRenderTarget(&SkIRect::EmptyIRect());
1323 void GrGpuGL::clearStencilClip(const SkIRect& rect, bool insideClip) {
1349 this->flushRenderTarget(&SkIRect::EmptyIRect());
1363 this->flushRenderTarget(&SkIRect::EmptyIRect());
1425 this->flushRenderTarget(&SkIRect::EmptyIRect());
1521 void GrGpuGL::flushRenderTarget(const SkIRect* bound) {
1718 const SkIRect dirtyRect = rt->getResolveRect();
2534 const SkIRect& srcRect,
2574 SkIRect dstRect = SkIRect::MakeXYWH(dstPoint.fX, dstPoint.fY,
2578 selfOverlap = SkIRect::IntersectsNoEmptyCheck(dstRect, srcRect);
2649 const SkIRect& srcRect,
2657 SkIRect dstRect = SkIRect::MakeXYWH(dstPoint.fX, dstPoint.fY,
2659 if(!SkIRect::IntersectsNoEmptyCheck(dstRect, srcRect)) {