Home
last modified time | relevance | path

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

1234

/external/skia/src/effects/imagefilters/
DSkImageImageFilter.cpp23 SkImageImageFilter(sk_sp<SkImage> image, const SkRect& srcRect, const SkRect& dstRect, in SkImageImageFilter()
56 const SkRect& dstRect, in Image()
104 SkRect dstRect; in onFilterImage() local
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.cpp369 const SkIRect& dstRect, in apply_morphology_rect()
388 const SkIRect& dstRect, in apply_morphology_rect_no_bounds()
401 const SkIRect& dstRect, in apply_morphology_pass()
454 const SkIRect dstRect = SkIRect::MakeWH(rect.width(), rect.height()); in apply_morphology() local
/external/skqp/src/effects/imagefilters/
DSkImageSource.cpp29 const SkRect& dstRect, in Make()
50 const SkRect& dstRect, in SkImageSource()
83 SkRect dstRect; in onFilterImage() local
155 SkRect dstRect = fDstRect; in onFilterNodeBounds() local
DSkTileImageFilter.cpp24 sk_sp<SkImageFilter> SkTileImageFilter::Make(const SkRect& srcRect, const SkRect& dstRect, in Make()
52 SkRect dstRect; in onFilterImage() local
/external/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.cpp194 auto dstRect = SkRect::MakeXYWH( 0, 0, .50f*w, .50f*h); in onDraw() local
206 auto dstRect = SkRect::Make(fSmallImg->dimensions()).makeOutset(kOutset, kOutset); in onDraw() local
Dimagesource.cpp58 const SkRect dstRect = SkRect::MakeXYWH(0, 10, 60, 60); in onDraw() local
Dimagesource2.cpp78 const SkRect dstRect = SkRect::MakeLTRB(0.75f, 0.75f, 225.75f, 225.75f); in onDraw() local
Dresizeimagefilter.cpp44 SkRect dstRect; in draw() local
/external/skia/src/gpu/
DGrSurfaceFillContext.h149 void fillRectWithFP(const SkIRect& dstRect, in fillRectWithFP()
158 const SkIRect& dstRect, in fillRectToRectWithFP()
166 const SkIRect& dstRect, in fillRectToRectWithFP()
/external/skia/modules/canvaskit/
Dskottie.js75 CanvasKit.Animation.prototype.render = function(canvas, dstRect) { argument
96 CanvasKit.ManagedAnimation.prototype.render = function(canvas, dstRect) { argument
/external/skqp/gm/
Dtileimagefilter.cpp64 SkRect dstRect = SkRect::MakeXYWH(SkIntToScalar(i * 8), in onDraw() local
94 SkRect dstRect = SkRect::MakeWH(SkIntToScalar(fBitmap->width() * 2), in onDraw() local
Dimagesource.cpp47 const SkRect dstRect = SkRect::MakeXYWH(0, 10, 60, 60); in onDraw() local
Dimagesource2.cpp66 const SkRect dstRect = SkRect::MakeLTRB(0.75f, 0.75f, 225.75f, 225.75f); in onDraw() local
Dresizeimagefilter.cpp32 SkRect dstRect; in draw() local
/external/skqp/src/gpu/
DSkGpuDevice_drawTexture.cpp106 SkRect dstRect = dst ? *dst : srcRect; in draw_texture() local
146 const SkRect* srcRect, const SkRect* dstRect, in drawPinnedTextureProxy()
162 const SkRect* dstRect, in drawTextureProducer()
/external/skia/modules/svg/src/
DSkSVGFeImage.cpp34 const SkRect& dstRect = imgInfo.fDst; in onMakeImageFilter() local
/external/skqp/src/core/
DSkGpuBlurUtils.cpp75 const SkIRect& dstRect, in convolve_gaussian_1d()
189 SkIRect dstRect = SkIRect::MakeWH(srcRect.width(), srcRect.height()); in convolve_gaussian() local
287 SkIRect dstRect(srcRect); in decimate() local
441 SkIRect dstRect(srcRect); in reexpand() local
/external/deqp/modules/gles3/functional/
Des3fFramebufferBlitTests.cpp58 …const IVec2& srcSize, const IVec4& srcRect, const IVec2& dstSize, const IVec4& dstRect, int cellSi… in BlitRectCase()
172 …char* desc, const IVec2& srcSize, const IVec4& srcRect, const IVec2& dstSize, const IVec4& dstRect) in BlitNearestFilterConsistencyCase()
459 … const IVec4& srcRect, deUint32 dstBuffers, const IVec2& dstSize, const IVec4& dstRect, deUint32 c… in BlitDepthStencilCase()
937 IVec4 dstRect; in init() member
949 IVec4 dstRect; in init() member
988 IVec4 dstRect = copyRects[rectNdx].dstRect.swizzle(dstSwz[0], dstSwz[1], dstSwz[2], dstSwz[3]); in init() local
1004 …IVec4 dstRect = filterConsistencyRects[rectNdx].dstRect.swizzle(dstSwz[0], dstSwz[1], dstSwz[2], … in init() local
/external/skqp/samplecode/
DSampleTextureDomain.cpp46 SkRect dstRect; in onDrawContent() local
/external/skqp/tests/
DGrOpListFlushTest.cpp50 SkRect dstRect = SkRect::MakeWH(1, 1); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
/external/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
/external/skqp/src/gpu/ops/
DGrTextureOp.cpp104 const SkRect& dstRect, in Make()
196 const SkRect& srcRect, const SkRect& dstRect, GrAAType aaType, GrQuadAAFlags aaFlags, in TextureOp()
543 const SkRect& dstRect, in Make()
564 bool GetFilterHasEffect(const SkMatrix& viewMatrix, const SkRect& srcRect, const SkRect& dstRect) { in GetFilterHasEffect()

1234