1. 09bd6c2 Implement onDrawTextBlob in the SkiaCanvasProxy. by Derek Sollenberger · 9 years ago
  2. c2f31df use SkBlendMode by Mike Reed · 9 years ago
  3. fc999950 Pass Bitmap instead of SkBitmap for bitmap rect operation by sergeyv · 9 years ago
  4. aed7f58 Pass Bitmap instead of SkBitmap in canvas.drawBitmap(Bitmap, float,float,Paint) by sergeyv · 9 years ago
  5. 2b2c7f1 Merge "Fix bound rectangle calculation in SkiaCanvasProxy::onDrawPosText" by Stan Iliev · 9 years ago
  6. d84d2ee Fix bound rectangle calculation in SkiaCanvasProxy::onDrawPosText by Stan Iliev · 9 years ago
  7. afc22149 More efficient text rendering on path by Yuqian Li · 9 years ago
  8. 79fc3b1 Update SkiaCanvasProxy with SkSurface API change by Matt Sarett · 9 years ago
  9. 35934cc Compute text bounds on a per glyph basis when drawing from an SkPicture. by Derek Sollenberger · 9 years ago
  10. dccca44 Reland: Move text logic from jni to hwui level by sergeyv · 9 years ago
  11. afbd0f1 Revert "Move text logic from jni to hwui level" by Sergei Vasilinetc · 9 years ago
  12. a7f6bba1 Move text logic from jni to hwui level by sergeyv · 9 years ago
  13. eecff56 Add internal Canvas save flags by Florin Malita · 10 years ago
  14. 5518e7c Override getSaveLayerStrategy instead of willSaveLayer by Leon Scroggins III · 10 years ago
  15. d2db5c1 Remove onDrawSprite API as it is no longer exposed via SkCanvas by Derek Sollenberger · 10 years ago
  16. f35b989 Merge six commits from master-skia to master by Leon Scroggins III · 10 years ago
  17. d8f904f Revert "Merge six commits from master-skia to master" by Tom Hudson · 10 years ago
  18. 5507807 Merge six commits from master-skia to master by Leon Scroggins III · 10 years ago
  19. b03198d Merge "Use static_assert instead of SK_COMPILE_ASSERT." by Ben Wagner · 10 years ago
  20. e3a40ea Use static_assert instead of SK_COMPILE_ASSERT. by Ben Wagner · 10 years ago
  21. 6daa13c Change setMatrix behavior to only affect canvas-local matrix by Chris Craik · 10 years ago
  22. 6bbf68d Remove use of SkAutoSTMalloc from Android. by Ben Wagner · 10 years ago
  23. a11ee3c Add Skia includes where needed. by Ben Wagner · 10 years ago
  24. 0f6cb32 am a5e2946f: am b9d7bba5: am 434b577f: am 8ac76504: am 9613e9b7: Merge "New setLocalMatrix() operation for HWUI" into mnc-dev by Tom Hudson · 10 years ago
  25. ac7b6d3 New setLocalMatrix() operation for HWUI by Tom Hudson · 10 years ago
  26. 17c5adf drawBitmap() support for extractSubset() by Tom Hudson · 10 years ago
  27. 20c2b3e Fix positioned text bounds by Tom Hudson · 10 years ago
  28. b1476ae Fix bug, change crashes to warnings by Tom Hudson · 10 years ago
  29. 806a6f0 Fix onDrawText for non-absolute positioning by Tom Hudson · 10 years ago
  30. 1db141f Create proxy between Skia's SkCanvas and the framework Canvas. by Derek Sollenberger · 11 years ago