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

  /external/skia/src/gpu/ops/
GrCopySurfaceOp.cpp 16 SkIRect* clippedSrcRect,
18 *clippedSrcRect = srcRect;
22 if (clippedSrcRect->fLeft < 0) {
23 clippedDstPoint->fX -= clippedSrcRect->fLeft;
24 clippedSrcRect->fLeft = 0;
27 clippedSrcRect->fLeft -= clippedDstPoint->fX;
32 if (clippedSrcRect->fTop < 0) {
33 clippedDstPoint->fY -= clippedSrcRect->fTop;
34 clippedSrcRect->fTop = 0;
37 clippedSrcRect->fTop -= clippedDstPoint->fY
    [all...]
  /external/skqp/src/gpu/ops/
GrCopySurfaceOp.cpp 16 SkIRect* clippedSrcRect,
18 *clippedSrcRect = srcRect;
22 if (clippedSrcRect->fLeft < 0) {
23 clippedDstPoint->fX -= clippedSrcRect->fLeft;
24 clippedSrcRect->fLeft = 0;
27 clippedSrcRect->fLeft -= clippedDstPoint->fX;
32 if (clippedSrcRect->fTop < 0) {
33 clippedDstPoint->fY -= clippedSrcRect->fTop;
34 clippedSrcRect->fTop = 0;
37 clippedSrcRect->fTop -= clippedDstPoint->fY
    [all...]
  /external/skia/src/gpu/
SkGpuDevice_drawTexture.cpp 195 SkRect clippedSrcRect;
204 clippedSrcRect = *srcRect;
205 if (!clippedSrcRect.intersect(srcBounds)) {
211 srcToDstMatrix.mapRect(&clippedDstRect, clippedSrcRect);
213 clippedSrcRect = *srcRect;
220 clippedSrcRect = srcBounds;
235 this->drawTextureProducerImpl(producer, clippedSrcRect, clippedDstRect, constraint, viewMatrix,
240 const SkRect& clippedSrcRect,
282 if (can_ignore_bilerp_constraint(*producer, clippedSrcRect, combinedMatrix,
299 *textureMatrix, clippedSrcRect, constraintMode, coordsAllInsideSrcRect, filterMode
    [all...]
GrRenderTargetContext.cpp     [all...]
SkGpuDevice.cpp 683 SkRect clippedSrcRect = SkRect::Make(*clippedSrcIRect);
684 inv.mapRect(&clippedSrcRect);
686 if (!clippedSrcRect.intersect(*srcRectPtr)) {
691 clippedSrcRect.roundOut(clippedSrcIRect);
807 SkIRect clippedSrcRect;
829 &tileSize, &clippedSrcRect))
    [all...]
  /external/skqp/src/gpu/
SkGpuDevice_drawTexture.cpp 195 SkRect clippedSrcRect;
204 clippedSrcRect = *srcRect;
205 if (!clippedSrcRect.intersect(srcBounds)) {
211 srcToDstMatrix.mapRect(&clippedDstRect, clippedSrcRect);
213 clippedSrcRect = *srcRect;
220 clippedSrcRect = srcBounds;
235 this->drawTextureProducerImpl(producer, clippedSrcRect, clippedDstRect, constraint, viewMatrix,
240 const SkRect& clippedSrcRect,
278 if (can_ignore_bilerp_constraint(*producer, clippedSrcRect, combinedMatrix,
295 *textureMatrix, clippedSrcRect, constraintMode, coordsAllInsideSrcRect, filterMode
    [all...]
GrRenderTargetContext.cpp     [all...]
SkGpuDevice.cpp 687 SkRect clippedSrcRect = SkRect::Make(*clippedSrcIRect);
688 inv.mapRect(&clippedSrcRect);
690 if (!clippedSrcRect.intersect(*srcRectPtr)) {
695 clippedSrcRect.roundOut(clippedSrcIRect);
810 SkIRect clippedSrcRect;
831 &tileSize, &clippedSrcRect))
    [all...]
  /external/skia/tests/
ReadPixelsTest.cpp 182 SkIRect clippedSrcRect = DEV_RECT;
183 if (!clippedSrcRect.intersect(srcRect)) {
184 clippedSrcRect.setEmpty();
193 if (clippedSrcRect.contains(devx, devy)) {
221 if (clippedSrcRect.contains(devx, devy)) {
  /external/skqp/tests/
ReadPixelsTest.cpp 182 SkIRect clippedSrcRect = DEV_RECT;
183 if (!clippedSrcRect.intersect(srcRect)) {
184 clippedSrcRect.setEmpty();
193 if (clippedSrcRect.contains(devx, devy)) {
221 if (clippedSrcRect.contains(devx, devy)) {

Completed in 263 milliseconds