Home
last modified time | relevance | path

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

1234

/external/skia/src/gpu/ganesh/
DGrCopyRenderTask.cpp17 SkIRect dstRect, in Make()
40 SkIRect dstRect, in GrCopyRenderTask()
91 SkIRect dstRect = GrNativeRect::MakeIRectRelativeTo(fOrigin, dstSurface->height(), fDstRect); in onExecute() local
DSurfaceFillContext.h79 const SkIRect& dstRect, in fillRectToRectWithFP()
87 const SkIRect& dstRect, in fillRectToRectWithFP()
DSurfaceFillContext.cpp86 void SurfaceFillContext::fillRectWithFP(const SkIRect& dstRect, in fillRectWithFP()
103 void SurfaceFillContext::fillRectWithFP(const SkIRect& dstRect, in fillRectWithFP()
/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.cpp196 auto dstRect = SkRect::MakeXYWH( 0, 0, .50f*w, .50f*h); in onDraw() local
208 auto dstRect = SkRect::Make(fSmallImg->dimensions()).makeOutset(kOutset, kOutset); in onDraw() local
Dcolorwheel.cpp83 SkRect dstRect = SkRect::MakeLTRB(0, 0, 128, 128); variable
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
Dresizeimagefilter.cpp43 SkRect dstRect; in draw() local
Dgpu_blur_utils.cpp283 for (const auto& dstRect : dstRectSet) { in run() local
403 auto dstRect = SkIRect::MakeSize(dstB.size()).makeOffset(x, y); in do_very_large_blur_gm() local
Ddrawminibitmaprect.cpp97 const SkRect dstRect = { 0, 0, SkIntToScalar(64), SkIntToScalar(64)}; in onDraw() local
Dtallstretchedbitmaps.cpp96 SkRect dstRect = SkRect::MakeWH(SkIntToScalar(bmp.width()), 10.f * itemHeight); in onDraw() local
/external/skia/src/effects/imagefilters/
DSkImageImageFilter.cpp34 SkImageImageFilter(sk_sp<SkImage> image, const SkRect& srcRect, const SkRect& dstRect, in SkImageImageFilter()
69 const SkRect& dstRect, in Image()
180 SkRect dstRect = fDstRect; in onFilterNodeBounds() local
DSkTileImageFilter.cpp38 SkTileImageFilter(const SkRect& srcRect, const SkRect& dstRect, sk_sp<SkImageFilter> input) in SkTileImageFilter()
114 SkRect dstRect; in onFilterImage() local
DSkMorphologyImageFilter.cpp401 const SkIRect& dstRect, in apply_morphology_rect()
420 const SkIRect& dstRect, in apply_morphology_rect_no_bounds()
433 const SkIRect& dstRect, in apply_morphology_pass()
484 const SkIRect dstRect = SkIRect::MakeWH(rect.width(), rect.height()); in apply_morphology() local
DSkPictureImageFilter.cpp147 SkRect dstRect = fCropRect; in onFilterNodeBounds() local
/external/skia/modules/canvaskit/
Dskottie.js75 CanvasKit.Animation.prototype.render = function(canvas, dstRect) { argument
96 CanvasKit.ManagedAnimation.prototype.render = function(canvas, dstRect) { argument
/external/skia/src/gpu/graphite/
DUploadTask.cpp83 const SkIRect& dstRect, in Make()
210 SkIRect dstRect = copyData.fRect; in addCommand() local
235 const SkIRect& dstRect, in recordUpload()
/external/skia/modules/svg/src/
DSkSVGFeImage.cpp35 const SkRect& dstRect = imgInfo.fDst; in onMakeImageFilter() local
/external/skia/src/gpu/ganesh/dawn/
DGrDawnCaps.h61 bool onCanCopySurface(const GrSurfaceProxy* dst, const SkIRect& dstRect, in onCanCopySurface()
/external/deqp/modules/gles3/functional/
Des3fFramebufferBlitTests.cpp59 …const IVec2& srcSize, const IVec4& srcRect, const IVec2& dstSize, const IVec4& dstRect, int cellSi… in BlitRectCase()
175 …char* desc, const IVec2& srcSize, const IVec4& srcRect, const IVec2& dstSize, const IVec4& dstRect) in BlitNearestFilterConsistencyCase()
462 … const IVec4& srcRect, deUint32 dstBuffers, const IVec2& dstSize, const IVec4& dstRect, deUint32 c… in BlitDepthStencilCase()
966 IVec4 dstRect; in init() member
978 IVec4 dstRect; in init() member
1017 IVec4 dstRect = copyRects[rectNdx].dstRect.swizzle(dstSwz[0], dstSwz[1], dstSwz[2], dstSwz[3]); in init() local
1033 …IVec4 dstRect = filterConsistencyRects[rectNdx].dstRect.swizzle(dstSwz[0], dstSwz[1], dstSwz[2], … in init() local
/external/skia/tests/
DGrOpListFlushTest.cpp72 SkRect dstRect = SkRect::MakeWH(1, 1); in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() local
DRepeatedClippedBlurTest.cpp120 SkRect dstRect = SkRect::MakeXYWH(offset.fX, offset.fY, in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() local
/external/skia/src/shaders/
DSkGainmapShader.cpp82 const SkRect& dstRect, in Make()
/external/skia/tests/graphite/
DImageShaderTest.cpp33 SkRect dstRect, in test_draw()

1234