Home | History | Annotate | Download | only in gpu

Lines Matching refs:copyRect

420     SkIRect copyRect;
422 clip->getConservativeBounds(rt, &copyRect);
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);