/external/skia/src/pathops/ |
D | SkPathOpsRect.cpp | 13 void SkDRect::setBounds(const SkDQuad& curve, const SkDQuad& sub, double startT, double endT) { in setBounds() 30 void SkDRect::setBounds(const SkDConic& curve, const SkDConic& sub, double startT, double endT) { in setBounds() 47 void SkDRect::setBounds(const SkDCubic& curve, const SkDCubic& sub, double startT, double endT) { in setBounds() 64 void SkDRect::setBounds(const SkTCurve& curve) { in setBounds()
|
D | SkPathOpsRect.h | 14 struct SkDRect { struct 31 bool intersects(const SkDRect& r) const { in intersects() argument
|
D | SkPathOpsCurve.cpp | 66 SkDRect dRect; in setConicBounds() 76 SkDRect dRect; in setCubicBounds() 86 SkDRect dRect; in setQuadBounds()
|
D | SkPathOpsTCurve.h | 41 virtual void setBounds(SkDRect* ) const = 0;
|
D | SkPathOpsConic.cpp | 188 void SkTConic::setBounds(SkDRect* rect) const { in setBounds()
|
D | SkPathOpsConic.h | 186 void setBounds(SkDRect* ) const override;
|
D | SkPathOpsQuad.h | 177 void setBounds(SkDRect* ) const override;
|
D | SkPathOpsCubic.h | 233 void setBounds(SkDRect* ) const override;
|
D | SkPathOpsTSect.h | 229 SkDRect fBounds;
|
/external/skqp/src/pathops/ |
D | SkPathOpsRect.cpp | 13 void SkDRect::setBounds(const SkDQuad& curve, const SkDQuad& sub, double startT, double endT) { in setBounds() 30 void SkDRect::setBounds(const SkDConic& curve, const SkDConic& sub, double startT, double endT) { in setBounds() 47 void SkDRect::setBounds(const SkDCubic& curve, const SkDCubic& sub, double startT, double endT) { in setBounds() 64 void SkDRect::setBounds(const SkTCurve& curve) { in setBounds()
|
D | SkPathOpsRect.h | 14 struct SkDRect { struct 31 bool intersects(const SkDRect& r) const { in intersects() argument
|
D | SkPathOpsCurve.cpp | 66 SkDRect dRect; in setConicBounds() 76 SkDRect dRect; in setCubicBounds() 86 SkDRect dRect; in setQuadBounds()
|
D | SkPathOpsTCurve.h | 41 virtual void setBounds(SkDRect* ) const = 0;
|
D | SkPathOpsConic.cpp | 188 void SkTConic::setBounds(SkDRect* rect) const { in setBounds()
|
D | SkPathOpsQuad.h | 177 void setBounds(SkDRect* ) const override;
|
D | SkPathOpsConic.h | 186 void setBounds(SkDRect* ) const override;
|
D | SkPathOpsCubic.h | 233 void setBounds(SkDRect* ) const override;
|
D | SkPathOpsTSect.h | 230 SkDRect fBounds;
|
/external/skia/tests/ |
D | PathOpsDRectTest.cpp | 31 static void setRawBounds(const SkDQuad& quad, SkDRect* rect) { in setRawBounds() 37 static void setRawBounds(const SkDCubic& cubic, SkDRect* rect) { in setRawBounds() 46 SkDRect rect, rect2; in DEF_TEST()
|
D | PathOpsConicIntersectionTest.cpp | 122 SkDRect bounds; in writeDPng() 242 SkDRect bounds; in writeFrames() 250 SkDRect dBounds; in writeFrames()
|
D | PathOpsCubicReduceOrderTest.cpp | 44 static void find_tight_bounds(const SkDCubic& cubic, SkDRect& bounds) { 246 SkDRect bounds = {DBL_MAX, DBL_MAX, -DBL_MAX, -DBL_MAX}; in DEF_TEST()
|
/external/skqp/tests/ |
D | PathOpsDRectTest.cpp | 31 static void setRawBounds(const SkDQuad& quad, SkDRect* rect) { in setRawBounds() 37 static void setRawBounds(const SkDCubic& cubic, SkDRect* rect) { in setRawBounds() 46 SkDRect rect, rect2; in DEF_TEST()
|
D | PathOpsConicIntersectionTest.cpp | 123 SkDRect bounds; in writeDPng() 244 SkDRect bounds; in writeFrames() 252 SkDRect dBounds; in writeFrames()
|
D | PathOpsCubicReduceOrderTest.cpp | 44 static void find_tight_bounds(const SkDCubic& cubic, SkDRect& bounds) { 246 SkDRect bounds = {DBL_MAX, DBL_MAX, -DBL_MAX, -DBL_MAX}; in DEF_TEST()
|
D | PathOpsTestCommon.cpp | 147 SkDRect bounds; in CubicToQuads()
|