aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkScan_Antihair.cpp
Commit message (Expand)AuthorAge
* Stop using SkTSwap.Gravatar Ben Wagner2018-06-19
* Revert "Revert "SkTypes: extract SkTo""Gravatar Hal Canary2018-06-14
* Revert "SkTypes: extract SkTo"Gravatar Hal Canary2018-06-13
* SkTypes: extract SkToGravatar Hal Canary2018-06-12
* make most of SkColorPriv.h privateGravatar Cary Clark2017-09-15
* Remove unused assignment in SkScan::AntiFillXRect.Gravatar Jeremy Roman2017-02-05
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* ubsan shift fixesGravatar caryclark2015-12-09
* SkScan_Antihair: assert in debug and potentialy lost last pixelsGravatar aleksandar.stojiljkovic2015-11-02
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* The compiler can generate smulbb perfectly well nowadays.Gravatar mtklein2015-08-07
* add blitter api for aa-hairlinesGravatar reed2015-04-15
* Revert of add new blit2 methods in support of antialiased hairlines guard fla...Gravatar jcgregorio2015-04-15
* add new blit2 methods in support of antialiased hairlinesGravatar reed2015-04-14
* 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
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* some utils for rect and matrixGravatar reed2015-03-13
* Fix up all the easy virtual ... SK_OVERRIDE cases.Gravatar mtklein2015-01-09
* Fix thin rect stroking.Gravatar fmalita2015-01-05
* add roundOut that returns its resultGravatar reed2014-11-19
* SK_SUPPORTED_DEPRECATED_FIXEDROUND around deprecated fixed[round,ceil,floor]Gravatar mike@reedtribe.org2014-01-06
* remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floatsGravatar reed@google.com2013-12-17
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* fix warning from scalar --> int32 conversionGravatar humper@google.com2013-01-07
* Fix Android compiler warnings.Gravatar djsollen@google.com2013-01-04
* catch case where clipping shortened the line down to a single pixel, but ourGravatar reed@google.com2012-10-31
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-10-26
* use subclasses instead of function-ptrs for hairline specializations.Gravatar reed@google.com2012-10-25
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* chop hairlines against 32K bounds, since that is our limit (currently)Gravatar reed@google.com2012-04-17
* need to invert the alpha computation for single scanline on innerfillGravatar reed@google.com2012-04-16
* rm obsolete build-flag SK_IGNORE_HAIRLINE_CLIP_FIXGravatar reed@google.com2012-03-30
* check for integer-nan (0x8000...) and don't draw those as antihairlinesGravatar reed@google.com2012-03-30
* don't clamp the stopScale to 0 unless it originally exceeded the clip. This isGravatar reed@google.com2012-03-15
* add build option to revert hairline-clipping fix from 3366Gravatar reed@google.com2012-03-13
* if we are extending past our clip in antihairlines, don't draw that lastGravatar reed@google.com2012-03-12
* fix scalar=fixed by implementing SkRegion form of AntiFillRectGravatar reed@google.com2011-10-24
* 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
* get tests closer to passing for SKIA_SCALAR=fixedGravatar epoger@google.com2011-05-17
* correctly compute coverage when an antialiased rect covers only 1 column of p...Gravatar reed@google.com2011-05-05
* coding style updatesGravatar mike@reedtribe.org2011-04-09
* round the alphamul so we don't overflow a byteGravatar reed@google.com2011-04-07
* reenable fast stroked rects, now that we correctly handle non-square scaleGravatar reed@google.com2011-04-04
* faster stroke rectsGravatar mike@reedtribe.org2011-04-04
* add unittest for IntersectLine, used by hairlinesGravatar reed@android.com2009-11-30
* retool clipping in hairlines to catch huge coordinatesGravatar reed@android.com2009-11-19
* fix gaps in antialiased hairlines (thanks to preda)Gravatar reed@android.com2009-08-28
* use static_castGravatar reed@android.com2009-03-23