aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkScan_Hairline.cpp
Commit message (Expand)AuthorAge
* increase subdivision for very large cubicsGravatar caryclark2016-02-05
* SkNx Load/store: take any pointer.Gravatar mtklein2016-01-31
* move more geometry to simdGravatar caryclark2016-01-26
* fix hair fuzzGravatar caryclark2015-12-22
* check bounds of each cubic segment against clipGravatar reed2015-12-17
* This brings hairlines into agreement with thick strokes.Gravatar caryclark2015-12-16
* add support for capped hairlinesGravatar caryclark2015-12-09
* use RawIter in hairpath (simplifies)Gravatar reed2015-12-04
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Remove overly-promiscuous SkNx syntax sugar.Gravatar mtklein2015-06-10
* remove dead code from SK_SUPPORT_LEGACY_BLITANTIH2V2Gravatar reed2015-04-20
* Speeup hairline curves (quads and cubics) (patchset #7 id:120001 of https://c...Gravatar reed2015-04-15
* Revert of Speeup hairline curves (quads and cubics) (patchset #7 id:120001 of...Gravatar reed2015-04-15
* Speeup hairline curves (quads and cubics)Gravatar reed2015-04-15
* change hairline procs to take array of pointsGravatar reed2015-04-14
* change hairline procs to take SkPoint by value, more efficient on SSE and NEONGravatar reed2015-04-10
* some utils for rect and matrixGravatar reed2015-03-13
* add roundOut that returns its resultGravatar reed2014-11-19
* deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #de...Gravatar reed@google.com2013-12-17
* remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floatsGravatar reed@google.com2013-12-17
* add conic support to hairlinesGravatar reed@google.com2013-06-10
* Removed unused parametersGravatar sugoi@google.com2013-03-12
* Start addressing the clang static analyzer issuesGravatar robertphillips@google.com2013-01-30
* fix warning from scalar --> int32 conversionGravatar humper@google.com2013-01-07
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Iter::next takes a bool (defaults to true for now) if we want to consume dege...Gravatar reed@google.com2012-05-16
* mirror 3713 for non-antialiased-hairlines. clamp lines to 32K to avoid fixedp...Gravatar reed@google.com2012-04-18
* enable soft clipping (yikes)Gravatar reed@google.com2011-10-24
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* code styleGravatar mike@reedtribe.org2011-04-20
* coding style updatesGravatar mike@reedtribe.org2011-04-09
* reenable fast stroked rects, now that we correctly handle non-square scaleGravatar reed@google.com2011-04-04
* retool clipping in hairlines to catch huge coordinatesGravatar reed@android.com2009-11-19
* API change: SkPath computeBounds -> getBoundsGravatar reed@android.com2009-04-01
* grab from latest androidGravatar reed@android.com2008-12-17