Searched defs:clippedDstPoint (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DGrDrawTarget.cpp864 SkIPoint* clippedDstPoint) {
866 *clippedDstPoint = dstPoint;
870 clippedDstPoint->fX -= clippedSrcRect->fLeft;
873 if (clippedDstPoint->fX < 0) {
874 clippedSrcRect->fLeft -= clippedDstPoint->fX;
875 clippedDstPoint->fX = 0;
880 clippedDstPoint->fY -= clippedSrcRect->fTop;
883 if (clippedDstPoint->fY < 0) {
884 clippedSrcRect->fTop -= clippedDstPoint->fY;
885 clippedDstPoint
859 clip_srcrect_and_dstpoint(const GrSurface* dst, const GrSurface* src, const SkIRect& srcRect, const SkIPoint& dstPoint, SkIRect* clippedSrcRect, SkIPoint* clippedDstPoint) argument
918 SkIPoint clippedDstPoint; local
943 SkIPoint clippedDstPoint; local
[all...]
/external/skia/src/gpu/
H A DGrDrawTarget.cpp891 SkIPoint* clippedDstPoint) {
893 *clippedDstPoint = dstPoint;
897 clippedDstPoint->fX -= clippedSrcRect->fLeft;
900 if (clippedDstPoint->fX < 0) {
901 clippedSrcRect->fLeft -= clippedDstPoint->fX;
902 clippedDstPoint->fX = 0;
907 clippedDstPoint->fY -= clippedSrcRect->fTop;
910 if (clippedDstPoint->fY < 0) {
911 clippedSrcRect->fTop -= clippedDstPoint->fY;
912 clippedDstPoint
886 clip_srcrect_and_dstpoint(const GrSurface* dst, const GrSurface* src, const SkIRect& srcRect, const SkIPoint& dstPoint, SkIRect* clippedSrcRect, SkIPoint* clippedDstPoint) argument
945 SkIPoint clippedDstPoint; local
970 SkIPoint clippedDstPoint; local
[all...]

Completed in 161 milliseconds