index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkDraw.cpp
Commit message (
Expand
)
Author
Age
*
Fix SkDraw::validate to work with vector Devices.
vandebo@chromium.org
2010-10-26
*
Revert "Revert "Use hairline when line width <= 1.0, instead of < 1.0.""
agl@chromium.org
2010-04-27
*
Revert "Use hairline when line width <= 1.0, instead of < 1.0."
agl@chromium.org
2010-04-26
*
Use hairline when line width <= 1.0, instead of < 1.0.
anatoly@google.com
2010-04-12
*
if we're strokeandfill+hairline, just draw fill (they way paths do) instead
reed@android.com
2010-03-25
*
convert matrix <--> matrix44
reed@android.com
2010-03-01
*
check bounder before lockPixels on the bitmap
reed@android.com
2010-02-09
*
Added a virtual to SkBounder, called by text, that passes
reed@android.com
2010-01-04
*
outset the bounds if we're in hairline before quick-reject in SkDraw.cpp
reed@android.com
2009-11-23
*
don't magically convert to hairline unless we're < 1.0 in both X and Y. The n...
reed@android.com
2009-09-03
*
handle cap==round for drawPoints
reed@android.com
2009-07-10
*
add dox for scalarcomparetype
reed@android.com
2009-07-08
*
use sk_bzero instead of bzero, since it isn't always available.
reed@android.com
2009-06-29
*
detect nearly translate-only matrices when drawing bitmaps (for speed)
reed@android.com
2009-06-24
*
remove deprecated use of porterduff enum
reed@android.com
2009-06-23
*
add ADD xfermode
reed@android.com
2009-04-24
*
API change: SkPath computeBounds -> getBounds
reed@android.com
2009-04-01
*
use static_cast
reed@android.com
2009-03-23
*
promote SkMask's rowBytes to 32bits, since its bounds is a 32bit rect
reed@android.com
2009-03-19
*
add sanity checks to handles extremely large coordinates or filter margins.
reed@android.com
2009-03-16
*
fix ref() in CreateTypeface
reed@android.com
2009-03-05
*
Handle kA8 bitmaps drawing through a matrix (was infinitely recursive)
reed@android.com
2009-02-24
*
fix compile by using the right (new) name for SkComposeShader.h
reed@android.com
2008-12-18
*
grab from latest android
reed@android.com
2008-12-17