Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkOpSegment.cpp169 SkPathOpsBounds lineBounds; in addAlignIntersection() local
170 lineBounds.setBounds(line, 2); in addAlignIntersection()
175 if (!SkPathOpsBounds::Intersects(current->bounds(), lineBounds)) { in addAlignIntersection()
180 if (!SkPathOpsBounds::Intersects(segment->bounds(), lineBounds)) { in addAlignIntersection()
DSkPathOpsDebug.cpp422 SkPathOpsBounds lineBounds; in debugAddAlignIntersection() local
423 lineBounds.setBounds(line, 2); in debugAddAlignIntersection()
428 if (!SkPathOpsBounds::Intersects(current->bounds(), lineBounds)) { in debugAddAlignIntersection()
433 if (!SkPathOpsBounds::Intersects(segment->bounds(), lineBounds)) { in debugAddAlignIntersection()