Lines Matching refs:SkPathOpsBounds
8 #include "SkPathOpsBounds.h"
51 const SkPathOpsBounds& bounds1 = static_cast<const SkPathOpsBounds&>(sectTests[index][0]);
53 const SkPathOpsBounds& bounds2 = static_cast<const SkPathOpsBounds&>(sectTests[index][1]);
55 bool touches = SkPathOpsBounds::Intersects(bounds1, bounds2);
59 const SkPathOpsBounds& bounds1 = static_cast<const SkPathOpsBounds&>(noSectTests[index][0]);
61 const SkPathOpsBounds& bounds2 = static_cast<const SkPathOpsBounds&>(noSectTests[index][1]);
63 bool touches = SkPathOpsBounds::Intersects(bounds1, bounds2);
66 SkPathOpsBounds bounds;
69 SkPathOpsBounds expected;
73 SkPathOpsBounds ordinal;
83 const SkPathOpsBounds& bounds = static_cast<const SkPathOpsBounds&>(reallyEmpty[index]);
89 const SkPathOpsBounds& bounds = static_cast<const SkPathOpsBounds&>(notReallyEmpty[index]);