Searched refs:SkPathOpsBounds (Results 1 – 12 of 12) sorted by relevance
/external/skia/tests/ |
D | PathOpsBoundsTest.cpp | 34 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()
|
D | PathOpsTestCommon.h | 13 struct SkPathOpsBounds; 18 bool ValidBounds(const SkPathOpsBounds& );
|
D | PathOpsTestCommon.cpp | 255 bool ValidBounds(const SkPathOpsBounds& bounds) { in ValidBounds()
|
/external/skia/src/pathops/ |
D | SkPathOpsBounds.h | 14 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
|
D | SkPathOpsCurve.cpp | 12 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()
|
D | SkPathOpsCurve.h | 16 struct SkPathOpsBounds; 75 double s, double e, SkPathOpsBounds* ); 77 double s, double e, SkPathOpsBounds* ); 79 double s, double e, SkPathOpsBounds*);
|
D | SkPathOpsTightBounds.cpp | 25 SkPathOpsBounds bounds = current->bounds(); in TightBounds()
|
D | SkIntersectionHelper.h | 35 const SkPathOpsBounds& bounds() const { in bounds()
|
D | SkOpContour.h | 86 const SkPathOpsBounds& bounds() const { in bounds() 358 SkPathOpsBounds fBounds;
|
D | SkOpSegment.h | 102 const SkPathOpsBounds& bounds() const { in bounds() 389 SkPathOpsBounds fBounds; // tight bounds
|
D | SkAddIntersections.cpp | 264 if (!SkPathOpsBounds::Intersects(test->bounds(), next->bounds())) { in AddIntersectTs() 279 if (!SkPathOpsBounds::Intersects(wt.bounds(), wn.bounds())) { in AddIntersectTs()
|
/external/skia/gyp/ |
D | core.gypi | 385 '<(skia_src_path)/pathops/SkPathOpsBounds.h',
|