Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/include/core/
H A 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 …]
H A DSkDrawable.h156 const SkIRect& /*clipBounds*/, in onSnapGpuDrawHandler()
/aosp_15_r20/external/skia/src/gpu/ganesh/mock/
H A 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()
H A DGrMockRenderTask.h42 ExpectedOutcome onMakeClosed(GrRecordingContext*, SkIRect*) override { SkUNREACHABLE; } in onMakeClosed() argument
H A DGrMockOpsRenderPass.h56 void onSetScissorRect(const SkIRect&) override {} in onSetScissorRect()
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrTextureResolveRenderTask.h41 ExpectedOutcome onMakeClosed(GrRecordingContext*, SkIRect*) override { in onMakeClosed() argument
H A DGrWaitRenderTask.h42 ExpectedOutcome onMakeClosed(GrRecordingContext*, SkIRect*) override { in onMakeClosed() argument
H A DGrTransferFromRenderTask.h51 ExpectedOutcome onMakeClosed(GrRecordingContext*, SkIRect*) override { in onMakeClosed() argument
/aosp_15_r20/external/skia/src/effects/imagefilters/
H A DSkPictureImageFilter.cpp109 const skif::LayerSpace<SkIRect>&, in onGetInputLayerBounds()
H A DSkShaderImageFilter.cpp126 const skif::LayerSpace<SkIRect>&, in onGetInputLayerBounds()
H A DSkImageImageFilter.cpp149 const skif::LayerSpace<SkIRect>&, in onGetInputLayerBounds()
/aosp_15_r20/external/skia/src/gpu/ganesh/image/
H A DSkImage_GaneshBase.cpp221 const SkIRect&, in onMakeSubset()
/aosp_15_r20/external/skia/include/codec/
H A DSkCodec.h852 virtual bool onGetValidSubset(SkIRect* /*desiredSubset*/) const { in onGetValidSubset() argument
/aosp_15_r20/external/skia/src/core/
H A DSkDevice.cpp315 sk_sp<SkSpecialImage> SkDevice::snapSpecial(const SkIRect&, bool forceCopy) { return nullptr; } in snapSpecial()