Home
last modified time | relevance | path

Searched refs:bCubic (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/pathops/
DSkOpSegment.cpp216 SkDCubic bCubic; in addAlignIntersection() local
217 bCubic.set(segment->fPts); in addAlignIntersection()
218 i.intersect(bCubic, aLine); in addAlignIntersection()
DSkPathOpsDebug.cpp469 SkDCubic bCubic; in debugAddAlignIntersection() local
470 bCubic.set(segment->fPts); in debugAddAlignIntersection()
471 i.intersect(bCubic, aLine); in debugAddAlignIntersection()