Home
last modified time | relevance | path

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

/external/chromium_org/third_party/skia/experimental/Intersection/
DCubicIntersection.cpp411 _Rect c1Bounds, c2Bounds; in intersect3() local
412 c1Bounds.setBounds(c1); // OPTIMIZE use setRawBounds ? in intersect3()
419 result |= intersectEnd(c2, false, c1, c1Bounds, i); in intersect3()
420 result |= intersectEnd(c2, true, c1, c1Bounds, i); in intersect3()
/external/skia/experimental/Intersection/
DCubicIntersection.cpp411 _Rect c1Bounds, c2Bounds; in intersect3() local
412 c1Bounds.setBounds(c1); // OPTIMIZE use setRawBounds ? in intersect3()
419 result |= intersectEnd(c2, false, c1, c1Bounds, i); in intersect3()
420 result |= intersectEnd(c2, true, c1, c1Bounds, i); in intersect3()
/external/skia/src/pathops/
DSkDCubicIntersection.cpp542 SkDRect c1Bounds; in intersect() local
543 c1Bounds.setBounds(c1); // OPTIMIZE use setRawBounds ? in intersect()
546 cubicNearEnd(c2, false, c1, c1Bounds); in intersect()
549 cubicNearEnd(c2, true, c1, c1Bounds); in intersect()
/external/chromium_org/third_party/skia/src/pathops/
DSkDCubicIntersection.cpp542 SkDRect c1Bounds; in intersect() local
543 c1Bounds.setBounds(c1); // OPTIMIZE use setRawBounds ? in intersect()
546 cubicNearEnd(c2, false, c1, c1Bounds); in intersect()
549 cubicNearEnd(c2, true, c1, c1Bounds); in intersect()