Hixie
|
37f0b0240b
|
Convert everything in the Sky API from degrees to radians.
Radians are the one true angle unit.
R=abarth@chromium.org
Review URL: https://codereview.chromium.org/1164393002
|
2015-06-08 14:38:06 -07:00 |
|
Collin Jackson
|
dc9635dd33
|
Implement a simple image cache for Sky in Dart. This doesn't yet do any eviction from the cache.
R=abarth@chromium.org, abarth
Review URL: https://codereview.chromium.org/1165753004
|
2015-06-02 10:44:48 -07:00 |
|
Collin Jackson
|
2fe4b05e6d
|
Refactor image handling in Sky to expose the loader and image as separate classes to Dart code. This makes it possible to avoid unnecessary paints, by only painting once when the image has loaded. Now that we've separated the loader and image classes, we can implement an image cache in Dart.
R=abarth@chromium.org, abarth
Review URL: https://codereview.chromium.org/1156003007
|
2015-06-01 16:21:21 -07:00 |
|
Collin Jackson
|
205bd1449a
|
Add Sky framework support for drawing images
R=abarth@chromium.org, abarth
Review URL: https://codereview.chromium.org/1151753009
|
2015-05-29 16:45:43 -07:00 |
|