index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkRect.cpp
Commit message (
Expand
)
Author
Age
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-26
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
explicitly track if a path is finite or not
reed@google.com
2012-07-26
*
remove unused variable (isNaN)
reed@google.com
2012-05-16
*
for scalar==float, tis faster to always to MIN and MAX, than to put an ELSE
reed@google.com
2012-05-15
*
Use x*0 instead of x!=x to detect non-finite values, since x*0 also detects i...
reed@google.com
2012-05-15
*
rename hasValidCoordinates to isFinite (on SkRect) and reimplement for speed
reed@google.com
2011-12-06
*
handle NaN values in clipPath
reed@google.com
2011-11-08
*
add SkRect::intersect(a, b), matching what was already available in SkIRect
reed@google.com
2011-10-21
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
reformat for coding style, no logic changes
reed@google.com
2011-02-08
*
add SkScalarIsFinite(), and use it for a more portable impl of SkRect::isVali...
reed@google.com
2011-02-08
*
Proposed fix for crash in Cr70244.
wjmaclean@chromium.org
2011-02-07
*
use sk_bzero instead of bzero, since it isn't always available.
reed@android.com
2009-06-29
*
grab from latest android
reed@android.com
2008-12-17