1. 8d84fac Refactor SkCanvas so that backends don't need to override it. by vandebo@chromium.org · 14 years ago
  2. ba09de4 respect edgetype in quickreject by reed@android.com · 15 years ago
  3. 447bcfa Initialise fDeviceCMDirty by agl@chromium.org · 15 years ago
  4. cb60844 add drawData() to canvas, to record data blobs by reed@android.com · 15 years ago
  5. 8789999 clean up fix to drawBitmapRect by reed@android.com · 15 years ago
  6. fead49e fix drawBitmapRect to not clip the src rect when computing the matrix by reed@android.com · 15 years ago
  7. a380ae4 fix quickReject() to handle perspective correctly (i.e. transform forward into by reed@android.com · 15 years ago
  8. 0baf193 detect nearly translate-only matrices when drawing bitmaps (for speed) by reed@android.com · 15 years ago
  9. 845fdac remove deprecated use of porterduff enum by reed@android.com · 15 years ago
  10. 199f108 only call SkDevice::gainFocus() if we're actually drawing to a different device. by reed@android.com · 15 years ago
  11. 72dcd3a init bounds to empty if we return false from getClipBounds() by reed@android.com · 15 years ago
  12. f76bacf add SkSize for dimensions by reed@android.com · 15 years ago
  13. d252db0 API change: SkPath computeBounds -> getBounds by reed@android.com · 15 years ago
  14. aefd2bc Add SkChunkAlloc::unalloc() to undo the last allocation, useful if the caller wants to treat the allocats like temp memory (see PictureRecord) by reed@android.com · 15 years ago
  15. 98de2bd explicitly call "our" version of clipPath in the case when clipRect needs to by reed@android.com · 16 years ago
  16. 9b03906 remove white-space by reed@android.com · 16 years ago
  17. d9c0f0b check for non-invertible matrices in getClipBounds() by reed@android.com · 16 years ago
  18. 8a1c16f grab from latest android by reed@android.com · 16 years ago