| /external/skia/include/core/ |
| D | SkRect.h | 31 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 …]
|
| D | SkDrawable.h | 147 const SkIRect& /*clipBounds*/, in onSnapGpuDrawHandler()
|
| /external/skia/src/gpu/ganesh/mock/ |
| D | GrMockGpu.h | 96 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()
|
| D | GrMockRenderTask.h | 29 ExpectedOutcome onMakeClosed(GrRecordingContext*, SkIRect*) override { SkUNREACHABLE; } in onMakeClosed() argument
|
| D | GrMockOpsRenderPass.h | 37 void onSetScissorRect(const SkIRect&) override {} in onSetScissorRect()
|
| /external/skia/gm/verifiers/ |
| D | gmverifier.h | 144 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/ |
| D | GrTextureResolveRenderTask.h | 29 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
|
| /external/skia/src/gpu/graphite/ |
| D | Image_YUVA_Graphite.h | 42 sk_sp<SkImage> onMakeSubset(const SkIRect&, Recorder*, RequiredImageProperties) const override { in onMakeSubset()
|
| D | Image_Base_Graphite.cpp | 19 sk_sp<SkImage> Image_Base::onMakeSubset(const SkIRect&, GrDirectContext*) const { in onMakeSubset() argument
|
| /external/skia/src/image/ |
| D | SkSurface_Base.h | 72 virtual sk_sp<SkImage> onMakeImageCopy(const SkIRect* /* subset */, in onMakeImageCopy()
|
| D | SkImage_GpuBase.cpp | 193 sk_sp<SkImage> SkImage_GpuBase::onMakeSubset(const SkIRect&, in onMakeSubset()
|
| /external/skia/src/gpu/ganesh/dawn/ |
| D | GrDawnGpu.h | 204 void onResolveRenderTarget(GrRenderTarget*, const SkIRect&) override {} in onResolveRenderTarget()
|
| /external/skia/include/codec/ |
| D | SkCodec.h | 809 virtual bool onGetValidSubset(SkIRect* /*desiredSubset*/) const { in onGetValidSubset() argument
|
| /external/skia/src/core/ |
| D | SkDevice.h | 213 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()
|
| D | SkDevice.cpp | 309 sk_sp<SkSpecialImage> SkBaseDevice::snapSpecial(const SkIRect&, bool forceCopy) { return nullptr; } in snapSpecial()
|
| /external/skia/tests/ |
| D | CanvasTest.cpp | 645 SkIRect onFilterNodeBounds(const SkIRect&, const SkMatrix&, in onFilterNodeBounds()
|
| D | ImageFilterTest.cpp | 298 SkIRect onFilterBounds(const SkIRect&, const SkMatrix&, in onFilterBounds()
|