rename hasValidCoordinates to isFinite (on SkRect) and reimplement for speed
authorreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 6 Dec 2011 18:56:37 +0000 (18:56 +0000)
committerreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 6 Dec 2011 18:56:37 +0000 (18:56 +0000)
commit1607863b608b7db6c813228768ed5d72997bbc82
treedfe7f47dcb9e9d07bf9fb92194666cb8e7b73556
parent9791291347db8b5e92f16b139df30e28186626c8
rename hasValidCoordinates to isFinite (on SkRect) and reimplement for speed

git-svn-id: http://skia.googlecode.com/svn/trunk@2811 2bbb7eff-a529-9590-31e7-b0007b416f81
bench/MathBench.cpp
include/core/SkRect.h
src/core/SkCanvas.cpp
src/core/SkRect.cpp
tests/InfRectTest.cpp