Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkRect.h28 struct SK_API SkIRect { struct
34 /** Returns constructed SkIRect set to (0, 0, 0, 0). argument
41 static constexpr SkIRect SK_WARN_UNUSED_RESULT MakeEmpty() { in MakeEmpty() argument
52 static constexpr SkIRect SK_WARN_UNUSED_RESULT MakeWH(int32_t w, int32_t h) { in MakeWH() argument
62 static constexpr SkIRect SK_WARN_UNUSED_RESULT MakeSize(const SkISize& size) { in MakeSize() argument
74 static constexpr SkIRect SK_WARN_UNUSED_RESULT MakePtSize(SkIPoint pt, SkISize size) { in MakePtSize() argument
87 static constexpr SkIRect SK_WARN_UNUSED_RESULT MakeLTRB(int32_t l, int32_t t, in MakeLTRB() argument
101 static constexpr SkIRect SK_WARN_UNUSED_RESULT MakeXYWH(int32_t x, int32_t y, in MakeXYWH() argument
113 /** Returns top edge of SkIRect, if sorted. Call isEmpty() to see if SkIRect may be invalid, argument
120 /** Returns right edge of SkIRect, if sorted. argument
[all …]
DSkDrawable.h138 const SkIRect& /*clipBounds*/, in onSnapGpuDrawHandler()
/external/skqp/include/core/
DSkRect.h37 struct SK_API SkIRect { struct
43 /** Returns constructed SkIRect set to (0, 0, 0, 0). argument
50 static constexpr SkIRect SK_WARN_UNUSED_RESULT MakeEmpty() { in MakeEmpty() argument
61 static constexpr SkIRect SK_WARN_UNUSED_RESULT MakeWH(int32_t w, int32_t h) { in MakeWH() argument
71 static constexpr SkIRect SK_WARN_UNUSED_RESULT MakeSize(const SkISize& size) { in MakeSize() argument
84 static constexpr SkIRect SK_WARN_UNUSED_RESULT MakeLTRB(int32_t l, int32_t t, in MakeLTRB() argument
98 static constexpr SkIRect SK_WARN_UNUSED_RESULT MakeXYWH(int32_t x, int32_t y, in MakeXYWH() argument
110 /** Returns top edge of SkIRect, if sorted. Call isEmpty() to see if SkIRect may be invalid, argument
117 /** Returns right edge of SkIRect, if sorted. argument
124 /** 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()
/external/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()
/external/skia/src/gpu/
DGrTextureResolveRenderTask.h26 ExpectedOutcome onMakeClosed(const GrCaps&, SkIRect*) override { in onMakeClosed() argument
DGrWaitRenderTask.h30 ExpectedOutcome onMakeClosed(const GrCaps&, SkIRect*) override { in onMakeClosed() argument
DGrTransferFromRenderTask.h36 ExpectedOutcome onMakeClosed(const GrCaps&, SkIRect*) override { in onMakeClosed() argument
/external/skia/src/gpu/mock/
DGrMockRenderTask.h29 ExpectedOutcome onMakeClosed(const GrCaps&, SkIRect*) override { SkUNREACHABLE; } in onMakeClosed() argument
DGrMockOpsRenderPass.h37 void onSetScissorRect(const SkIRect&) override {} in onSetScissorRect()
DGrMockGpu.h124 void onResolveRenderTarget(GrRenderTarget* target, const SkIRect&) override {} in onResolveRenderTarget()
/external/skia/src/gpu/dawn/
DGrDawnGpu.h181 void onResolveRenderTarget(GrRenderTarget*, const SkIRect&) override {} in onResolveRenderTarget()
/external/skqp/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()
/external/skqp/src/core/
DSkOverdrawCanvas.cpp188 void SkOverdrawCanvas::onDrawImageNine(const SkImage*, const SkIRect&, const SkRect& dst, in onDrawImageNine()
231 void SkOverdrawCanvas::onDrawBitmapNine(const SkBitmap&, const SkIRect&, const SkRect& dst, in onDrawBitmapNine()
DSkDevice.h127 virtual void validateDevBounds(const SkIRect&) {} in validateDevBounds()
DSkDevice.cpp393 sk_sp<SkSpecialImage> SkBaseDevice::snapBackImage(const SkIRect&) { in snapBackImage()
/external/skqp/include/codec/
DSkCodec.h736 virtual bool onGetValidSubset(SkIRect* /*desiredSubset*/) const { in onGetValidSubset() argument
/external/skia/include/codec/
DSkCodec.h779 virtual bool onGetValidSubset(SkIRect* /*desiredSubset*/) const { in onGetValidSubset() argument
/external/skia/src/core/
DSkDevice.cpp315 sk_sp<SkSpecialImage> SkBaseDevice::snapSpecial(const SkIRect&, bool) { return nullptr; } in snapSpecial()
DSkDevice.h198 virtual void validateDevBounds(const SkIRect&) {} in validateDevBounds()
DSkScan_AAAPath.cpp28 void SkScan::AAAFillPath(const SkPath&, SkBlitter*, const SkIRect&, const SkIRect&, bool) { in AAAFillPath()
/external/skia/tests/
DCanvasTest.cpp648 SkIRect onFilterNodeBounds(const SkIRect&, const SkMatrix&, in onFilterNodeBounds()
DImageFilterTest.cpp259 SkIRect onFilterBounds(const SkIRect&, const SkMatrix&, in onFilterBounds()
/external/skqp/tests/
DCanvasTest.cpp845 SkIRect onFilterNodeBounds(const SkIRect&, const SkMatrix&, in onFilterNodeBounds()
DImageFilterTest.cpp300 SkIRect onFilterBounds(const SkIRect&, const SkMatrix&, in onFilterBounds()