C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
[platform/upstream/libSkiaSharp.git] / src / core / SkScan_Antihair.cpp
2015-03-26 mtkleinC++11 override should now be supported by all of {bots...
2015-03-13 reedsome utils for rect and matrix
2015-01-09 mtkleinFix up all the easy virtual ... SK_OVERRIDE cases.
2015-01-05 fmalitaFix thin rect stroking.
2014-11-19 reedadd roundOut that returns its result
2014-01-06 mike@reedtribe.orgSK_SUPPORTED_DEPRECATED_FIXEDROUND around deprecated...
2013-12-17 reed@google.comremove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats
2013-01-26 skia.committer@gma... Sanitizing source files in Skia_Periodic_House_Keeping
2013-01-07 humper@google.comfix warning from scalar --> int32 conversion
2013-01-04 djsollen@google.comFix Android compiler warnings.
2012-10-31 reed@google.comcatch case where clipping shortened the line down to...
2012-10-26 skia.committer@gma... Sanitizing source files in Skia_Periodic_House_Keeping
2012-10-25 reed@google.comuse subclasses instead of function-ptrs for hairline...
2012-08-23 rmistry@google.comResult of running tools/sanitize_source_files.py (which...
2012-04-17 reed@google.comchop hairlines against 32K bounds, since that is our...
2012-04-16 reed@google.comneed to invert the alpha computation for single scanlin...
2012-03-30 reed@google.comrm obsolete build-flag SK_IGNORE_HAIRLINE_CLIP_FIX
2012-03-30 reed@google.comcheck for integer-nan (0x8000...) and don't draw those...
2012-03-15 reed@google.comdon't clamp the stopScale to 0 unless it originally...
2012-03-13 reed@google.comadd build option to revert hairline-clipping fix from...
2012-03-12 reed@google.comif we are extending past our clip in antihairlines...
2011-10-24 reed@google.comfix scalar=fixed by implementing SkRegion form of AntiF...
2011-10-24 reed@google.comenable soft clipping (yikes)
2011-07-28 epoger@google.comupdate of all copyright notices to reflect new license...
2011-05-17 epoger@google.comget tests closer to passing for SKIA_SCALAR=fixed
2011-05-05 reed@google.comcorrectly compute coverage when an antialiased rect...
2011-04-09 mike@reedtribe.orgcoding style updates
2011-04-07 reed@google.comround the alphamul so we don't overflow a byte
2011-04-04 reed@google.comreenable fast stroked rects, now that we correctly...
2011-04-04 mike@reedtribe.orgfaster stroke rects
2009-11-30 reed@android.comadd unittest for IntersectLine, used by hairlines
2009-11-19 reed@android.comretool clipping in hairlines to catch huge coordinates
2009-08-28 reed@android.comfix gaps in antialiased hairlines (thanks to preda)
2009-03-23 reed@android.comuse static_cast
2009-03-23 reed@android.comadd check/hack to avoid drawing outside of the clip...
2009-03-16 reed@android.comadd sanity checks to handles extremely large coordinate...
2008-12-17 reed@android.comgrab from latest android