Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(92)

Side by Side Diff: sky/tests/raw/sector_layout-expected.txt

Issue 1175423007: Create an example app that demonstrates interactive coordination of an fn tree and a raw RenderObje… (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « sky/tests/raw/sector_layout.dart ('k') | sky/tests/resources/display_list.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 CONSOLE: TestRenderView enabled
2 CONSOLE:
3 PAINT FOR FRAME #1 ----------------------------------------------
4 1 | TestDisplayList() constructor: 800.0 x 600.0
5 1 | paintChild RenderBoxToRenderSectorAdapter at Point(0.0, 0.0)
6 1 | | TestDisplayList() constructor: 800.0 x 600.0
7 1 | | paintChild RenderSectorRing at Point(400.0, 300.0)
8 1 | | | TestDisplayList() constructor: 800.0 x 600.0
9 1 | | | paintChild RenderSolidColor at Point(0.0, 0.0)
10 1 | | | | TestDisplayList() constructor: 800.0 x 600.0
11 1 | | | | drawPath(Instance of 'Path', Paint(Color(0xff00ffff)))
12 1 | | | paintChild RenderSolidColor at Point(0.0, 0.0)
13 1 | | | | TestDisplayList() constructor: 800.0 x 600.0
14 1 | | | | drawPath(Instance of 'Path', Paint(Color(0xff0000ff)))
15 1 | | | paintChild RenderSectorSlice at Point(0.0, 0.0)
16 1 | | | | TestDisplayList() constructor: 800.0 x 600.0
17 1 | | | | paintChild RenderSolidColor at Point(0.0, 0.0)
18 1 | | | | | TestDisplayList() constructor: 800.0 x 600.0
19 1 | | | | | drawPath(Instance of 'Path', Paint(Color(0xffffff00)))
20 1 | | | | paintChild RenderSolidColor at Point(0.0, 0.0)
21 1 | | | | | TestDisplayList() constructor: 800.0 x 600.0
22 1 | | | | | drawPath(Instance of 'Path', Paint(Color(0xffff9000)))
23 1 | | | | paintChild RenderSolidColor at Point(0.0, 0.0)
24 1 | | | | | TestDisplayList() constructor: 800.0 x 600.0
25 1 | | | | | drawPath(Instance of 'Path', Paint(Color(0xff00ff00)))
26 ------------------------------------------------------------------------
27 PAINTED 1 FRAMES
OLDNEW
« no previous file with comments | « sky/tests/raw/sector_layout.dart ('k') | sky/tests/resources/display_list.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698