/external/skqp/include/core/ |
D | SkRect.h | 683 struct SK_API SkRect { struct 689 /** Returns constructed SkRect set to (0, 0, 0, 0). argument 696 static constexpr SkRect SK_WARN_UNUSED_RESULT MakeEmpty() { in MakeEmpty() argument 710 static constexpr SkRect SK_WARN_UNUSED_RESULT MakeWH(SkScalar w, SkScalar h) { in MakeWH() argument 724 static SkRect SK_WARN_UNUSED_RESULT MakeIWH(int w, int h) { in MakeIWH() argument 736 static constexpr SkRect SK_WARN_UNUSED_RESULT MakeSize(const SkSize& size) { in MakeSize() argument 749 static constexpr SkRect SK_WARN_UNUSED_RESULT MakeLTRB(SkScalar l, SkScalar t, SkScalar r, in MakeLTRB() argument 763 static constexpr SkRect SK_WARN_UNUSED_RESULT MakeXYWH(SkScalar x, SkScalar y, SkScalar w, in MakeXYWH() argument 774 static SkRect Make(const SkISize& size) { in Make() argument 785 static SkRect SK_WARN_UNUSED_RESULT Make(const SkIRect& irect) { in Make() argument [all …]
|
D | SkPathEffect.h | 172 const SkRect*) const { in onAsPoints()
|
/external/skia/include/core/ |
D | SkRect.h | 683 struct SK_API SkRect { struct 689 /** Returns constructed SkRect set to (0, 0, 0, 0). argument 696 static constexpr SkRect SK_WARN_UNUSED_RESULT MakeEmpty() { in MakeEmpty() argument 710 static constexpr SkRect SK_WARN_UNUSED_RESULT MakeWH(SkScalar w, SkScalar h) { in MakeWH() argument 724 static SkRect SK_WARN_UNUSED_RESULT MakeIWH(int w, int h) { in MakeIWH() argument 736 static constexpr SkRect SK_WARN_UNUSED_RESULT MakeSize(const SkSize& size) { in MakeSize() argument 749 static constexpr SkRect SK_WARN_UNUSED_RESULT MakeLTRB(SkScalar l, SkScalar t, SkScalar r, in MakeLTRB() argument 763 static constexpr SkRect SK_WARN_UNUSED_RESULT MakeXYWH(SkScalar x, SkScalar y, SkScalar w, in MakeXYWH() argument 774 static SkRect Make(const SkISize& size) { in Make() argument 785 static SkRect SK_WARN_UNUSED_RESULT Make(const SkIRect& irect) { in Make() argument [all …]
|
D | SkPathEffect.h | 172 const SkRect*) const { in onAsPoints()
|
/external/skqp/include/utils/ |
D | SkNoDrawCanvas.h | 44 void onDrawAnnotation(const SkRect&, const char[], SkData*) override {} in onDrawAnnotation() 53 void onDrawRect(const SkRect&, const SkPaint&) override {} in onDrawRect() 54 void onDrawEdgeAARect(const SkRect&, SkCanvas::QuadAAFlags, SkColor, SkBlendMode) override {} in onDrawEdgeAARect() 56 void onDrawOval(const SkRect&, const SkPaint&) override {} in onDrawOval() 57 void onDrawArc(const SkRect&, SkScalar, SkScalar, bool, const SkPaint&) override {} in onDrawArc() 61 void onDrawBitmapRect(const SkBitmap&, const SkRect*, const SkRect&, const SkPaint*, in onDrawBitmapRect() 64 void onDrawImageRect(const SkImage*, const SkRect*, const SkRect&, const SkPaint*, in onDrawImageRect() 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() 69 void onDrawImageLattice(const SkImage*, const Lattice&, const SkRect&, in onDrawImageLattice() [all …]
|
/external/skia/include/utils/ |
D | SkNoDrawCanvas.h | 44 void onDrawAnnotation(const SkRect&, const char[], SkData*) override {} in onDrawAnnotation() 54 void onDrawRect(const SkRect&, const SkPaint&) override {} in onDrawRect() 55 void onDrawEdgeAARect(const SkRect&, SkCanvas::QuadAAFlags, SkColor, SkBlendMode) override {} in onDrawEdgeAARect() 57 void onDrawOval(const SkRect&, const SkPaint&) override {} in onDrawOval() 58 void onDrawArc(const SkRect&, SkScalar, SkScalar, bool, const SkPaint&) override {} in onDrawArc() 62 void onDrawBitmapRect(const SkBitmap&, const SkRect*, const SkRect&, const SkPaint*, in onDrawBitmapRect() 65 void onDrawImageRect(const SkImage*, const SkRect*, const SkRect&, const SkPaint*, in onDrawImageRect() 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() 70 void onDrawImageLattice(const SkImage*, const Lattice&, const SkRect&, in onDrawImageLattice() [all …]
|
/external/skqp/src/gpu/ |
D | GrClip.h | 161 bool quickContains(const SkRect&) const final { return true; } in quickContains() 170 bool apply(int rtWidth, int rtHeight, GrAppliedHardClip*, SkRect*) const final { return true; } in apply() argument 171 bool isRRect(const SkRect&, SkRRect*, GrAA*) const override { return false; } in isRRect()
|
/external/skia/src/gpu/ |
D | GrClip.h | 161 bool quickContains(const SkRect&) const final { return true; } in quickContains() 170 bool apply(int rtWidth, int rtHeight, GrAppliedHardClip*, SkRect*) const final { return true; } in apply() argument 171 bool isRRect(const SkRect&, SkRRect*, GrAA*) const override { return false; } in isRRect()
|
/external/skia/bench/ |
D | BlurRectBench.cpp | 71 virtual void preBenchSetup(const SkRect&) {} in preBenchSetup() 145 void makeBlurryRect(const SkRect&) override { in makeBlurryRect() 173 void makeBlurryRect(const SkRect&) override { in makeBlurryRect()
|
/external/skqp/bench/ |
D | BlurRectBench.cpp | 71 virtual void preBenchSetup(const SkRect&) {} in preBenchSetup() 145 void makeBlurryRect(const SkRect&) override { in makeBlurryRect() 173 void makeBlurryRect(const SkRect&) override { in makeBlurryRect()
|
/external/skia/src/compute/sk/ |
D | SkDevice_Compute.h | 109 void drawBitmapRect(const SkBitmap&, const SkRect*, const SkRect&, const SkPaint&, in drawBitmapRect() 228 void drawBitmapRect(const SkBitmap&, const SkRect*, const SkRect&, const SkPaint&, in drawBitmapRect()
|
/external/skqp/src/compute/sk/ |
D | SkDevice_Compute.h | 109 void drawBitmapRect(const SkBitmap&, const SkRect*, const SkRect&, const SkPaint&, in drawBitmapRect() 228 void drawBitmapRect(const SkBitmap&, const SkRect*, const SkRect&, const SkPaint&, in drawBitmapRect()
|
/external/skqp/gm/ |
D | pathcontourstart.cpp | 100 SkPath (*makePath)(const SkRect&, SkPath::Direction, unsigned)) const { in drawDirs() 108 SkPath (*makePath)(const SkRect&, SkPath::Direction, unsigned)) const { in drawOneColumn()
|
/external/skia/gm/ |
D | pathcontourstart.cpp | 100 SkPath (*makePath)(const SkRect&, SkPath::Direction, unsigned)) const { in drawDirs() 108 SkPath (*makePath)(const SkRect&, SkPath::Direction, unsigned)) const { in drawOneColumn()
|
/external/skia/src/core/ |
D | SkDevice.h | 231 virtual void drawAnnotation(const SkRect&, const char[], SkData*) {} in drawAnnotation() 418 void drawRect(const SkRect&, const SkPaint&) override {} in drawRect() 419 void drawOval(const SkRect&, const SkPaint&) override {} in drawOval() 423 void drawBitmapRect(const SkBitmap&, const SkRect*, const SkRect&, const SkPaint&, in drawBitmapRect()
|
D | SkOverdrawCanvas.cpp | 230 void SkOverdrawCanvas::onDrawBitmapRect(const SkBitmap&, const SkRect*, const SkRect& dst, in onDrawBitmapRect() 255 void SkOverdrawCanvas::onDrawAnnotation(const SkRect&, const char[], SkData*) {} in onDrawAnnotation()
|
D | SkMaskFilter.cpp | 300 SkMaskFilterBase::filterRectsToNine(const SkRect[], int count, const SkMatrix&, in filterRectsToNine()
|
/external/skqp/src/core/ |
D | SkDevice.h | 236 virtual void drawAnnotation(const SkRect&, const char[], SkData*) {} in drawAnnotation() 419 void drawRect(const SkRect&, const SkPaint&) override {} in drawRect() 420 void drawOval(const SkRect&, const SkPaint&) override {} in drawOval() 425 void drawBitmapRect(const SkBitmap&, const SkRect*, const SkRect&, const SkPaint&, in drawBitmapRect()
|
D | SkOverdrawCanvas.cpp | 226 void SkOverdrawCanvas::onDrawBitmapRect(const SkBitmap&, const SkRect*, const SkRect& dst, in onDrawBitmapRect() 251 void SkOverdrawCanvas::onDrawAnnotation(const SkRect&, const char[], SkData*) {} in onDrawAnnotation()
|
D | SkMaskFilter.cpp | 300 SkMaskFilterBase::filterRectsToNine(const SkRect[], int count, const SkMatrix&, in filterRectsToNine()
|
/external/skia/src/sksl/ |
D | SkSLCPP.h | 25 operator SkRect() const { in SkRect() function
|
/external/skqp/src/sksl/ |
D | SkSLCPP.h | 25 operator SkRect() const { in SkRect() function
|
/external/skia/src/utils/ |
D | SkLuaCanvas.cpp | 103 bool SkLuaCanvas::onDoSaveBehind(const SkRect*) { in onDoSaveBehind()
|
/external/skqp/src/utils/ |
D | SkLuaCanvas.cpp | 103 bool SkLuaCanvas::onDoSaveBehind(const SkRect*) { in onDoSaveBehind()
|
/external/skia/tests/ |
D | ProcessorTest.cpp | 66 void onExecute(GrOpFlushState*, const SkRect&) override { return; } in onExecute()
|