Home
last modified time | relevance | path

Searched defs:SkIntersections (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/skia/src/pathops/
H A DSkAddIntersections.cpp235 const SkIntersectionHelper& , const SkIntersections& ) { in debugShowLineIntersection()
239 const SkIntersectionHelper& , const SkIntersections& ) { in debugShowQuadLineIntersection()
243 const SkIntersectionHelper& , const SkIntersections& ) { in debugShowQuadIntersection()
247 const SkIntersectionHelper& , const SkIntersections& ) { in debugShowConicLineIntersection()
251 const SkIntersectionHelper& , const SkIntersections& ) { in debugShowConicQuadIntersection()
255 const SkIntersectionHelper& , const SkIntersections& ) { in debugShowConicIntersection()
259 const SkIntersectionHelper& , const SkIntersections& ) { in debugShowCubicLineIntersection()
263 const SkIntersectionHelper& , const SkIntersections& ) { in debugShowCubicQuadIntersection()
267 const SkIntersectionHelper& , const SkIntersections& ) { in debugShowCubicConicIntersection()
271 const SkIntersectionHelper& , const SkIntersections& ) { in debugShowCubicIntersection()
H A DSkPathOpsTCurve.h14 class SkIntersections; variable
H A DSkPathOpsQuad.h21 class SkIntersections; variable
H A DSkPathOpsTSect.h22 class SkIntersections; variable
H A DSkPathOpsConic.h20 class SkIntersections; variable
H A DSkPathOpsCubic.h21 class SkIntersections; variable
H A DSkIntersections.h31 SkIntersections(SkDEBUGCODE(SkOpGlobalState* globalState = nullptr)) in SkIntersections() function