Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsCurve.cpp15 SkDRect dRect; in setConicBounds()
25 SkDRect dRect; in setCubicBounds()
35 SkDRect dRect; in setQuadBounds()
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()
DSkPathOpsRect.h12 struct SkDRect { struct
27 bool intersects(const SkDRect& r) const { in intersects() argument
DSkIntersections.h285 void cubicNearEnd(const SkDCubic& cubic1, bool start, const SkDCubic& cubic2, const SkDRect& );
DSkPathOpsTypes.h456 struct SkDRect;
DSkPathOpsCubic.cpp80 SkDRect dRect; in calcPrecision()
DSkPathOpsTSect.h183 SkDRect fBounds;
/external/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()
DPathOpsCubicReduceOrderTest.cpp44 static void find_tight_bounds(const SkDCubic& cubic, SkDRect& bounds) {
226 SkDRect bounds = {DBL_MAX, DBL_MAX, -DBL_MAX, -DBL_MAX}; in DEF_TEST()
DPathOpsTestCommon.cpp144 SkDRect bounds; in CubicToQuads()
DPathOpsCubicIntersectionTest.cpp477 SkDRect rect1, rect2; in CubicIntersection_RandTest()
DPathOpsAngleIdeas.cpp259 SkDRect bounds; in maxDist()