aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkRect.cpp
Commit message (Expand)AuthorAge
* refactor setBoundsCheck() a bitGravatar Mike Klein2018-05-17
* mapRect should not fiddle with nonfinite values.Gravatar Cary Clark2018-05-17
* Rewrite CHECK_INTERSECT to perform the !(opposite) predicate, so that weGravatar Mike Reed2018-04-23
* Sort all user-supplied rects before computeFastBoundsGravatar Brian Osman2017-05-13
* Change SkMemory to the more accurately named SkMalloc.Gravatar Herb Derby2017-03-27
* Make SkMemory.h and adjust all files for usage.Gravatar Herb Derby2017-03-20
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* SkNx Load/store: take any pointer.Gravatar mtklein2016-01-31
* Remove overly-promiscuous SkNx syntax sugar.Gravatar mtklein2015-06-10
* Rename SkNi to SkNb.Gravatar mtklein2015-04-14
* Refactor Sk2x<T> + Sk4x<T> into SkNf<N,T> and SkNi<N,T>Gravatar mtklein2015-03-30
* remove #if 0 codeGravatar reed2015-03-26
* Use Sk4x to speed-up bounds of an array of pointsGravatar reed2015-03-25
* Move clip off of draw targetGravatar joshualitt2015-02-23
* add dumpHex option to rect and rrect, to match pathGravatar reed2014-12-15
* faster SkRect::sortGravatar reed2014-10-10
* cleanup and optimize rect intersect routinesGravatar reed2014-10-09
* optimize setRectFan and join -- from profiling drawTextGravatar reed2014-10-01
* update to accommodate latest clang in chrome toolchainGravatar caryclark2014-09-18
* 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