Home
last modified time | relevance | path

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

/external/chromium_org/third_party/skia/experimental/Intersection/
DCubicIntersection.cpp336 _Rect lineBounds; in intersectEnd() local
337 lineBounds.setBounds(line); in intersectEnd()
338 if (!bounds2.intersects(lineBounds)) { in intersectEnd()
/external/skia/experimental/Intersection/
DCubicIntersection.cpp336 _Rect lineBounds; in intersectEnd() local
337 lineBounds.setBounds(line); in intersectEnd()
338 if (!bounds2.intersects(lineBounds)) { in intersectEnd()
/external/skia/src/pathops/
DSkDCubicIntersection.cpp357 SkDRect lineBounds; in cubicNearEnd() local
358 lineBounds.setBounds(line); in cubicNearEnd()
359 if (!bounds2.intersects(&lineBounds)) { in cubicNearEnd()
/external/chromium_org/third_party/skia/src/pathops/
DSkDCubicIntersection.cpp357 SkDRect lineBounds; in cubicNearEnd() local
358 lineBounds.setBounds(line); in cubicNearEnd()
359 if (!bounds2.intersects(&lineBounds)) { in cubicNearEnd()