Home
last modified time | relevance | path

Searched refs:fDstRect (Results 1 - 19 of 19) sorted by relevance

/third_party/skia/src/effects/imagefilters/
H A DSkImageImageFilter.cpp28 , fDstRect(dstRect) in SkImageImageFilter()
48 SkRect fSrcRect, fDstRect; member in __anon18759::final
97 buffer.writeRect(fDstRect); in flatten()
105 const SkRect dstBounds = ctx.ctm().mapRect(fDstRect); in onFilterImage()
151 canvas->drawImageRect(fImage.get(), fSrcRect, fDstRect, fSampling, nullptr, in onFilterImage()
159 return fDstRect; in computeFastBounds()
169 SkRect dstRect = fDstRect; in onFilterNodeBounds()
H A DSkTileImageFilter.cpp29 , fDstRect(dstRect) {} in SkTileImageFilter()
47 SkRect fDstRect; member in __anon18775::final
89 buffer.writeRect(fDstRect); in flatten()
103 ctx.ctm().mapRect(&dstRect, fDstRect); in onFilterImage()
174 SkRect rect = kReverse_MapDirection == dir ? fSrcRect : fDstRect; in onFilterNodeBounds()
186 return fDstRect; in computeFastBounds()
/third_party/skia/gm/
H A Ddrawimageset.cpp96 set[y * m + x].fDstRect = SkRect::MakeXYWH(x * tileW, y * tileH, tileW, tileH); in make_image_tiles()
180 entry.fDstRect = SkRect::MakeWH(1.5 * kTileW, 1.5 * kTileH).makeOffset(d / 4, 2 * d);
190 canvas->translate(entry.fDstRect.width() + 8.f, 0);
265 scaledSet[i].fDstRect.fLeft *= scale.fX;
266 scaledSet[i].fDstRect.fTop *= scale.fY;
267 scaledSet[i].fDstRect.fRight *= scale.fX;
268 scaledSet[i].fDstRect.fBottom *= scale.fY;
340 canvas->drawImageRect(fSet[i].fImage.get(), fSet[i].fSrcRect, fSet[i].fDstRect,
H A Dbleed.cpp133 imageSetEntry[0].fDstRect = dstRect; in drawImage()
H A Dcompositor_quads.cpp871 SkRect lastTileRect = fSetEntries[fSetEntries.count() - 1].fDstRect; in drawAndReset()
/third_party/skia/src/gpu/
H A DGrOpsTypes.h30 SkRect fDstRect; member
/third_party/skia/tools/
H A DMSKPPlayer.cpp65 SkRect fDstRect; member
112 fDstRect, in draw()
214 drawLayer->fDstRect = dst;
/third_party/skia/bench/
H A DCompositingImagesBench.cpp301 SkMatrix srcToDst = SkMatrix::RectToRect(entry.fSrcRect, entry.fDstRect); in getAdjustedEntry()
304 entry.fDstRect.toQuad(dstQuad); in getAdjustedEntry()
306 entry.fDstRect = srcToDst.mapRect(contentRect); in getAdjustedEntry()
H A DBulkRectBench.cpp101 batch[i].fDstRect = fRects[i]; in drawImagesBatch()
/third_party/skia/tests/
H A DBulkRectTest.cpp135 set[i].fDstRect = SkRect::MakeWH(100.5f, 100.5f); // prevent the int non-AA optimization in textureop_creation_test()
146 quad.fDevice = GrQuad::MakeFromRect(set[i].fDstRect, SkMatrix::I()); in textureop_creation_test()
/third_party/skia/src/gpu/v1/
H A DDevice_drawTexture.cpp876 set[i].fImage.get(), &set[i].fSrcRect, &set[i].fDstRect, in drawEdgeAAImageSet()
955 image, &set[i].fSrcRect, &set[i].fDstRect, clip, GrAA::kYes, in drawEdgeAAImageSet()
965 textures[i].fDstRect = set[i].fDstRect; in drawEdgeAAImageSet()
/third_party/skia/src/core/
H A DSkOverdrawCanvas.cpp239 fList[0]->onDrawRect(set[i].fDstRect, fPaint); in onDrawEdgeAAImageSet2()
H A DSkCanvas.cpp2556 SkRect setBounds = imageSet[0].fDstRect;
2563 SkRect entryBounds = imageSet[i].fDstRect;
2685 , fDstRect(dstRect)
2695 , fDstRect(dstRect)
H A DSkRecordDraw.cpp492 SkRect entryBounds = op.set[i].fDstRect; in bounds()
H A DSkDevice.cpp299 this->drawImageRect(images[i].fImage.get(), &images[i].fSrcRect, images[i].fDstRect, in drawEdgeAAImageSet()
H A DSkPicturePlayback.cpp352 reader->readRect(&set[i].fDstRect); in handleOp()
H A DSkPictureRecord.cpp787 this->addRect(set[i].fDstRect); in onDrawEdgeAAImageSet2()
/third_party/skia/src/gpu/ops/
H A DTextureOp.cpp552 GrMapRectPoints(set[q].fDstRect, set[q].fSrcRect, set[q].fDstClipQuad, srcPts, 4); in TextureOpImpl()
555 quad.fDevice = GrQuad::MakeFromRect(set[q].fDstRect, ctm); in TextureOpImpl()
1293 GrMapRectPoints(set[i].fDstRect, set[i].fSrcRect, set[i].fDstClipQuad, srcPts, 4); in AddTextureSetOps()
1296 quad.fDevice = GrQuad::MakeFromRect(set[i].fDstRect, ctm); in AddTextureSetOps()
/third_party/skia/include/core/
H A DSkCanvas.h1613 SkRect fDstRect; member
1648 * For each entry, 'fDstRect' is rendered with its clip (determined by entry's 'fHasClip' and
1651 * 'fDstRect', just like in drawImageRect(), and they will be properly interpolated when

Completed in 25 milliseconds