/aosp_15_r20/external/skia/include/core/ |
H A D | SkRect.h | 33 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 D | SkDrawable.h | 156 const SkIRect& /*clipBounds*/, in onSnapGpuDrawHandler()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/mock/ |
H A D | GrMockGpu.h | 127 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 D | GrMockRenderTask.h | 42 ExpectedOutcome onMakeClosed(GrRecordingContext*, SkIRect*) override { SkUNREACHABLE; } in onMakeClosed() argument
|
H A D | GrMockOpsRenderPass.h | 56 void onSetScissorRect(const SkIRect&) override {} in onSetScissorRect()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/ |
H A D | GrTextureResolveRenderTask.h | 41 ExpectedOutcome onMakeClosed(GrRecordingContext*, SkIRect*) override { in onMakeClosed() argument
|
H A D | GrWaitRenderTask.h | 42 ExpectedOutcome onMakeClosed(GrRecordingContext*, SkIRect*) override { in onMakeClosed() argument
|
H A D | GrTransferFromRenderTask.h | 51 ExpectedOutcome onMakeClosed(GrRecordingContext*, SkIRect*) override { in onMakeClosed() argument
|
/aosp_15_r20/external/skia/src/effects/imagefilters/ |
H A D | SkPictureImageFilter.cpp | 109 const skif::LayerSpace<SkIRect>&, in onGetInputLayerBounds()
|
H A D | SkShaderImageFilter.cpp | 126 const skif::LayerSpace<SkIRect>&, in onGetInputLayerBounds()
|
H A D | SkImageImageFilter.cpp | 149 const skif::LayerSpace<SkIRect>&, in onGetInputLayerBounds()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/image/ |
H A D | SkImage_GaneshBase.cpp | 221 const SkIRect&, in onMakeSubset()
|
/aosp_15_r20/external/skia/include/codec/ |
H A D | SkCodec.h | 852 virtual bool onGetValidSubset(SkIRect* /*desiredSubset*/) const { in onGetValidSubset() argument
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkDevice.cpp | 315 sk_sp<SkSpecialImage> SkDevice::snapSpecial(const SkIRect&, bool forceCopy) { return nullptr; } in snapSpecial()
|