Home
last modified time | relevance | path

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

12

/third_party/skia/include/core/
DSkRect.h28 struct SK_API SkIRect { struct
34 /** Writes text representation of SkIRect to string. argument
47 static constexpr SkIRect SK_WARN_UNUSED_RESULT MakeEmpty() { in MakeEmpty() argument
58 static constexpr SkIRect SK_WARN_UNUSED_RESULT MakeWH(int32_t w, int32_t h) { in MakeWH() argument
68 static constexpr SkIRect SK_WARN_UNUSED_RESULT MakeSize(const SkISize& size) { in MakeSize() argument
80 static constexpr SkIRect SK_WARN_UNUSED_RESULT MakePtSize(SkIPoint pt, SkISize size) { in MakePtSize() argument
93 static constexpr SkIRect SK_WARN_UNUSED_RESULT MakeLTRB(int32_t l, int32_t t, in MakeLTRB() argument
107 static constexpr SkIRect SK_WARN_UNUSED_RESULT MakeXYWH(int32_t x, int32_t y, in MakeXYWH() argument
119 /** Returns top edge of SkIRect, if sorted. Call isEmpty() to see if SkIRect may be invalid, argument
126 /** Returns right edge of SkIRect, if sorted. argument
[all …]
DSkDrawable.h138 const SkIRect& /*clipBounds*/, in onSnapGpuDrawHandler()
/third_party/flutter/skia/include/core/
DSkRect.h27 struct SK_API SkIRect { struct
35 desc += split + "\n SkIRect:{ \n"; in dump() argument
49 static constexpr SkIRect SK_WARN_UNUSED_RESULT MakeEmpty() { in MakeEmpty() argument
60 static constexpr SkIRect SK_WARN_UNUSED_RESULT MakeWH(int32_t w, int32_t h) { in MakeWH() argument
70 static constexpr SkIRect SK_WARN_UNUSED_RESULT MakeSize(const SkISize& size) { in MakeSize() argument
83 static constexpr SkIRect SK_WARN_UNUSED_RESULT MakeLTRB(int32_t l, int32_t t, in MakeLTRB() argument
97 static constexpr SkIRect SK_WARN_UNUSED_RESULT MakeXYWH(int32_t x, int32_t y, in MakeXYWH() argument
109 /** Returns top edge of SkIRect, if sorted. Call isEmpty() to see if SkIRect may be invalid, argument
116 /** Returns right edge of SkIRect, if sorted. argument
123 /** Returns bottom edge of SkIRect, if sorted. Call isEmpty() to see if SkIRect may be invalid, argument
[all …]
DSkDrawable.h138 const SkIRect& /*clipBounds*/, in onSnapGpuDrawHandler()
/third_party/skia/src/gpu/mock/
DGrMockGpu.h93 SkIRect, in onReadPixels() argument
102 SkIRect, in onWritePixels() argument
112 SkIRect, in onTransferPixelsTo() argument
122 SkIRect, in onTransferPixelsFrom() argument
137 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()
/third_party/skia/gm/verifiers/
Dgmverifier.h143 VerifierResult verifyWithGold(const SkIRect&, const SkBitmap&, const SkBitmap&) final { in verifyWithGold()
156 VerifierResult verify(const SkIRect&, const SkBitmap&) final { in verify()
/third_party/skia/src/gpu/
DGrTextureResolveRenderTask.h26 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
/third_party/skia/experimental/graphite/src/
DImage_Graphite.h34 sk_sp<SkImage> onMakeSubset(const SkIRect&, GrDirectContext*) const override { in onMakeSubset()
/third_party/skia/src/gpu/dawn/
DGrDawnGpu.h195 void onResolveRenderTarget(GrRenderTarget*, const SkIRect&) override {} in onResolveRenderTarget()
/third_party/flutter/skia/include/utils/
DSkNoDrawCanvas.h66 void onDrawImageNine(const SkImage*, const SkIRect&, const SkRect&, const SkPaint*) override {} in onDrawImageNine()
67 void onDrawBitmapNine(const SkBitmap&, const SkIRect&, const SkRect&, in onDrawBitmapNine()
/third_party/flutter/skia/src/core/
DSkOverdrawCanvas.cpp168 void SkOverdrawCanvas::onDrawImageNine(const SkImage*, const SkIRect&, const SkRect& dst, in onDrawImageNine()
204 void SkOverdrawCanvas::onDrawBitmapNine(const SkBitmap&, const SkIRect&, const SkRect& dst, in onDrawBitmapNine()
DSkDevice.h128 virtual void validateDevBounds(const SkIRect&) {} in validateDevBounds()
DSkDevice.cpp418 sk_sp<SkSpecialImage> SkBaseDevice::snapBackImage(const SkIRect&) { in snapBackImage()
DSkScan_AAAPath.cpp29 void SkScan::AAAFillPath(const SkPath&, SkBlitter*, const SkIRect&, const SkIRect&, bool) { in AAAFillPath()
/third_party/flutter/skia/include/codec/
DSkCodec.h765 virtual bool onGetValidSubset(SkIRect* /*desiredSubset*/) const { in onGetValidSubset() argument
/third_party/skia/include/codec/
DSkCodec.h779 virtual bool onGetValidSubset(SkIRect* /*desiredSubset*/) const { in onGetValidSubset() argument
/third_party/flutter/skia/src/image/
DSkImage.cpp431 sk_sp<SkImage> SkImage::DecodeToTexture(GrContext*, const void*, size_t, const SkIRect*) { in DecodeToTexture()
/third_party/skia/src/core/
DSkDevice.h193 virtual void validateDevBounds(const SkIRect&) {} in validateDevBounds()
DSkDevice.cpp319 sk_sp<SkSpecialImage> SkBaseDevice::snapSpecial(const SkIRect&, bool) { return nullptr; } in snapSpecial()
DSkScan_AAAPath.cpp28 void SkScan::AAAFillPath(const SkPath&, SkBlitter*, const SkIRect&, const SkIRect&, bool) { in AAAFillPath()
/third_party/flutter/skia/tests/
DCanvasTest.cpp606 SkIRect onFilterNodeBounds(const SkIRect&, const SkMatrix&, in onFilterNodeBounds()

12