Home
last modified time | relevance | path

Searched defs:hullIntersects (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/pathops/
DSkPathOpsConic.h82 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
DSkPathOpsConic.cpp91 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
DSkPathOpsQuad.cpp53 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
DSkPathOpsCubic.cpp158 bool SkDCubic::hullIntersects(const SkDPoint* pts, int ptCount, bool* isLinear) const { in hullIntersects() function in SkDCubic
207 bool SkDCubic::hullIntersects(const SkDCubic& c2, bool* isLinear) const { in hullIntersects() function in SkDCubic
211 bool SkDCubic::hullIntersects(const SkDQuad& quad, bool* isLinear) const { in hullIntersects() function in SkDCubic
215 bool SkDCubic::hullIntersects(const SkDConic& conic, bool* isLinear) const { in hullIntersects() function in SkDCubic
752 bool SkTCubic::hullIntersects(const SkDQuad& quad, bool* isLinear) const { in hullIntersects() function in SkTCubic
756 bool SkTCubic::hullIntersects(const SkDConic& conic, bool* isLinear) const { in hullIntersects() function in SkTCubic
DSkPathOpsQuad.h165 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
DSkPathOpsCubic.h224 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