index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
core
/
SkCanvas.h
Commit message (
Expand
)
Author
Age
...
*
Add SkCanvas::getClipDescription() and getClipDeviceBounds() so clients don't
tomhudson@google.com
2011-09-13
*
add drawBitmapNine to canvas
reed@google.com
2011-09-07
*
Gpu can draw underlined text.
bungeman@google.com
2011-08-22
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
Documentation only: add warning to SkCanvas::writePixels() that this operation
epoger@google.com
2011-07-25
*
remove forward declaration and reference to extinct SkDeviceFactory
reed@google.com
2011-07-21
*
remove SkDeviceFactory from the collective consciousness, now that devices know
reed@google.com
2011-07-06
*
remove drawShape from canvas api
reed@google.com
2011-06-27
*
Add createNewCompatibleDevice. Allow devices to have a NULL factory and saveL...
bsalomon@google.com
2011-06-17
*
make SkDevice constructors explicit between offscreen and on/direct
reed@google.com
2011-06-16
*
remove deprecated getViewport/setViewport
reed@google.com
2011-05-04
*
make SkDeviceFactory reference counted
mike@reedtribe.org
2011-04-26
*
add SkCanvas::clear(SkColor color) to call the new virtual clear on device.
reed@google.com
2011-04-14
*
mark viewport APIs as deprecated
reed@google.com
2011-04-11
*
add getTopLayer(), so clients don't have to use a LayerIter just to get
reed@google.com
2011-03-30
*
Add code needed to build skia as a windows dll within the chromium project.
ctguil@chromium.org
2011-03-15
*
Upstreaming changes from android.
djsollen@google.com
2011-03-14
*
Add support for clipstack to Gr. GrClip is now a list of rects and paths with...
bsalomon@google.com
2011-03-03
*
add fClipStack optional field to SkDraw (it is always set by canvas)
reed@google.com
2011-02-23
*
add clipstack to canvas. not used yet, but will be for devices (e.g. gpu) that
reed@google.com
2011-02-22
*
update dox for readPixels()
reed@google.com
2011-02-07
*
add getter/setter for device-factory on canvas
reed@google.com
2011-01-11
*
add gpu to gm tool
reed@google.com
2010-12-23
*
merge with changes for GPU backend
reed@android.com
2010-12-20
*
Fix a memory leak in the new Canvas/Device workflow.
vandebo@chromium.org
2010-10-15
*
Refactor SkCanvas so that backends don't need to override it.
vandebo@chromium.org
2010-10-13
*
oops, also update dox for saveLayerAlpha
reed@android.com
2010-07-02
*
update dox for saveLayer()
reed@android.com
2010-07-02
*
update save/restore comments to mention that the drawFilter is also saved
reed@android.com
2010-02-11
*
respect edgetype in quickreject
reed@android.com
2010-02-05
*
add drawData() to canvas, to record data blobs
reed@android.com
2009-12-04
*
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
*
add SkSize for dimensions
reed@android.com
2009-05-13
*
grab from latest android
reed@android.com
2008-12-17
[prev]