Searched defs:hullIntersects (Results 1 – 6 of 6) sorted by relevance
| /external/skia/src/pathops/ |
| D | SkPathOpsConic.h | 82 bool hullIntersects(const SkDQuad& quad, bool* isLinear) const { in hullIntersects() function 86 bool hullIntersects(const SkDConic& conic, bool* isLinear) const { in hullIntersects() function 176 bool hullIntersects(const SkDConic& conic, bool* isLinear) const override { in hullIntersects() function 182 bool hullIntersects(const SkTCurve& curve, bool* isLinear) const override { in hullIntersects() function
|
| D | SkPathOpsConic.cpp | 91 bool SkDConic::hullIntersects(const SkDCubic& cubic, bool* isLinear) const { in hullIntersects() function in SkDConic 187 bool SkTConic::hullIntersects(const SkDQuad& quad, bool* isLinear) const { in hullIntersects() function in SkTConic 191 bool SkTConic::hullIntersects(const SkDCubic& cubic, bool* isLinear) const { in hullIntersects() function in SkTConic
|
| D | SkPathOpsQuad.cpp | 53 bool SkDQuad::hullIntersects(const SkDQuad& q2, bool* isLinear) const { in hullIntersects() function in SkDQuad 91 bool SkDQuad::hullIntersects(const SkDConic& conic, bool* isLinear) const { in hullIntersects() function in SkDQuad 95 bool SkDQuad::hullIntersects(const SkDCubic& cubic, bool* isLinear) const { in hullIntersects() function in SkDQuad 413 bool SkTQuad::hullIntersects(const SkDConic& conic, bool* isLinear) const { in hullIntersects() function in SkTQuad 417 bool SkTQuad::hullIntersects(const SkDCubic& cubic, bool* isLinear) const { in hullIntersects() function in SkTQuad
|
| D | SkPathOpsCubic.cpp | 157 bool SkDCubic::hullIntersects(const SkDPoint* pts, int ptCount, bool* isLinear) const { in hullIntersects() function in SkDCubic 206 bool SkDCubic::hullIntersects(const SkDCubic& c2, bool* isLinear) const { in hullIntersects() function in SkDCubic 210 bool SkDCubic::hullIntersects(const SkDQuad& quad, bool* isLinear) const { in hullIntersects() function in SkDCubic 214 bool SkDCubic::hullIntersects(const SkDConic& conic, bool* isLinear) const { in hullIntersects() function in SkDCubic 753 bool SkTCubic::hullIntersects(const SkDQuad& quad, bool* isLinear) const { in hullIntersects() function in SkTCubic 757 bool SkTCubic::hullIntersects(const SkDConic& conic, bool* isLinear) const { in hullIntersects() function in SkTCubic
|
| D | SkPathOpsQuad.h | 165 bool hullIntersects(const SkDQuad& quad, bool* isLinear) const override { in hullIntersects() function 172 bool hullIntersects(const SkTCurve& curve, bool* isLinear) const override { in hullIntersects() function
|
| D | SkPathOpsCubic.h | 224 bool hullIntersects(const SkDCubic& cubic, bool* isLinear) const override { in hullIntersects() function 228 bool hullIntersects(const SkTCurve& curve, bool* isLinear) const override { in hullIntersects() function
|