index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkScan_Antihair.cpp
Commit message (
Expand
)
Author
Age
*
catch case where clipping shortened the line down to a single pixel, but our
reed@google.com
2012-10-31
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-10-26
*
use subclasses instead of function-ptrs for hairline specializations.
reed@google.com
2012-10-25
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
chop hairlines against 32K bounds, since that is our limit (currently)
reed@google.com
2012-04-17
*
need to invert the alpha computation for single scanline on innerfill
reed@google.com
2012-04-16
*
rm obsolete build-flag SK_IGNORE_HAIRLINE_CLIP_FIX
reed@google.com
2012-03-30
*
check for integer-nan (0x8000...) and don't draw those as antihairlines
reed@google.com
2012-03-30
*
don't clamp the stopScale to 0 unless it originally exceeded the clip. This is
reed@google.com
2012-03-15
*
add build option to revert hairline-clipping fix from 3366
reed@google.com
2012-03-13
*
if we are extending past our clip in antihairlines, don't draw that last
reed@google.com
2012-03-12
*
fix scalar=fixed by implementing SkRegion form of AntiFillRect
reed@google.com
2011-10-24
*
enable soft clipping (yikes)
reed@google.com
2011-10-24
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
get tests closer to passing for SKIA_SCALAR=fixed
epoger@google.com
2011-05-17
*
correctly compute coverage when an antialiased rect covers only 1 column of p...
reed@google.com
2011-05-05
*
coding style updates
mike@reedtribe.org
2011-04-09
*
round the alphamul so we don't overflow a byte
reed@google.com
2011-04-07
*
reenable fast stroked rects, now that we correctly handle non-square scale
reed@google.com
2011-04-04
*
faster stroke rects
mike@reedtribe.org
2011-04-04
*
add unittest for IntersectLine, used by hairlines
reed@android.com
2009-11-30
*
retool clipping in hairlines to catch huge coordinates
reed@android.com
2009-11-19
*
fix gaps in antialiased hairlines (thanks to preda)
reed@android.com
2009-08-28
*
use static_cast
reed@android.com
2009-03-23
*
add check/hack to avoid drawing outside of the clip for hairlines
reed@android.com
2009-03-23
*
add sanity checks to handles extremely large coordinates or filter margins.
reed@android.com
2009-03-16
*
grab from latest android
reed@android.com
2008-12-17