aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkCanvas.cpp
Commit message (Expand)AuthorAge
* 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
* grab from latest androidGravatar reed@android.com2008-12-17