index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkCanvas.cpp
Commit message (
Expand
)
Author
Age
*
respect edgetype in quickreject
reed@android.com
2010-02-05
*
Initialise fDeviceCMDirty
agl@chromium.org
2009-12-12
*
add drawData() to canvas, to record data blobs
reed@android.com
2009-12-04
*
clean up fix to drawBitmapRect
reed@android.com
2009-10-16
*
fix drawBitmapRect to not clip the src rect when computing the matrix
reed@android.com
2009-10-15
*
fix quickReject() to handle perspective correctly (i.e. transform forward into
reed@android.com
2009-07-21
*
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
*
only call SkDevice::gainFocus() if we're actually drawing to a different device.
reed@android.com
2009-06-10
*
init bounds to empty if we return false from getClipBounds()
reed@android.com
2009-05-18
*
add SkSize for dimensions
reed@android.com
2009-05-13
*
API change: SkPath computeBounds -> getBounds
reed@android.com
2009-04-01
*
Add SkChunkAlloc::unalloc() to undo the last allocation, useful if the caller...
reed@android.com
2009-03-30
*
explicitly call "our" version of clipPath in the case when clipRect needs to
reed@android.com
2009-03-02
*
remove white-space
reed@android.com
2009-02-11
*
check for non-invertible matrices in getClipBounds()
reed@android.com
2009-02-06
*
grab from latest android
reed@android.com
2008-12-17