aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkRect.cpp
Commit message (Expand)AuthorAge
* speedup SkRect::intersectGravatar mike@reedtribe.org2014-01-01
* remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floatsGravatar reed@google.com2013-12-17
* remove SkFP.h and replace SkFP with SkScalar stop respecting SK_SOFTWARE_FLOA...Gravatar reed@google.com2013-12-16
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* explicitly track if a path is finite or notGravatar reed@google.com2012-07-26
* remove unused variable (isNaN)Gravatar reed@google.com2012-05-16
* for scalar==float, tis faster to always to MIN and MAX, than to put an ELSEGravatar reed@google.com2012-05-15
* Use x*0 instead of x!=x to detect non-finite values, since x*0 also detects i...Gravatar reed@google.com2012-05-15
* rename hasValidCoordinates to isFinite (on SkRect) and reimplement for speedGravatar reed@google.com2011-12-06
* handle NaN values in clipPathGravatar reed@google.com2011-11-08
* add SkRect::intersect(a, b), matching what was already available in SkIRectGravatar reed@google.com2011-10-21
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* reformat for coding style, no logic changesGravatar reed@google.com2011-02-08
* add SkScalarIsFinite(), and use it for a more portable impl of SkRect::isVali...Gravatar reed@google.com2011-02-08
* Proposed fix for crash in Cr70244.Gravatar wjmaclean@chromium.org2011-02-07
* use sk_bzero instead of bzero, since it isn't always available.Gravatar reed@android.com2009-06-29
* grab from latest androidGravatar reed@android.com2008-12-17