Home
last modified time | relevance | path

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

/external/skia/tests/
DPathOpsBoundsTest.cpp34 const SkPathOpsBounds& bounds1 = static_cast<const SkPathOpsBounds&>(sectTests[index][0]); in DEF_TEST()
36 const SkPathOpsBounds& bounds2 = static_cast<const SkPathOpsBounds&>(sectTests[index][1]); in DEF_TEST()
38 bool touches = SkPathOpsBounds::Intersects(bounds1, bounds2); in DEF_TEST()
42 const SkPathOpsBounds& bounds1 = static_cast<const SkPathOpsBounds&>(noSectTests[index][0]); in DEF_TEST()
44 const SkPathOpsBounds& bounds2 = static_cast<const SkPathOpsBounds&>(noSectTests[index][1]); in DEF_TEST()
46 bool touches = SkPathOpsBounds::Intersects(bounds1, bounds2); in DEF_TEST()
49 SkPathOpsBounds bounds; in DEF_TEST()
52 SkPathOpsBounds expected; in DEF_TEST()
56 SkPathOpsBounds ordinal; in DEF_TEST()
DPathOpsTestCommon.h13 struct SkPathOpsBounds;
18 bool ValidBounds(const SkPathOpsBounds& );
DPathOpsTestCommon.cpp255 bool ValidBounds(const SkPathOpsBounds& bounds) { in ValidBounds()
/external/skia/src/pathops/
DSkPathOpsBounds.h14 struct SkPathOpsBounds : public SkRect { struct
15 static bool Intersects(const SkPathOpsBounds& a, const SkPathOpsBounds& b) { in Intersects() argument
32 void add(const SkPathOpsBounds& toAdd) { in add() argument
DSkPathOpsCurve.cpp12 double tStart, double tEnd, SkPathOpsBounds* bounds) { in setConicBounds()
22 double tStart, double tEnd, SkPathOpsBounds* bounds) { in setCubicBounds()
32 double tStart, double tEnd, SkPathOpsBounds* bounds) { in setQuadBounds()
DSkPathOpsCurve.h16 struct SkPathOpsBounds;
75 double s, double e, SkPathOpsBounds* );
77 double s, double e, SkPathOpsBounds* );
79 double s, double e, SkPathOpsBounds*);
DSkPathOpsTightBounds.cpp25 SkPathOpsBounds bounds = current->bounds(); in TightBounds()
DSkIntersectionHelper.h35 const SkPathOpsBounds& bounds() const { in bounds()
DSkOpContour.h86 const SkPathOpsBounds& bounds() const { in bounds()
358 SkPathOpsBounds fBounds;
DSkOpSegment.h102 const SkPathOpsBounds& bounds() const { in bounds()
389 SkPathOpsBounds fBounds; // tight bounds
DSkAddIntersections.cpp264 if (!SkPathOpsBounds::Intersects(test->bounds(), next->bounds())) { in AddIntersectTs()
279 if (!SkPathOpsBounds::Intersects(wt.bounds(), wn.bounds())) { in AddIntersectTs()
/external/skia/gyp/
Dcore.gypi385 '<(skia_src_path)/pathops/SkPathOpsBounds.h',