| /third_party/skia/include/core/ |
| D | SkRect.h | 28 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 …]
|
| D | SkDrawable.h | 138 const SkIRect& /*clipBounds*/, in onSnapGpuDrawHandler()
|
| /third_party/skia/src/gpu/mock/ |
| D | GrMockGpu.h | 101 SkIRect, in onReadPixels() argument 110 SkIRect, in onWritePixels() argument 120 SkIRect, in onTransferPixelsTo() argument 130 SkIRect, in onTransferPixelsFrom() argument 145 void onResolveRenderTarget(GrRenderTarget* target, const SkIRect&) override {} in onResolveRenderTarget()
|
| D | GrMockRenderTask.h | 29 ExpectedOutcome onMakeClosed(GrRecordingContext*, SkIRect*) override { SkUNREACHABLE; } in onMakeClosed() argument
|
| D | GrMockOpsRenderPass.h | 37 void onSetScissorRect(const SkIRect&) override {} in onSetScissorRect()
|
| /third_party/skia/gm/verifiers/ |
| D | gmverifier.h | 143 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/ |
| D | GrTextureResolveRenderTask.h | 26 ExpectedOutcome onMakeClosed(GrRecordingContext*, SkIRect*) override { in onMakeClosed() argument
|
| D | GrWaitRenderTask.h | 30 ExpectedOutcome onMakeClosed(GrRecordingContext*, SkIRect*) override { in onMakeClosed() argument
|
| D | GrTransferFromRenderTask.h | 36 ExpectedOutcome onMakeClosed(GrRecordingContext*, SkIRect*) override { in onMakeClosed() argument
|
| /third_party/skia/experimental/graphite/src/ |
| D | Image_Graphite.h | 34 sk_sp<SkImage> onMakeSubset(const SkIRect&, GrDirectContext*) const override { in onMakeSubset()
|
| /third_party/skia/src/gpu/dawn/ |
| D | GrDawnGpu.h | 203 void onResolveRenderTarget(GrRenderTarget*, const SkIRect&) override {} in onResolveRenderTarget()
|
| /third_party/skia/include/codec/ |
| D | SkCodec.h | 781 virtual bool onGetValidSubset(SkIRect* /*desiredSubset*/) const { in onGetValidSubset() argument
|
| /third_party/skia/src/core/ |
| D | SkDevice.cpp | 319 sk_sp<SkSpecialImage> SkBaseDevice::snapSpecial(const SkIRect&, bool) { return nullptr; } in snapSpecial()
|
| D | SkDevice.h | 194 virtual void validateDevBounds(const SkIRect&) {} in validateDevBounds()
|
| D | SkScan_AAAPath.cpp | 28 void SkScan::AAAFillPath(const SkPath&, SkBlitter*, const SkIRect&, const SkIRect&, bool) { in AAAFillPath()
|
| /third_party/skia/tests/ |
| D | CanvasTest.cpp | 627 SkIRect onFilterNodeBounds(const SkIRect&, const SkMatrix&, in onFilterNodeBounds()
|
| D | ImageFilterTest.cpp | 259 SkIRect onFilterBounds(const SkIRect&, const SkMatrix&, in onFilterBounds()
|