aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkCanvas.cpp
Commit message (Expand)AuthorAge
* remove deprecated getViewport/setViewportGravatar reed@google.com2011-05-04
* make SkDeviceFactory reference countedGravatar mike@reedtribe.org2011-04-26
* add SkCanvas::clear(SkColor color) to call the new virtual clear on device.Gravatar reed@google.com2011-04-14
* add init() to SkTLazy to create a default instanceGravatar mike@reedtribe.org2011-04-10
* fix infinite loop if we have a drawfilter but no drawlooperGravatar mike@reedtribe.org2011-04-08
* Simplify drawloopers and drawfilters. This allows the canvas to keep itsGravatar reed@google.com2011-04-07
* use new template class SkTLazy for deferred paint initializationGravatar reed@google.com2011-04-06
* add getTopLayer(), so clients don't have to use a LayerIter just to getGravatar reed@google.com2011-03-30
* abort drawing if srcRect is outside of the bitmap boundsGravatar reed@google.com2011-03-17
* add filterTextFlags() to SkDevice (virtual) to allow device subclasses toGravatar reed@google.com2011-03-15
* Upstreaming changes from android.Gravatar djsollen@google.com2011-03-14
* add origin to deviceGravatar reed@google.com2011-03-04
* Our region blitter (invoked by region::setPath()) must have its scanlinesGravatar reed@google.com2011-03-03
* Add support for clipstack to Gr. GrClip is now a list of rects and paths with...Gravatar bsalomon@google.com2011-03-03
* disable assert on validateClip in default build for nowGravatar reed@google.com2011-02-24
* add fClipStack optional field to SkDraw (it is always set by canvas)Gravatar reed@google.com2011-02-23
* set the rgn to empty if the clipstack says empty (in our validate routine)Gravatar reed@google.com2011-02-23
* refactor to use a shared function (clipPathHelper) betweenGravatar reed@google.com2011-02-23
* change virtual setMatrixClip() to take a SkClipStack parameter.Gravatar reed@google.com2011-02-22
* add clipstack to canvas. not used yet, but will be for devices (e.g. gpu) thatGravatar reed@google.com2011-02-22
* rename SkDeque::Iter to SkDeque::F2BIter, since it runs front-to-back (in pre...Gravatar reed@google.com2011-02-22
* Proposed fix for crash in Cr70244.Gravatar wjmaclean@chromium.org2011-02-07
* remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites withGravatar reed@google.com2011-02-07
* remove debugging code around gUseExtGravatar reed@google.com2011-01-26
* If you #define SK_ALLOW_OVER_32K_BITMAPS, then skia will try to draw bitmapsGravatar reed@google.com2011-01-13
* git-svn-id: http://skia.googlecode.com/svn/trunk@685 2bbb7eff-a529-9590-31e7-...Gravatar reed@google.com2011-01-11
* add getter/setter for device-factory on canvasGravatar reed@google.com2011-01-11
* add gpu to gm toolGravatar reed@google.com2010-12-23
* remove ZLIB include from SkUserConfig for how (doesn't work on mac sampleapp)...Gravatar reed@google.com2010-12-20
* merge with changes for GPU backendGravatar reed@android.com2010-12-20
* Move the device capability method to SkDevice.Gravatar vandebo@chromium.org2010-10-26
* Fix SkDraw::validate to work with vector Devices.Gravatar vandebo@chromium.org2010-10-26
* Fix a memory leak in the new Canvas/Device workflow.Gravatar vandebo@chromium.org2010-10-15
* Refactor SkCanvas so that backends don't need to override it.Gravatar vandebo@chromium.org2010-10-13
* respect edgetype in quickrejectGravatar reed@android.com2010-02-05
* Initialise fDeviceCMDirtyGravatar agl@chromium.org2009-12-12
* add drawData() to canvas, to record data blobsGravatar reed@android.com2009-12-04
* clean up fix to drawBitmapRectGravatar reed@android.com2009-10-16
* fix drawBitmapRect to not clip the src rect when computing the matrixGravatar reed@android.com2009-10-15
* fix quickReject() to handle perspective correctly (i.e. transform forward intoGravatar reed@android.com2009-07-21
* detect nearly translate-only matrices when drawing bitmaps (for speed)Gravatar reed@android.com2009-06-24
* remove deprecated use of porterduff enumGravatar reed@android.com2009-06-23
* only call SkDevice::gainFocus() if we're actually drawing to a different device.Gravatar reed@android.com2009-06-10
* init bounds to empty if we return false from getClipBounds()Gravatar reed@android.com2009-05-18
* add SkSize for dimensionsGravatar reed@android.com2009-05-13
* API change: SkPath computeBounds -> getBoundsGravatar reed@android.com2009-04-01
* Add SkChunkAlloc::unalloc() to undo the last allocation, useful if the caller...Gravatar reed@android.com2009-03-30
* explicitly call "our" version of clipPath in the case when clipRect needs toGravatar reed@android.com2009-03-02
* remove white-spaceGravatar reed@android.com2009-02-11
* check for non-invertible matrices in getClipBounds()Gravatar reed@android.com2009-02-06