Home
last modified time | relevance | path

Searched defs:srcRect (Results 1 – 25 of 186) sorted by relevance

12345678

/third_party/skia/src/gpu/
DGrCopyRenderTask.cpp17 SkIRect srcRect, in Make()
43 SkIRect srcRect, in GrCopyRenderTask()
88 SkIRect srcRect = GrNativeRect::MakeIRectRelativeTo(fOrigin, srcSurface->height(), fSrcRect); in onExecute() local
DSurfaceFillContext.h64 void fillRectToRectWithFP(const SkRect& srcRect, in fillRectToRectWithFP()
72 void fillRectToRectWithFP(const SkIRect& srcRect, in fillRectToRectWithFP()
/third_party/skia/m133/src/gpu/ganesh/
DGrCopyRenderTask.cpp26 SkIRect srcRect, in Make()
49 SkIRect srcRect, in GrCopyRenderTask()
99 SkIRect srcRect = GrNativeRect::MakeIRectRelativeTo(fOrigin, srcSurface->height(), fSrcRect); in onExecute() local
DSurfaceContext.cpp236 auto srcRect = SkIRect::MakePtSize(pt, dst.dimensions()); in readPixels() local
515 SkIRect srcRect = SkIRect::MakeSize(srcBase.dimensions()); in internalWritePixels() local
591 const SkIRect& srcRect, in asyncRescaleAndReadPixels()
737 const SkIRect& srcRect, in asyncRescaleAndReadPixelsYUV420()
1037 SkIRect srcRect, in copy()
1049 SkIRect srcRect, in copyScaled()
1119 SkIRect srcRect, in rescale()
1140 SkIRect srcRect, in rescaleInto()
1160 auto ensureTexturable = [this](GrSurfaceProxyView texView, SkIRect srcRect) { in rescaleInto()
1370 auto srcRect = rect; in transferPixels() local
DSurfaceFillContext.h103 void fillRectToRectWithFP(const SkRect& srcRect, in fillRectToRectWithFP()
111 void fillRectToRectWithFP(const SkIRect& srcRect, in fillRectToRectWithFP()
/third_party/skia/m133/tests/graphite/
DImageOriginTest.cpp38 SkRect srcRect, in test_draw()
130 for (auto srcRect: kTestSrcRects) { in test_draw_fn() local
143 SkRect srcRect, in draw_image()
155 SkRect srcRect, in draw_image_with_shader()
/third_party/skia/m133/gm/
Dtileimagefilter.cpp66 SkRect srcRect = SkRect::MakeXYWH(SkIntToScalar(image->width()/4), in onDraw() local
99 SkRect srcRect = SkRect::MakeWH(SkIntToScalar(fBitmap->width()), in onDraw() local
123 SkRect srcRect = SkRect::MakeXYWH(0, 0, 50, 50); in onDraw() local
Dasyncrescaleandread.cpp135 SkIRect srcRect, in readAndScaleRGBA()
202 SkIRect srcRect, in readAndScaleYUVA()
330 SkIRect srcRect, in drawRescaleGrid()
420 SkIRect srcRect, in AsyncRescaleAndReadGridGM()
601 const auto srcRect = SkIRect::MakeXYWH(kBorder, kBorder, kInner, kInner); in onDraw() local
Dcolorwheel.cpp83 SkRect srcRect = SkRect::MakeXYWH(12, 102, 8, 8); variable
/third_party/skia/gm/
Dtileimagefilter.cpp69 SkRect srcRect = SkRect::MakeXYWH(SkIntToScalar(image->width()/4), in onDraw() local
102 SkRect srcRect = SkRect::MakeWH(SkIntToScalar(fBitmap->width()), in onDraw() local
126 SkRect srcRect = SkRect::MakeXYWH(0, 0, 50, 50); in onDraw() local
Dasyncrescaleandread.cpp46 const SkIRect& srcRect, in do_read_and_scale()
73 const SkIRect& srcRect, in do_read_and_scale_yuv()
120 const SkIRect& srcRect, in do_rescale_grid()
173 const SkIRect& srcRect, in do_rescale_image_grid()
325 const auto srcRect = SkIRect::MakeXYWH(kBorder, kBorder, kInner, kInner); variable
/third_party/skia/experimental/graphite/src/
DCopyTask.cpp17 SkIRect srcRect, in Make()
29 SkIRect srcRect, in CopyTextureToBufferTask()
/third_party/skia/m133/src/gpu/graphite/task/
DCopyTask.cpp64 SkIRect srcRect, in Make()
79 SkIRect srcRect, in CopyTextureToBufferTask()
124 SkIRect srcRect, in Make()
139 SkIRect srcRect, in CopyTextureToTextureTask()
/third_party/skia/src/effects/imagefilters/
DSkMagnifierImageFilter.cpp30 SkMagnifierImageFilter(const SkRect& srcRect, SkScalar inset, sk_sp<SkImageFilter> input, in SkMagnifierImageFilter()
56 const SkRect& srcRect, SkScalar inset, sk_sp<SkImageFilter> input, in Magnifier()
98 SkRect srcRect, in make_magnifier_fp()
187 SkRect srcRect = fSrcRect.makeOffset((1.f - invXZoom) * input->subset().x(), in onFilterImage() local
DSkImageImageFilter.cpp23 SkImageImageFilter(sk_sp<SkImage> image, const SkRect& srcRect, const SkRect& dstRect, in SkImageImageFilter()
57 const SkRect& srcRect, in Image()
DSkTileImageFilter.cpp26 SkTileImageFilter(const SkRect& srcRect, const SkRect& dstRect, sk_sp<SkImageFilter> input) in SkTileImageFilter()
114 SkRect srcRect; in onFilterImage() local
/third_party/skia/m133/src/effects/imagefilters/
DSkImageImageFilter.cpp33 const SkRect& srcRect, in SkImageImageFilter()
78 const SkRect& srcRect, in Image()
/third_party/skia/m133/src/gpu/graphite/mtl/
DMtlBlitCommandEncoder.h57 SkIRect srcRect, in copyFromTexture()
90 SkIRect srcRect, in copyTextureToTexture()
/third_party/skia/m133/src/image/
DSkSurface_Base.cpp65 SkIRect srcRect; in onAsyncRescaleAndReadPixels() local
84 SkIRect srcRect, SkISize dstSize, RescaleGamma rescaleGamma, RescaleMode, in onAsyncRescaleAndReadPixelsYUV420()
DSkImage_Base.cpp44 SkIRect srcRect; in onAsyncRescaleAndReadPixels() local
116 SkIRect srcRect, in onAsyncRescaleAndReadPixelsYUV420()
/third_party/skia/m133/src/gpu/graphite/geom/
DAnalyticBlurMask.cpp43 const SkRect& srcRect) { in outset_bounds()
82 const SkRect srcRect = srcRRect.rect(); in Make() local
103 const SkRect& srcRect) { in MakeRect()
203 const SkRect& srcRect, in MakeCircle()
/third_party/skia/modules/svg/src/
DSkSVGFeImage.cpp34 const SkRect srcRect = SkRect::Make(imgInfo.fImage->bounds()); in onMakeImageFilter() local
/third_party/skia/m133/modules/svg/src/
DSkSVGFeImage.cpp38 const SkRect srcRect = SkRect::Make(imgInfo.fImage->bounds()); in onMakeImageFilter() local
/third_party/skia/m133/src/gpu/graphite/
DSurface_Graphite.cpp74 SkIRect srcRect = subset ? *subset : SkIRect::MakeSize(this->imageInfo().dimensions()); in makeImageCopy() local
86 SkIRect srcRect, in onAsyncRescaleAndReadPixels()
98 SkIRect srcRect, in onAsyncRescaleAndReadPixelsYUV420()
DContext.cpp257 const SkIRect& srcRect, in asyncRescaleAndReadPixels()
269 const SkIRect& srcRect, in asyncRescaleAndReadPixels()
365 const SkIRect& srcRect, in asyncRescaleAndReadPixelsYUV420()
385 const SkIRect& srcRect, in asyncRescaleAndReadPixelsYUV420()
410 const SkIRect& srcRect, in asyncRescaleAndReadPixelsYUVA420()
429 const SkIRect& srcRect, in asyncRescaleAndReadPixelsYUVA420()
649 const SkIRect& srcRect) { in transferPixels()

12345678