/third_party/skia/src/effects/imagefilters/ |
H A D | SkImageImageFilter.cpp | 28 , 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 D | SkTileImageFilter.cpp | 29 , 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 D | drawimageset.cpp | 96 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 D | bleed.cpp | 133 imageSetEntry[0].fDstRect = dstRect; in drawImage()
|
H A D | compositor_quads.cpp | 871 SkRect lastTileRect = fSetEntries[fSetEntries.count() - 1].fDstRect; in drawAndReset()
|
/third_party/skia/src/gpu/ |
H A D | GrOpsTypes.h | 30 SkRect fDstRect; member
|
/third_party/skia/tools/ |
H A D | MSKPPlayer.cpp | 65 SkRect fDstRect; member 112 fDstRect, in draw() 214 drawLayer->fDstRect = dst;
|
/third_party/skia/bench/ |
H A D | CompositingImagesBench.cpp | 301 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 D | BulkRectBench.cpp | 101 batch[i].fDstRect = fRects[i]; in drawImagesBatch()
|
/third_party/skia/tests/ |
H A D | BulkRectTest.cpp | 135 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 D | Device_drawTexture.cpp | 876 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 D | SkOverdrawCanvas.cpp | 239 fList[0]->onDrawRect(set[i].fDstRect, fPaint); in onDrawEdgeAAImageSet2()
|
H A D | SkCanvas.cpp | 2556 SkRect setBounds = imageSet[0].fDstRect; 2563 SkRect entryBounds = imageSet[i].fDstRect; 2685 , fDstRect(dstRect) 2695 , fDstRect(dstRect)
|
H A D | SkRecordDraw.cpp | 492 SkRect entryBounds = op.set[i].fDstRect; in bounds()
|
H A D | SkDevice.cpp | 299 this->drawImageRect(images[i].fImage.get(), &images[i].fSrcRect, images[i].fDstRect, in drawEdgeAAImageSet()
|
H A D | SkPicturePlayback.cpp | 352 reader->readRect(&set[i].fDstRect); in handleOp()
|
H A D | SkPictureRecord.cpp | 787 this->addRect(set[i].fDstRect); in onDrawEdgeAAImageSet2()
|
/third_party/skia/src/gpu/ops/ |
H A D | TextureOp.cpp | 552 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 D | SkCanvas.h | 1613 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
|