path ops -- use standard max, min, double-is-nan
authorcaryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 23 Apr 2013 11:56:44 +0000 (11:56 +0000)
committercaryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 23 Apr 2013 11:56:44 +0000 (11:56 +0000)
commit3b97af5add04489d57c7926ba6dc6f0013daf40f
tree40db068c2b906575b3afa46cac6a2bbe9a840e39
parentc7e08bd6d06a421050ddd7060fbafa5b5e047752
path ops -- use standard max, min, double-is-nan

fix a comment or two as well
Review URL: https://codereview.chromium.org/13934009

git-svn-id: http://skia.googlecode.com/svn/trunk@8822 2bbb7eff-a529-9590-31e7-b0007b416f81
include/core/SkFloatingPoint.h
include/core/SkTypes.h
src/pathops/SkDCubicIntersection.cpp
src/pathops/SkDLineIntersection.cpp
src/pathops/SkDQuadIntersection.cpp
src/pathops/SkPathOpsBounds.h
src/pathops/SkPathOpsPoint.h
src/pathops/SkPathOpsQuad.cpp
src/pathops/SkPathOpsTypes.h
tests/PathOpsDRectTest.cpp