/external/skqp/include/core/ |
D | SkRect.h | 37 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 …]
|
D | SkDrawable.h | 138 const SkIRect& /*clipBounds*/, in onSnapGpuDrawHandler()
|
/external/skia/include/core/ |
D | SkRect.h | 37 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 …]
|
D | SkDrawable.h | 138 const SkIRect& /*clipBounds*/, in onSnapGpuDrawHandler()
|
/external/skia/include/utils/ |
D | SkNoDrawCanvas.h | 67 void onDrawImageNine(const SkImage*, const SkIRect&, const SkRect&, const SkPaint*) override {} in onDrawImageNine() 68 void onDrawBitmapNine(const SkBitmap&, const SkIRect&, const SkRect&, in onDrawBitmapNine()
|
/external/skqp/include/utils/ |
D | SkNoDrawCanvas.h | 66 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/ |
D | SkOverdrawCanvas.cpp | 188 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()
|
D | SkDevice.cpp | 393 sk_sp<SkSpecialImage> SkBaseDevice::snapBackImage(const SkIRect&) { in snapBackImage()
|
D | SkDevice.h | 127 virtual void validateDevBounds(const SkIRect&) {} in validateDevBounds()
|
/external/skia/src/core/ |
D | SkOverdrawCanvas.cpp | 192 void SkOverdrawCanvas::onDrawImageNine(const SkImage*, const SkIRect&, const SkRect& dst, in onDrawImageNine() 235 void SkOverdrawCanvas::onDrawBitmapNine(const SkBitmap&, const SkIRect&, const SkRect& dst, in onDrawBitmapNine()
|
D | SkDevice.cpp | 385 sk_sp<SkSpecialImage> SkBaseDevice::snapBackImage(const SkIRect&) { in snapBackImage()
|
D | SkDevice.h | 127 virtual void validateDevBounds(const SkIRect&) {} in validateDevBounds()
|
/external/skqp/include/codec/ |
D | SkCodec.h | 736 virtual bool onGetValidSubset(SkIRect* /*desiredSubset*/) const { in onGetValidSubset() argument
|
/external/skia/include/codec/ |
D | SkCodec.h | 736 virtual bool onGetValidSubset(SkIRect* /*desiredSubset*/) const { in onGetValidSubset() argument
|
/external/skqp/tests/ |
D | CanvasTest.cpp | 845 SkIRect onFilterNodeBounds(const SkIRect&, const SkMatrix&, in onFilterNodeBounds()
|
D | ImageFilterTest.cpp | 300 SkIRect onFilterBounds(const SkIRect&, const SkMatrix&, in onFilterBounds()
|
/external/skia/tests/ |
D | CanvasTest.cpp | 845 SkIRect onFilterNodeBounds(const SkIRect&, const SkMatrix&, in onFilterNodeBounds()
|
D | ImageFilterTest.cpp | 300 SkIRect onFilterBounds(const SkIRect&, const SkMatrix&, in onFilterBounds()
|