Lines Matching refs:copyRect
420 SkIRect copyRect;
422 clip->getConservativeBounds(rt, ©Rect);
427 if (!copyRect.intersect(drawIBounds)) {
443 desc.fWidth = copyRect.width();
444 desc.fHeight = copyRect.height();
453 if (this->copySurface(ast.texture(), rt, copyRect, dstPoint)) {
455 dstCopy->setOffset(copyRect.fLeft, copyRect.fTop);