HomeSort by relevance Sort by last modified time
    Searched defs:clippedSrcRect (Results 1 - 5 of 5) sorted by null

  /external/skia/tests/
ReadPixelsTest.cpp 181 SkIRect clippedSrcRect = DEV_RECT;
182 if (!clippedSrcRect.intersect(srcRect)) {
183 clippedSrcRect.setEmpty();
194 if (clippedSrcRect.contains(devx, devy)) {
  /external/chromium_org/third_party/skia/src/gpu/
GrDrawTarget.cpp 821 SkIRect* clippedSrcRect,
823 *clippedSrcRect = srcRect;
827 if (clippedSrcRect->fLeft < 0) {
828 clippedDstPoint->fX -= clippedSrcRect->fLeft;
829 clippedSrcRect->fLeft = 0;
832 clippedSrcRect->fLeft -= clippedDstPoint->fX;
837 if (clippedSrcRect->fTop < 0) {
838 clippedDstPoint->fY -= clippedSrcRect->fTop;
839 clippedSrcRect->fTop = 0;
842 clippedSrcRect->fTop -= clippedDstPoint->fY
    [all...]
SkGpuDevice.cpp     [all...]
  /external/skia/src/gpu/
GrDrawTarget.cpp 821 SkIRect* clippedSrcRect,
823 *clippedSrcRect = srcRect;
827 if (clippedSrcRect->fLeft < 0) {
828 clippedDstPoint->fX -= clippedSrcRect->fLeft;
829 clippedSrcRect->fLeft = 0;
832 clippedSrcRect->fLeft -= clippedDstPoint->fX;
837 if (clippedSrcRect->fTop < 0) {
838 clippedDstPoint->fY -= clippedSrcRect->fTop;
839 clippedSrcRect->fTop = 0;
842 clippedSrcRect->fTop -= clippedDstPoint->fY
    [all...]
SkGpuDevice.cpp     [all...]

Completed in 177 milliseconds