Home
last modified time | relevance | path

Searched refs:SkDRect (Results 1 – 20 of 20) sorted by relevance

/third_party/skia/src/pathops/
DSkPathOpsRect.cpp13 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()
DSkPathOpsCurve.cpp66 SkDRect dRect; in setConicBounds()
76 SkDRect dRect; in setCubicBounds()
86 SkDRect dRect; in setQuadBounds()
DSkPathOpsRect.h14 struct SkDRect { struct
31 bool intersects(const SkDRect& r) const { in intersects() argument
DSkPathOpsTCurve.h41 virtual void setBounds(SkDRect* ) const = 0;
DSkPathOpsConic.cpp188 void SkTConic::setBounds(SkDRect* rect) const { in setBounds()
DSkPathOpsQuad.h177 void setBounds(SkDRect* ) const override;
DSkPathOpsConic.h186 void setBounds(SkDRect* ) const override;
DSkPathOpsCubic.h233 void setBounds(SkDRect* ) const override;
DSkPathOpsTSect.h229 SkDRect fBounds;
DSkIntersections.h311 void cubicNearEnd(const SkDCubic& cubic1, bool start, const SkDCubic& cubic2, const SkDRect& );
DSkPathOpsQuad.cpp414 void SkTQuad::setBounds(SkDRect* rect) const { in setBounds()
DSkPathOpsTypes.h566 struct SkDRect;
DSkPathOpsCubic.cpp750 void SkTCubic::setBounds(SkDRect* rect) const { in setBounds()
DSkPathOpsDebug.cpp715 void SkDRect::debugInit() { in debugInit()
/third_party/skia/tests/
DPathOpsDRectTest.cpp31 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()
DPathOpsConicIntersectionTest.cpp122 SkDRect bounds; in writeDPng()
242 SkDRect bounds; in writeFrames()
250 SkDRect dBounds; in writeFrames()
DPathOpsCubicReduceOrderTest.cpp46 static void find_tight_bounds(const SkDCubic& cubic, SkDRect& bounds) {
248 SkDRect bounds = {DBL_MAX, DBL_MAX, -DBL_MAX, -DBL_MAX}; in DEF_TEST()
DPathOpsTestCommon.cpp148 SkDRect bounds; in CubicToQuads()
DPathOpsCubicIntersectionTest.cpp494 SkDRect rect1, rect2; in CubicIntersection_RandTest()
DPathOpsAngleIdeas.cpp261 SkDRect bounds; in maxDist()