Home
last modified time | relevance | path

Searched refs:dstPoint (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
DGrDrawTarget.cpp452 SkIPoint dstPoint = {0, 0}; in setupDstReadIfNecessary() local
453 if (this->copySurface(ast.texture(), rt, copyRect, dstPoint)) { in setupDstReadIfNecessary()
820 const SkIPoint& dstPoint, in clip_srcrect_and_dstpoint() argument
824 *clippedDstPoint = dstPoint; in clip_srcrect_and_dstpoint()
871 const SkIPoint& dstPoint) { in copySurface() argument
881 dstPoint, in copySurface()
884 SkASSERT(this->canCopySurface(dst, src, srcRect, dstPoint)); in copySurface()
896 const SkIPoint& dstPoint) { in canCopySurface() argument
906 dstPoint, in canCopySurface()
917 const SkIPoint& dstPoint) { in onCanCopySurface() argument
[all …]
DGrDrawTarget.h439 const SkIPoint& dstPoint);
447 const SkIPoint& dstPoint);
716 const SkIPoint& dstPoint);
726 const SkIPoint& dstPoint);
DGrInOrderDrawBuffer.h163 const SkIPoint& dstPoint) SK_OVERRIDE;
167 const SkIPoint& dstPoint) SK_OVERRIDE;
DGrInOrderDrawBuffer.cpp575 const SkIPoint& dstPoint) { in onCopySurface() argument
576 if (fDstGpu->canCopySurface(dst, src, srcRect, dstPoint)) { in onCopySurface()
581 cs->fDstPoint = dstPoint; in onCopySurface()
591 const SkIPoint& dstPoint) { in onCanCopySurface() argument
592 return fDstGpu->canCopySurface(dst, src, srcRect, dstPoint); in onCanCopySurface()
/external/skia/src/gpu/
DGrDrawTarget.cpp452 SkIPoint dstPoint = {0, 0}; in setupDstReadIfNecessary() local
453 if (this->copySurface(ast.texture(), rt, copyRect, dstPoint)) { in setupDstReadIfNecessary()
820 const SkIPoint& dstPoint, in clip_srcrect_and_dstpoint() argument
824 *clippedDstPoint = dstPoint; in clip_srcrect_and_dstpoint()
871 const SkIPoint& dstPoint) { in copySurface() argument
881 dstPoint, in copySurface()
884 SkASSERT(this->canCopySurface(dst, src, srcRect, dstPoint)); in copySurface()
896 const SkIPoint& dstPoint) { in canCopySurface() argument
906 dstPoint, in canCopySurface()
917 const SkIPoint& dstPoint) { in onCanCopySurface() argument
[all …]
DGrDrawTarget.h439 const SkIPoint& dstPoint);
447 const SkIPoint& dstPoint);
716 const SkIPoint& dstPoint);
726 const SkIPoint& dstPoint);
DGrInOrderDrawBuffer.h163 const SkIPoint& dstPoint) SK_OVERRIDE;
167 const SkIPoint& dstPoint) SK_OVERRIDE;
DGrInOrderDrawBuffer.cpp575 const SkIPoint& dstPoint) { in onCopySurface() argument
576 if (fDstGpu->canCopySurface(dst, src, srcRect, dstPoint)) { in onCopySurface()
581 cs->fDstPoint = dstPoint; in onCopySurface()
591 const SkIPoint& dstPoint) { in onCanCopySurface() argument
592 return fDstGpu->canCopySurface(dst, src, srcRect, dstPoint); in onCanCopySurface()
/external/skia/src/gpu/gl/
DGrGpuGL.cpp2535 const SkIPoint& dstPoint) { in onCopySurface() argument
2536 bool inheritedCouldCopy = INHERITED::onCanCopySurface(dst, src, srcRect, dstPoint); in onCopySurface()
2560 dstY = dst->height() - (dstPoint.fY + srcGLRect.fHeight); in onCopySurface()
2562 dstY = dstPoint.fY; in onCopySurface()
2565 dstPoint.fX, dstY, in onCopySurface()
2574 SkIRect dstRect = SkIRect::MakeXYWH(dstPoint.fX, dstPoint.fY, in onCopySurface()
2641 copied = INHERITED::onCopySurface(dst, src, srcRect, dstPoint); in onCopySurface()
2650 const SkIPoint& dstPoint) { in onCanCopySurface() argument
2657 SkIRect dstRect = SkIRect::MakeXYWH(dstPoint.fX, dstPoint.fY, in onCanCopySurface()
2666 return INHERITED::onCanCopySurface(dst, src, srcRect, dstPoint); in onCanCopySurface()
DGrGpuGL.h112 const SkIPoint& dstPoint) SK_OVERRIDE;
117 const SkIPoint& dstPoint) SK_OVERRIDE;
/external/chromium_org/third_party/skia/src/gpu/gl/
DGrGpuGL.cpp2535 const SkIPoint& dstPoint) { in onCopySurface() argument
2536 bool inheritedCouldCopy = INHERITED::onCanCopySurface(dst, src, srcRect, dstPoint); in onCopySurface()
2560 dstY = dst->height() - (dstPoint.fY + srcGLRect.fHeight); in onCopySurface()
2562 dstY = dstPoint.fY; in onCopySurface()
2565 dstPoint.fX, dstY, in onCopySurface()
2574 SkIRect dstRect = SkIRect::MakeXYWH(dstPoint.fX, dstPoint.fY, in onCopySurface()
2641 copied = INHERITED::onCopySurface(dst, src, srcRect, dstPoint); in onCopySurface()
2650 const SkIPoint& dstPoint) { in onCanCopySurface() argument
2657 SkIRect dstRect = SkIRect::MakeXYWH(dstPoint.fX, dstPoint.fY, in onCanCopySurface()
2666 return INHERITED::onCanCopySurface(dst, src, srcRect, dstPoint); in onCanCopySurface()
DGrGpuGL.h112 const SkIPoint& dstPoint) SK_OVERRIDE;
117 const SkIPoint& dstPoint) SK_OVERRIDE;