Home | History | Annotate | Download | only in gl

Lines Matching full:srcrect

2395                             const SkIRect& srcRect,
2397 bool inheritedCouldCopy = INHERITED::onCanCopySurface(dst, src, srcRect, dstPoint);
2411 srcRect.fLeft,
2412 srcRect.fTop,
2413 srcRect.width(),
2414 srcRect.height(),
2436 srcRect.width(), srcRect.height());
2439 selfOverlap = SkIRect::IntersectsNoEmptyCheck(dstRect, srcRect);
2454 srcRect.fLeft,
2455 srcRect.fTop,
2456 srcRect.width(),
2457 srcRect.height(),
2502 copied = INHERITED::onCopySurface(dst, src, srcRect, dstPoint);
2510 const SkIRect& srcRect,
2519 srcRect.width(), srcRect.height());
2520 if(!SkIRect::IntersectsNoEmptyCheck(dstRect, srcRect)) {
2527 return INHERITED::onCanCopySurface(dst, src, srcRect, dstPoint);