Lines Matching refs:dstPoint
2871 const SkIPoint& dstPoint,
2905 src->getBoundsRect(), true, srcRect, dstPoint);
3034 const SkIPoint& dstPoint) {
3042 if (this->copySurfaceAsDraw(dst, drawToMultisampleFBO, src, srcRect, dstPoint)) {
3048 this->copySurfaceAsCopyTexSubImage(dst, src, srcRect, dstPoint);
3052 if (can_blit_framebuffer_for_copy_surface(dst, src, srcRect, dstPoint, this->glCaps())) {
3053 return this->copySurfaceAsBlitFramebuffer(dst, src, srcRect, dstPoint);
3059 if (this->copySurfaceAsDraw(dst, drawToMultisampleFBO, src, srcRect, dstPoint)) {
3335 const SkIRect& srcRect, const SkIPoint& dstPoint) {
3366 SkIRect dstRect = SkIRect::MakeXYWH(dstPoint.fX, dstPoint.fY, w, h);
3376 GrGLfloat dx0 = 2.f * dstPoint.fX / dw - 1.f;
3377 GrGLfloat dx1 = 2.f * (dstPoint.fX + w) / dw - 1.f;
3378 GrGLfloat dy0 = 2.f * dstPoint.fY / dh - 1.f;
3379 GrGLfloat dy1 = 2.f * (dstPoint.fY + h) / dh - 1.f;
3414 const SkIPoint& dstPoint) {
3424 dstPoint.fX, dstPoint.fY,
3428 SkIRect dstRect = SkIRect::MakeXYWH(dstPoint.fX, dstPoint.fY,
3435 const SkIPoint& dstPoint) {
3436 SkASSERT(can_blit_framebuffer_for_copy_surface(dst, src, srcRect, dstPoint, this->glCaps()));
3437 SkIRect dstRect = SkIRect::MakeXYWH(dstPoint.fX, dstPoint.fY,