HomeSort by relevance Sort by last modified time
    Searched refs:SkPathOpsBounds (Results 1 - 12 of 12) sorted by null

  /external/skia/tests/
PathOpsBoundsTest.cpp 8 #include "SkPathOpsBounds.h"
34 const SkPathOpsBounds& bounds1 = static_cast<const SkPathOpsBounds&>(sectTests[index][0]);
36 const SkPathOpsBounds& bounds2 = static_cast<const SkPathOpsBounds&>(sectTests[index][1]);
38 bool touches = SkPathOpsBounds::Intersects(bounds1, bounds2);
42 const SkPathOpsBounds& bounds1 = static_cast<const SkPathOpsBounds&>(noSectTests[index][0]);
44 const SkPathOpsBounds& bounds2 = static_cast<const SkPathOpsBounds&>(noSectTests[index][1])
    [all...]
PathOpsTestCommon.h 13 struct SkPathOpsBounds;
33 bool ValidBounds(const SkPathOpsBounds& );
PathOpsTestCommon.cpp 8 #include "SkPathOpsBounds.h"
255 bool ValidBounds(const SkPathOpsBounds& bounds) {
  /external/skia/src/pathops/
SkPathOpsBounds.h 13 // SkPathOpsBounds, unlike SkRect, does not consider a line to be empty.
14 struct SkPathOpsBounds : public SkRect {
15 static bool Intersects(const SkPathOpsBounds& a, const SkPathOpsBounds& b) {
32 void add(const SkPathOpsBounds& toAdd) {
SkIntersectionHelper.h 38 const SkPathOpsBounds& bounds() const {
SkPathOpsCurve.cpp 7 #include "SkPathOpsBounds.h"
63 double tStart, double tEnd, SkPathOpsBounds* bounds) {
73 double tStart, double tEnd, SkPathOpsBounds* bounds) {
83 double tStart, double tEnd, SkPathOpsBounds* bounds) {
SkPathOpsTightBounds.cpp 74 SkPathOpsBounds bounds = current->bounds();
SkPathOpsCurve.h 16 struct SkPathOpsBounds;
78 double s, double e, SkPathOpsBounds* );
80 double s, double e, SkPathOpsBounds* );
82 double s, double e, SkPathOpsBounds*);
SkOpContour.h 58 const SkPathOpsBounds& bounds() const {
378 SkPathOpsBounds fBounds;
SkOpSegment.h 13 #include "SkPathOpsBounds.h"
98 const SkPathOpsBounds& bounds() const {
435 SkPathOpsBounds fBounds; // tight bounds
SkOpSpan.h 21 struct SkPathOpsBounds;
SkAddIntersections.cpp 9 #include "SkPathOpsBounds.h"
263 if (!SkPathOpsBounds::Intersects(test->bounds(), next->bounds())) {
278 if (!SkPathOpsBounds::Intersects(wt.bounds(), wn.bounds())) {

Completed in 135 milliseconds