Searched refs:dstPoint (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DGrDrawTarget.cpp463 SkIPoint dstPoint = {0, 0}; local
464 if (this->copySurface(ast.texture(), rt, copyRect, dstPoint)) {
862 const SkIPoint& dstPoint,
866 *clippedDstPoint = dstPoint;
868 // clip the left edge to src and dst bounds, adjusting dstPoint if necessary
878 // clip the top edge to src and dst bounds, adjusting dstPoint if necessary
913 const SkIPoint& dstPoint) {
923 dstPoint,
926 SkASSERT(this->canCopySurface(dst, src, srcRect, dstPoint));
938 const SkIPoint& dstPoint) {
859 clip_srcrect_and_dstpoint(const GrSurface* dst, const GrSurface* src, const SkIRect& srcRect, const SkIPoint& dstPoint, SkIRect* clippedSrcRect, SkIPoint* clippedDstPoint) argument
910 copySurface(GrSurface* dst, GrSurface* src, const SkIRect& srcRect, const SkIPoint& dstPoint) argument
935 canCopySurface(GrSurface* dst, GrSurface* src, const SkIRect& srcRect, const SkIPoint& dstPoint) argument
956 onCanCopySurface(GrSurface* dst, GrSurface* src, const SkIRect& srcRect, const SkIPoint& dstPoint) argument
970 onCopySurface(GrSurface* dst, GrSurface* src, const SkIRect& srcRect, const SkIPoint& dstPoint) argument
[all...]
H A DGrDrawTarget.h451 * size in dst with top left at dstPoint. If the src rect is clipped by the
461 const SkIPoint& dstPoint);
469 const SkIPoint& dstPoint);
746 // src bounds. Likewise, the dst rect implied by dstPoint and srcRect's width and height falls
752 const SkIPoint& dstPoint);
757 // are the same as onCopySurface(), i.e. srcRect and dstPoint are clipped to be inside the src
762 const SkIPoint& dstPoint);
H A DGrInOrderDrawBuffer.h232 const SkIPoint& dstPoint) SK_OVERRIDE;
236 const SkIPoint& dstPoint) SK_OVERRIDE;
H A DGrInOrderDrawBuffer.cpp611 const SkIPoint& dstPoint) {
612 if (fDstGpu->canCopySurface(dst, src, srcRect, dstPoint)) {
615 cs->fDstPoint = dstPoint;
625 const SkIPoint& dstPoint) {
626 return fDstGpu->canCopySurface(dst, src, srcRect, dstPoint);
608 onCopySurface(GrSurface* dst, GrSurface* src, const SkIRect& srcRect, const SkIPoint& dstPoint) argument
622 onCanCopySurface(GrSurface* dst, GrSurface* src, const SkIRect& srcRect, const SkIPoint& dstPoint) argument
H A DGrContext.cpp1592 SkIPoint dstPoint; local
1593 dstPoint.setZero();
1594 target->copySurface(dst, src, srcRect, dstPoint);
/external/skia/src/gpu/
H A DGrDrawTarget.cpp453 SkIPoint dstPoint = {0, 0}; local
454 if (this->copySurface(ast.texture(), rt, copyRect, dstPoint)) {
889 const SkIPoint& dstPoint,
893 *clippedDstPoint = dstPoint;
895 // clip the left edge to src and dst bounds, adjusting dstPoint if necessary
905 // clip the top edge to src and dst bounds, adjusting dstPoint if necessary
940 const SkIPoint& dstPoint) {
950 dstPoint,
953 SkASSERT(this->canCopySurface(dst, src, srcRect, dstPoint));
965 const SkIPoint& dstPoint) {
886 clip_srcrect_and_dstpoint(const GrSurface* dst, const GrSurface* src, const SkIRect& srcRect, const SkIPoint& dstPoint, SkIRect* clippedSrcRect, SkIPoint* clippedDstPoint) argument
937 copySurface(GrSurface* dst, GrSurface* src, const SkIRect& srcRect, const SkIPoint& dstPoint) argument
962 canCopySurface(GrSurface* dst, GrSurface* src, const SkIRect& srcRect, const SkIPoint& dstPoint) argument
983 onCanCopySurface(GrSurface* dst, GrSurface* src, const SkIRect& srcRect, const SkIPoint& dstPoint) argument
997 onCopySurface(GrSurface* dst, GrSurface* src, const SkIRect& srcRect, const SkIPoint& dstPoint) argument
[all...]
H A DGrDrawTarget.h469 * size in dst with top left at dstPoint. If the src rect is clipped by the
479 const SkIPoint& dstPoint);
487 const SkIPoint& dstPoint);
764 // src bounds. Likewise, the dst rect implied by dstPoint and srcRect's width and height falls
770 const SkIPoint& dstPoint);
775 // are the same as onCopySurface(), i.e. srcRect and dstPoint are clipped to be inside the src
780 const SkIPoint& dstPoint);
H A DGrInOrderDrawBuffer.h182 const SkIPoint& dstPoint) SK_OVERRIDE;
186 const SkIPoint& dstPoint) SK_OVERRIDE;
H A DGrInOrderDrawBuffer.cpp692 const SkIPoint& dstPoint) {
693 if (fDstGpu->canCopySurface(dst, src, srcRect, dstPoint)) {
698 cs->fDstPoint = dstPoint;
708 const SkIPoint& dstPoint) {
709 return fDstGpu->canCopySurface(dst, src, srcRect, dstPoint);
689 onCopySurface(GrSurface* dst, GrSurface* src, const SkIRect& srcRect, const SkIPoint& dstPoint) argument
705 onCanCopySurface(GrSurface* dst, GrSurface* src, const SkIRect& srcRect, const SkIPoint& dstPoint) argument
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGpuGL.h101 const SkIPoint& dstPoint) SK_OVERRIDE;
106 const SkIPoint& dstPoint) SK_OVERRIDE;
H A DGrGpuGL.cpp2430 const SkIPoint& dstPoint) {
2431 bool inheritedCouldCopy = INHERITED::onCanCopySurface(dst, src, srcRect, dstPoint);
2455 dstY = dst->height() - (dstPoint.fY + srcGLRect.fHeight);
2457 dstY = dstPoint.fY;
2460 dstPoint.fX, dstY,
2469 SkIRect dstRect = SkIRect::MakeXYWH(dstPoint.fX, dstPoint.fY,
2535 copied = INHERITED::onCopySurface(dst, src, srcRect, dstPoint);
2544 const SkIPoint& dstPoint) {
2551 SkIRect dstRect = SkIRect::MakeXYWH(dstPoint
2427 onCopySurface(GrSurface* dst, GrSurface* src, const SkIRect& srcRect, const SkIPoint& dstPoint) argument
2541 onCanCopySurface(GrSurface* dst, GrSurface* src, const SkIRect& srcRect, const SkIPoint& dstPoint) argument
[all...]
/external/skia/src/gpu/gl/
H A DGrGpuGL.h120 const SkIPoint& dstPoint) SK_OVERRIDE;
125 const SkIPoint& dstPoint) SK_OVERRIDE;
H A DGrGpuGL.cpp2845 const SkIPoint& dstPoint) {
2846 bool inheritedCouldCopy = INHERITED::onCanCopySurface(dst, src, srcRect, dstPoint);
2870 dstY = dst->height() - (dstPoint.fY + srcGLRect.fHeight);
2872 dstY = dstPoint.fY;
2875 dstPoint.fX, dstY,
2884 SkIRect dstRect = SkIRect::MakeXYWH(dstPoint.fX, dstPoint.fY,
2951 copied = INHERITED::onCopySurface(dst, src, srcRect, dstPoint);
2960 const SkIPoint& dstPoint) {
2967 SkIRect dstRect = SkIRect::MakeXYWH(dstPoint
2842 onCopySurface(GrSurface* dst, GrSurface* src, const SkIRect& srcRect, const SkIPoint& dstPoint) argument
2957 onCanCopySurface(GrSurface* dst, GrSurface* src, const SkIRect& srcRect, const SkIPoint& dstPoint) argument
[all...]

Completed in 145 milliseconds