Home
last modified time | relevance | path

Searched defs:dstRect (Results 1 – 25 of 103) sorted by relevance

12345

/third_party/flutter/skia/src/effects/imagefilters/
DSkImageSource.cpp23 SkImageSourceImpl(sk_sp<SkImage> image, const SkRect& srcRect, const SkRect& dstRect, in SkImageSourceImpl()
61 const SkRect& dstRect, in Make()
103 SkRect dstRect; in onFilterImage() local
166 SkRect dstRect = fDstRect; in onFilterNodeBounds() local
DSkTileImageFilter.cpp28 SkTileImageFilterImpl(const SkRect& srcRect, const SkRect& dstRect, sk_sp<SkImageFilter> input) in SkTileImageFilterImpl()
56 sk_sp<SkImageFilter> SkTileImageFilter::Make(const SkRect& srcRect, const SkRect& dstRect, in Make()
105 SkRect dstRect; in onFilterImage() local
/third_party/flutter/skia/gm/
Dtileimagefilter.cpp75 SkRect dstRect = SkRect::MakeXYWH(SkIntToScalar(i * 8), in onDraw() local
106 SkRect dstRect = SkRect::MakeWH(SkIntToScalar(fBitmap->width() * 2), in onDraw() local
129 SkRect dstRect = SkRect::MakeXYWH(0, 0, 100, 100); in onDraw() local
Dimagesource.cpp59 const SkRect dstRect = SkRect::MakeXYWH(0, 10, 60, 60); in onDraw() local
Dimagesource2.cpp77 const SkRect dstRect = SkRect::MakeLTRB(0.75f, 0.75f, 225.75f, 225.75f); in onDraw() local
/third_party/skia/gm/
Dtileimagefilter.cpp73 SkRect dstRect = SkRect::MakeXYWH(SkIntToScalar(i * 8), in onDraw() local
104 SkRect dstRect = SkRect::MakeWH(SkIntToScalar(fBitmap->width() * 2), in onDraw() local
127 SkRect dstRect = SkRect::MakeXYWH(0, 0, 100, 100); in onDraw() local
Drectangletexture.cpp190 auto dstRect = SkRect::MakeXYWH( 0, 0, .50f*w, .50f*h); in onDraw() local
202 auto dstRect = SkRect::Make(fSmallImg->dimensions()).makeOutset(kOutset, kOutset); in onDraw() local
Dimagesource.cpp57 const SkRect dstRect = SkRect::MakeXYWH(0, 10, 60, 60); in onDraw() local
Dimagesource2.cpp77 const SkRect dstRect = SkRect::MakeLTRB(0.75f, 0.75f, 225.75f, 225.75f); in onDraw() local
/third_party/skia/src/effects/imagefilters/
DSkImageImageFilter.cpp23 SkImageImageFilter(sk_sp<SkImage> image, const SkRect& srcRect, const SkRect& dstRect, in SkImageImageFilter()
58 const SkRect& dstRect, in Image()
169 SkRect dstRect = fDstRect; in onFilterNodeBounds() local
DSkTileImageFilter.cpp26 SkTileImageFilter(const SkRect& srcRect, const SkRect& dstRect, sk_sp<SkImageFilter> input) in SkTileImageFilter()
102 SkRect dstRect; in onFilterImage() local
DSkMorphologyImageFilter.cpp361 const SkIRect& dstRect, in apply_morphology_rect()
380 const SkIRect& dstRect, in apply_morphology_rect_no_bounds()
393 const SkIRect& dstRect, in apply_morphology_pass()
446 const SkIRect dstRect = SkIRect::MakeWH(rect.width(), rect.height()); in apply_morphology() local
/third_party/skia/modules/canvaskit/
Dskottie.js75 CanvasKit.Animation.prototype.render = function(canvas, dstRect) { argument
96 CanvasKit.ManagedAnimation.prototype.render = function(canvas, dstRect) { argument
/third_party/skia/src/gpu/
DSurfaceFillContext.h65 const SkIRect& dstRect, in fillRectToRectWithFP()
73 const SkIRect& dstRect, in fillRectToRectWithFP()
DSurfaceFillContext.cpp14 void SurfaceFillContext::fillRectWithFP(const SkIRect& dstRect, in fillRectWithFP()
/third_party/skia/modules/svg/src/
DSkSVGFeImage.cpp35 const SkRect& dstRect = imgInfo.fDst; in onMakeImageFilter() local
/third_party/flutter/skia/src/core/
DSkGpuBlurUtils.cpp76 const SkIRect& dstRect, in convolve_gaussian_1d()
204 SkIRect dstRect = SkIRect::MakeWH(srcRect.width(), srcRect.height()); in convolve_gaussian() local
309 SkIRect dstRect(srcRect); in decimate() local
468 SkIRect dstRect(srcRect); in reexpand() local
/third_party/skia/src/gpu/v1/
DSurfaceFillContext_v1.cpp55 void SurfaceFillContext::fillRectWithFP(const SkIRect& dstRect, in fillRectWithFP()
250 auto dstRect = SkIRect::MakePtSize(clippedDstPoint, clippedSrcRect.size()); in blitTexture() local
/third_party/flutter/skia/samplecode/
DSampleTextureDomain.cpp40 SkRect dstRect; in onDrawContent() local
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fFramebufferBlitTests.cpp58 …const IVec2& srcSize, const IVec4& srcRect, const IVec2& dstSize, const IVec4& dstRect, int cellSi… in BlitRectCase()
174 …char* desc, const IVec2& srcSize, const IVec4& srcRect, const IVec2& dstSize, const IVec4& dstRect) in BlitNearestFilterConsistencyCase()
461 … const IVec4& srcRect, deUint32 dstBuffers, const IVec2& dstSize, const IVec4& dstRect, deUint32 c… in BlitDepthStencilCase()
939 IVec4 dstRect; in init() member
951 IVec4 dstRect; in init() member
990 IVec4 dstRect = copyRects[rectNdx].dstRect.swizzle(dstSwz[0], dstSwz[1], dstSwz[2], dstSwz[3]); in init() local
1006 …IVec4 dstRect = filterConsistencyRects[rectNdx].dstRect.swizzle(dstSwz[0], dstSwz[1], dstSwz[2], … in init() local
/third_party/skia/tests/
DGrOpListFlushTest.cpp51 SkRect dstRect = SkRect::MakeWH(1, 1); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
DRepeatedClippedBlurTest.cpp100 SkRect dstRect = SkRect::MakeXYWH(offset.fX, offset.fY, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
/third_party/flutter/skia/tests/
DGrOpListFlushTest.cpp50 SkRect dstRect = SkRect::MakeWH(1, 1); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
DRepeatedClippedBlurTest.cpp96 SkRect dstRect = SkRect::MakeXYWH(offset.fX, offset.fY, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
/third_party/flutter/skia/src/gpu/
DSkGpuDevice_drawTexture.cpp175 const SkPaint& paint, const SkRect& srcRect, const SkRect& dstRect, in draw_texture()
357 void SkGpuDevice::drawImageQuad(const SkImage* image, const SkRect* srcRect, const SkRect* dstRect, in drawImageQuad()
571 const SkRect* dstRect, in drawTextureProducer()

12345