Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkRect.h31 struct SK_API SkIRect { struct
37 /** Returns constructed SkIRect set to (0, 0, 0, 0). argument
44 static constexpr SkIRect SK_WARN_UNUSED_RESULT MakeEmpty() { in MakeEmpty() argument
55 static constexpr SkIRect SK_WARN_UNUSED_RESULT MakeWH(int32_t w, int32_t h) { in MakeWH() argument
65 static constexpr SkIRect SK_WARN_UNUSED_RESULT MakeSize(const SkISize& size) { in MakeSize() argument
77 static constexpr SkIRect SK_WARN_UNUSED_RESULT MakePtSize(SkIPoint pt, SkISize size) { in MakePtSize() argument
90 static constexpr SkIRect SK_WARN_UNUSED_RESULT MakeLTRB(int32_t l, int32_t t, in MakeLTRB() argument
104 static constexpr SkIRect SK_WARN_UNUSED_RESULT MakeXYWH(int32_t x, int32_t y, 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.h147 const SkIRect& /*clipBounds*/, in onSnapGpuDrawHandler()
/external/skia/src/gpu/ganesh/mock/
DGrMockGpu.h96 SkIRect, in onReadPixels() argument
105 SkIRect, in onWritePixels() argument
123 SkIRect, in onTransferPixelsTo() argument
133 SkIRect, in onTransferPixelsFrom() argument
149 void onResolveRenderTarget(GrRenderTarget* target, const SkIRect&) override {} in onResolveRenderTarget()
DGrMockRenderTask.h29 ExpectedOutcome onMakeClosed(GrRecordingContext*, SkIRect*) override { SkUNREACHABLE; } in onMakeClosed() argument
DGrMockOpsRenderPass.h37 void onSetScissorRect(const SkIRect&) override {} in onSetScissorRect()
/external/skia/gm/verifiers/
Dgmverifier.h144 VerifierResult verifyWithGold(const SkIRect&, const SkBitmap&, const SkBitmap&) final { in verifyWithGold()
157 VerifierResult verify(const SkIRect&, const SkBitmap&) final { in verify()
/external/skia/src/gpu/ganesh/
DGrTextureResolveRenderTask.h29 ExpectedOutcome onMakeClosed(GrRecordingContext*, SkIRect*) override { in onMakeClosed() argument
DGrWaitRenderTask.h30 ExpectedOutcome onMakeClosed(GrRecordingContext*, SkIRect*) override { in onMakeClosed() argument
DGrTransferFromRenderTask.h36 ExpectedOutcome onMakeClosed(GrRecordingContext*, SkIRect*) override { in onMakeClosed() argument
/external/skia/src/gpu/graphite/
DImage_YUVA_Graphite.h42 sk_sp<SkImage> onMakeSubset(const SkIRect&, Recorder*, RequiredImageProperties) const override { in onMakeSubset()
DImage_Base_Graphite.cpp19 sk_sp<SkImage> Image_Base::onMakeSubset(const SkIRect&, GrDirectContext*) const { in onMakeSubset() argument
/external/skia/src/image/
DSkSurface_Base.h72 virtual sk_sp<SkImage> onMakeImageCopy(const SkIRect* /* subset */, in onMakeImageCopy()
DSkImage_GpuBase.cpp193 sk_sp<SkImage> SkImage_GpuBase::onMakeSubset(const SkIRect&, in onMakeSubset()
/external/skia/src/gpu/ganesh/dawn/
DGrDawnGpu.h204 void onResolveRenderTarget(GrRenderTarget*, const SkIRect&) override {} in onResolveRenderTarget()
/external/skia/include/codec/
DSkCodec.h809 virtual bool onGetValidSubset(SkIRect* /*desiredSubset*/) const { in onGetValidSubset() argument
/external/skia/src/core/
DSkDevice.h213 virtual void validateDevBounds(const SkIRect&) {} in validateDevBounds()
DSkScan_AAAPath.cpp28 void SkScan::AAAFillPath(const SkPath&, SkBlitter*, const SkIRect&, const SkIRect&, bool) { in AAAFillPath()
DSkDevice.cpp309 sk_sp<SkSpecialImage> SkBaseDevice::snapSpecial(const SkIRect&, bool forceCopy) { return nullptr; } in snapSpecial()
/external/skia/tests/
DCanvasTest.cpp645 SkIRect onFilterNodeBounds(const SkIRect&, const SkMatrix&, in onFilterNodeBounds()
DImageFilterTest.cpp298 SkIRect onFilterBounds(const SkIRect&, const SkMatrix&, in onFilterBounds()