1. 11 5月, 2017 1 次提交
  2. 09 5月, 2017 1 次提交
  3. 05 5月, 2017 1 次提交
  4. 28 4月, 2017 1 次提交
  5. 20 4月, 2017 1 次提交
  6. 13 4月, 2017 1 次提交
    • I
      Remove the Point class. (#3567) · bcc8779c
      Ian Hickson 提交于
      * Remove the Point class.
      
      * Add Size.contains and Rect.translate for consistency
      
      * Make Offset and Size compare == with subclasses.
      
      Without this we would break the _DebugSize hack.
      
      * Fix copy/pasta
      
      * Fix the examples in the engine repo
      bcc8779c
  7. 08 4月, 2017 1 次提交
  8. 25 3月, 2017 1 次提交
  9. 23 3月, 2017 2 次提交
  10. 21 3月, 2017 1 次提交
  11. 11 2月, 2017 1 次提交
  12. 10 2月, 2017 1 次提交
  13. 25 1月, 2017 1 次提交
  14. 14 1月, 2017 1 次提交
  15. 06 1月, 2017 2 次提交
  16. 13 12月, 2016 1 次提交
  17. 21 10月, 2016 1 次提交
  18. 21 9月, 2016 1 次提交
  19. 19 9月, 2016 1 次提交
  20. 13 9月, 2016 1 次提交
    • D
      Added drawArc to Canvas. (#2995) · 67888c59
      Dragoș Tiselice 提交于
      * Added drawArc to Canvas.
      
      Added a way to call SkCanvas::drawArc from Dart. This method is
      optimized for the arc case and should be faster that drawing paths.
      
      * Removed implementation details from docs.
      
      * Added more details to the docs.
      67888c59
  21. 10 8月, 2016 1 次提交
  22. 02 8月, 2016 1 次提交
  23. 21 6月, 2016 1 次提交
  24. 15 6月, 2016 2 次提交
  25. 14 6月, 2016 3 次提交
  26. 12 6月, 2016 2 次提交
    • A
      Remove more calls to Dart_GetField (#2747) · f7405a37
      Adam Barth 提交于
      The only remaining calls to Dart_GetField are for Paint, which will be
      handled in a later patch.
      f7405a37
    • A
      Remove more calls to Dart_GetField (#2745) · fabd183e
      Adam Barth 提交于
      This patch removes a number of the classes that were generating
      Dart_GetField calls, particularly related to drawAtlas and drawVertices.
      The functions that used these classes now use primatives instead, which
      is more efficient.
      fabd183e
  27. 11 6月, 2016 2 次提交
  28. 01 6月, 2016 1 次提交
  29. 28 5月, 2016 1 次提交
    • I
      Flesh our dart:ui graphics documentation. (#2721) · 579dcf9d
      Ian Hickson 提交于
      I gave up before I was completely done.
      
      Items still remaining include:
      
       * drawVertices
       * drawAtlas
       * TransferMode.*
       * VertexMode
      
      Also:
       * Add a convenience constructor to RSTransform
       * Add some convenience methods to Rect and Size
       * Make some defaults more explicit
      579dcf9d
  30. 06 5月, 2016 1 次提交
    • A
      Remove Dart_GetField from Canvas interface (#2653) · c081845e
      Adam Barth 提交于
      These Dart_GetField calls show up on traces. This patch removes almost all of
      them from the Canvas interface. We still have a few in drawAltas and
      drawVertices, which will be removed in a later patch.
      c081845e
  31. 04 5月, 2016 1 次提交
  32. 02 4月, 2016 1 次提交
  33. 19 3月, 2016 1 次提交