Home
last modified time | relevance | path

Searched defs:SkIRect (Results 1 – 16 of 16) sorted by relevance

/external/skia/include/core/
DSkRect.h33 struct SK_API SkIRect { struct
39 /** Returns constructed SkIRect set to (0, 0, 0, 0). argument
46 [[nodiscard]] static constexpr SkIRect MakeEmpty() { in MakeEmpty() argument
57 [[nodiscard]] static constexpr SkIRect MakeWH(int32_t w, int32_t h) { in MakeWH() argument
67 [[nodiscard]] static constexpr SkIRect MakeSize(const SkISize& size) { in MakeSize() argument
79 [[nodiscard]] static constexpr SkIRect MakePtSize(SkIPoint pt, SkISize size) { in MakePtSize() argument
92 [[nodiscard]] static constexpr SkIRect MakeLTRB(int32_t l, int32_t t, int32_t r, int32_t b) { in MakeLTRB() argument
105 [[nodiscard]] static constexpr SkIRect MakeXYWH(int32_t x, int32_t y, int32_t w, int32_t h) { in MakeXYWH() argument
116 /** Returns top edge of SkIRect, if sorted. Call isEmpty() to see if SkIRect may be invalid, argument
123 /** Returns right edge of SkIRect, if sorted. argument
[all …]
DSkDrawable.h156 const SkIRect& /*clipBounds*/, in onSnapGpuDrawHandler()
/external/skia/src/gpu/ganesh/mock/
DGrMockGpu.h127 SkIRect, in onReadPixels() argument
136 SkIRect, in onWritePixels() argument
154 SkIRect, in onTransferPixelsTo() argument
164 SkIRect, in onTransferPixelsFrom() argument
180 void onResolveRenderTarget(GrRenderTarget* target, const SkIRect&) override {} in onResolveRenderTarget()
DGrMockRenderTask.h42 ExpectedOutcome onMakeClosed(GrRecordingContext*, SkIRect*) override { SkUNREACHABLE; } in onMakeClosed() argument
DGrMockOpsRenderPass.h56 void onSetScissorRect(const SkIRect&) override {} in onSetScissorRect()
/external/skia/src/gpu/ganesh/
DGrWaitRenderTask.h42 ExpectedOutcome onMakeClosed(GrRecordingContext*, SkIRect*) override { in onMakeClosed() argument
DGrTextureResolveRenderTask.h41 ExpectedOutcome onMakeClosed(GrRecordingContext*, SkIRect*) override { in onMakeClosed() argument
DGrTransferFromRenderTask.h51 ExpectedOutcome onMakeClosed(GrRecordingContext*, SkIRect*) override { in onMakeClosed() argument
/external/skia/src/codec/
DSkCrabbyAvifCodec.h67 bool onGetValidSubset(SkIRect*) const override { return true; } in onGetValidSubset() argument
/external/skia/src/effects/imagefilters/
DSkPictureImageFilter.cpp109 const skif::LayerSpace<SkIRect>&, in onGetInputLayerBounds()
DSkShaderImageFilter.cpp126 const skif::LayerSpace<SkIRect>&, in onGetInputLayerBounds()
DSkImageImageFilter.cpp149 const skif::LayerSpace<SkIRect>&, in onGetInputLayerBounds()
/external/skia/src/core/
DSkMaskFilterBase.cpp298 const SkIRect&, in filterRectsToNine()
DSkDevice.cpp315 sk_sp<SkSpecialImage> SkDevice::snapSpecial(const SkIRect&, bool forceCopy) { return nullptr; } in snapSpecial()
/external/skia/src/gpu/ganesh/image/
DSkImage_GaneshBase.cpp221 const SkIRect&, in onMakeSubset()
/external/skia/include/codec/
DSkCodec.h889 virtual bool onGetValidSubset(SkIRect* /*desiredSubset*/) const { in onGetValidSubset() argument