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

Side by Side Diff: sky/tests/examples/sector-expected.txt

Issue 1216923008: Fix test failures from my previous animation patch. (Closed) Base URL: git@github.com:/domokit/mojo.git@master
Patch Set: Created 5 years, 5 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/sdk/lib/widgets/material.dart ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 CONSOLE: TestRenderView enabled 1 CONSOLE: TestRenderView enabled
2 CONSOLE: 2 CONSOLE:
3 PAINT FOR FRAME #1 ---------------------------------------------- 3 PAINT FOR FRAME #1 ----------------------------------------------
4 1 | TestPaintingCanvas() constructor: 800.0 x 600.0 4 1 | TestPaintingCanvas() constructor: 800.0 x 600.0
5 ------------------------------------------------------------------------ 5 ------------------------------------------------------------------------
6 CONSOLE: 6 CONSOLE:
7 PAINT FOR FRAME #2 ---------------------------------------------- 7 PAINT FOR FRAME #2 ----------------------------------------------
8 2 | TestPaintingCanvas() constructor: 800.0 x 600.0 8 2 | TestPaintingCanvas() constructor: 800.0 x 600.0
9 2 | paintChild RenderScaffold at Point(0.0, 0.0) 9 2 | paintChild RenderScaffold at Point(0.0, 0.0)
10 2 | | TestPaintingCanvas() constructor: 800.0 x 600.0 10 2 | | TestPaintingCanvas() constructor: 800.0 x 600.0
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 3 | | | | | | | | | | | | | | TestPaintingCanvas() constructor: 800 .0 x 600.0 140 3 | | | | | | | | | | | | | | TestPaintingCanvas() constructor: 800 .0 x 600.0
141 3 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(co lor:Color(0xff00dd00))) 141 3 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(co lor:Color(0xff00dd00)))
142 3 | | | | | | | | | paintChild RenderParagraph at Point(173.25, 122.0) 142 3 | | | | | | | | | paintChild RenderParagraph at Point(173.25, 122.0)
143 3 | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 143 3 | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
144 3 | | | | | | | | | | translate(173.25, 122.0) 144 3 | | | | | | | | | | translate(173.25, 122.0)
145 3 | | | | | | | | | | translate(-173.25, -122.0) 145 3 | | | | | | | | | | translate(-173.25, -122.0)
146 3 | | | | | paintChild RenderPadding at Point(488.75, 106.0) 146 3 | | | | | paintChild RenderPadding at Point(488.75, 106.0)
147 3 | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 147 3 | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
148 3 | | | | | | paintChild RenderConstrainedBox at Point(496.75, 114.0) 148 3 | | | | | | paintChild RenderConstrainedBox at Point(496.75, 114.0)
149 3 | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 149 3 | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
150 3 | | | | | | | drawRRect(Instance of 'RRect', Paint(color:Color(0xffe0e0e 0), drawLooper:true)) 150 3 | | | | | | | drawRRect(Instance of 'RRect', Paint(color:Color(0xffe0e0e 0)))
Matt Perry 2015/07/01 22:52:44 Now that we animate the shadow, we start with no s
151 3 | | | | | | | paintChild RenderPositionedBox at Point(504.75, 114.0) 151 3 | | | | | | | paintChild RenderPositionedBox at Point(504.75, 114.0)
152 3 | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 152 3 | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
153 3 | | | | | | | | paintChild RenderShrinkWrapWidth at Point(504.75, 114.0 ) 153 3 | | | | | | | | paintChild RenderShrinkWrapWidth at Point(504.75, 114.0 )
154 3 | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 154 3 | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
155 3 | | | | | | | | | paintChild RenderPadding at Point(504.75, 114.0) 155 3 | | | | | | | | | paintChild RenderPadding at Point(504.75, 114.0)
156 3 | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 156 3 | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
157 3 | | | | | | | | | | paintChild RenderPadding at Point(504.75, 114.0) 157 3 | | | | | | | | | | paintChild RenderPadding at Point(504.75, 114.0)
158 3 | | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600. 0 158 3 | | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600. 0
159 3 | | | | | | | | | | | paintChild RenderBoxToRenderSectorAdapter at P oint(508.75, 118.0) 159 3 | | | | | | | | | | | paintChild RenderBoxToRenderSectorAdapter at P oint(508.75, 118.0)
160 3 | | | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 6 00.0 160 3 | | | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 6 00.0
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 4 | | | | | | | | | | | | | | TestPaintingCanvas() constructor: 800 .0 x 600.0 241 4 | | | | | | | | | | | | | | TestPaintingCanvas() constructor: 800 .0 x 600.0
242 4 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(co lor:Color(0xff00dd00))) 242 4 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(co lor:Color(0xff00dd00)))
243 4 | | | | | | | | | paintChild RenderParagraph at Point(173.25, 122.0) 243 4 | | | | | | | | | paintChild RenderParagraph at Point(173.25, 122.0)
244 4 | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 244 4 | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
245 4 | | | | | | | | | | translate(173.25, 122.0) 245 4 | | | | | | | | | | translate(173.25, 122.0)
246 4 | | | | | | | | | | translate(-173.25, -122.0) 246 4 | | | | | | | | | | translate(-173.25, -122.0)
247 4 | | | | | paintChild RenderPadding at Point(488.75, 106.0) 247 4 | | | | | paintChild RenderPadding at Point(488.75, 106.0)
248 4 | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 248 4 | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
249 4 | | | | | | paintChild RenderConstrainedBox at Point(496.75, 114.0) 249 4 | | | | | | paintChild RenderConstrainedBox at Point(496.75, 114.0)
250 4 | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 250 4 | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
251 4 | | | | | | | drawRRect(Instance of 'RRect', Paint(color:Color(0xffe0e0e 0), drawLooper:true)) 251 4 | | | | | | | drawRRect(Instance of 'RRect', Paint(color:Color(0xffe0e0e 0)))
252 4 | | | | | | | paintChild RenderPositionedBox at Point(504.75, 114.0) 252 4 | | | | | | | paintChild RenderPositionedBox at Point(504.75, 114.0)
253 4 | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 253 4 | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
254 4 | | | | | | | | paintChild RenderShrinkWrapWidth at Point(504.75, 114.0 ) 254 4 | | | | | | | | paintChild RenderShrinkWrapWidth at Point(504.75, 114.0 )
255 4 | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 255 4 | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
256 4 | | | | | | | | | paintChild RenderPadding at Point(504.75, 114.0) 256 4 | | | | | | | | | paintChild RenderPadding at Point(504.75, 114.0)
257 4 | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 257 4 | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
258 4 | | | | | | | | | | paintChild RenderPadding at Point(504.75, 114.0) 258 4 | | | | | | | | | | paintChild RenderPadding at Point(504.75, 114.0)
259 4 | | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600. 0 259 4 | | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600. 0
260 4 | | | | | | | | | | | paintChild RenderBoxToRenderSectorAdapter at P oint(508.75, 118.0) 260 4 | | | | | | | | | | | paintChild RenderBoxToRenderSectorAdapter at P oint(508.75, 118.0)
261 4 | | | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 6 00.0 261 4 | | | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 6 00.0
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 5 | | | | | | | | | | | | | | TestPaintingCanvas() constructor: 800 .0 x 600.0 345 5 | | | | | | | | | | | | | | TestPaintingCanvas() constructor: 800 .0 x 600.0
346 5 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(co lor:Color(0xff00dd00))) 346 5 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(co lor:Color(0xff00dd00)))
347 5 | | | | | | | | | paintChild RenderParagraph at Point(173.25, 122.0) 347 5 | | | | | | | | | paintChild RenderParagraph at Point(173.25, 122.0)
348 5 | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 348 5 | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
349 5 | | | | | | | | | | translate(173.25, 122.0) 349 5 | | | | | | | | | | translate(173.25, 122.0)
350 5 | | | | | | | | | | translate(-173.25, -122.0) 350 5 | | | | | | | | | | translate(-173.25, -122.0)
351 5 | | | | | paintChild RenderPadding at Point(488.75, 106.0) 351 5 | | | | | paintChild RenderPadding at Point(488.75, 106.0)
352 5 | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 352 5 | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
353 5 | | | | | | paintChild RenderConstrainedBox at Point(496.75, 114.0) 353 5 | | | | | | paintChild RenderConstrainedBox at Point(496.75, 114.0)
354 5 | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 354 5 | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
355 5 | | | | | | | drawRRect(Instance of 'RRect', Paint(color:Color(0xffe0e0e 0), drawLooper:true)) 355 5 | | | | | | | drawRRect(Instance of 'RRect', Paint(color:Color(0xffe0e0e 0)))
356 5 | | | | | | | paintChild RenderPositionedBox at Point(504.75, 114.0) 356 5 | | | | | | | paintChild RenderPositionedBox at Point(504.75, 114.0)
357 5 | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 357 5 | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
358 5 | | | | | | | | paintChild RenderShrinkWrapWidth at Point(504.75, 114.0 ) 358 5 | | | | | | | | paintChild RenderShrinkWrapWidth at Point(504.75, 114.0 )
359 5 | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 359 5 | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
360 5 | | | | | | | | | paintChild RenderPadding at Point(504.75, 114.0) 360 5 | | | | | | | | | paintChild RenderPadding at Point(504.75, 114.0)
361 5 | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 361 5 | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
362 5 | | | | | | | | | | paintChild RenderPadding at Point(504.75, 114.0) 362 5 | | | | | | | | | | paintChild RenderPadding at Point(504.75, 114.0)
363 5 | | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600. 0 363 5 | | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600. 0
364 5 | | | | | | | | | | | paintChild RenderBoxToRenderSectorAdapter at P oint(508.75, 118.0) 364 5 | | | | | | | | | | | paintChild RenderBoxToRenderSectorAdapter at P oint(508.75, 118.0)
365 5 | | | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 6 00.0 365 5 | | | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 6 00.0
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
452 6 | | | | | | | | | | | | | | TestPaintingCanvas() constructor: 800 .0 x 600.0 452 6 | | | | | | | | | | | | | | TestPaintingCanvas() constructor: 800 .0 x 600.0
453 6 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(co lor:Color(0xff00dd00))) 453 6 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(co lor:Color(0xff00dd00)))
454 6 | | | | | | | | | paintChild RenderParagraph at Point(173.25, 122.0) 454 6 | | | | | | | | | paintChild RenderParagraph at Point(173.25, 122.0)
455 6 | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 455 6 | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
456 6 | | | | | | | | | | translate(173.25, 122.0) 456 6 | | | | | | | | | | translate(173.25, 122.0)
457 6 | | | | | | | | | | translate(-173.25, -122.0) 457 6 | | | | | | | | | | translate(-173.25, -122.0)
458 6 | | | | | paintChild RenderPadding at Point(488.75, 106.0) 458 6 | | | | | paintChild RenderPadding at Point(488.75, 106.0)
459 6 | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 459 6 | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
460 6 | | | | | | paintChild RenderConstrainedBox at Point(496.75, 114.0) 460 6 | | | | | | paintChild RenderConstrainedBox at Point(496.75, 114.0)
461 6 | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 461 6 | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
462 6 | | | | | | | drawRRect(Instance of 'RRect', Paint(color:Color(0xffe0e0e 0), drawLooper:true)) 462 6 | | | | | | | drawRRect(Instance of 'RRect', Paint(color:Color(0xffe0e0e 0)))
463 6 | | | | | | | paintChild RenderPositionedBox at Point(504.75, 114.0) 463 6 | | | | | | | paintChild RenderPositionedBox at Point(504.75, 114.0)
464 6 | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 464 6 | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
465 6 | | | | | | | | paintChild RenderShrinkWrapWidth at Point(504.75, 114.0 ) 465 6 | | | | | | | | paintChild RenderShrinkWrapWidth at Point(504.75, 114.0 )
466 6 | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 466 6 | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
467 6 | | | | | | | | | paintChild RenderPadding at Point(504.75, 114.0) 467 6 | | | | | | | | | paintChild RenderPadding at Point(504.75, 114.0)
468 6 | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 468 6 | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
469 6 | | | | | | | | | | paintChild RenderPadding at Point(504.75, 114.0) 469 6 | | | | | | | | | | paintChild RenderPadding at Point(504.75, 114.0)
470 6 | | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600. 0 470 6 | | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600. 0
471 6 | | | | | | | | | | | paintChild RenderBoxToRenderSectorAdapter at P oint(508.75, 118.0) 471 6 | | | | | | | | | | | paintChild RenderBoxToRenderSectorAdapter at P oint(508.75, 118.0)
472 6 | | | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 6 00.0 472 6 | | | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 6 00.0
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
556 7 | | | | | | | | | | | | | | TestPaintingCanvas() constructor: 800 .0 x 600.0 556 7 | | | | | | | | | | | | | | TestPaintingCanvas() constructor: 800 .0 x 600.0
557 7 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(co lor:Color(0xff00dd00))) 557 7 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(co lor:Color(0xff00dd00)))
558 7 | | | | | | | | | paintChild RenderParagraph at Point(173.25, 122.0) 558 7 | | | | | | | | | paintChild RenderParagraph at Point(173.25, 122.0)
559 7 | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 559 7 | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
560 7 | | | | | | | | | | translate(173.25, 122.0) 560 7 | | | | | | | | | | translate(173.25, 122.0)
561 7 | | | | | | | | | | translate(-173.25, -122.0) 561 7 | | | | | | | | | | translate(-173.25, -122.0)
562 7 | | | | | paintChild RenderPadding at Point(488.75, 106.0) 562 7 | | | | | paintChild RenderPadding at Point(488.75, 106.0)
563 7 | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 563 7 | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
564 7 | | | | | | paintChild RenderConstrainedBox at Point(496.75, 114.0) 564 7 | | | | | | paintChild RenderConstrainedBox at Point(496.75, 114.0)
565 7 | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 565 7 | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
566 7 | | | | | | | drawRRect(Instance of 'RRect', Paint(color:Color(0xffe0e0e 0), drawLooper:true)) 566 7 | | | | | | | drawRRect(Instance of 'RRect', Paint(color:Color(0xffe0e0e 0)))
567 7 | | | | | | | paintChild RenderPositionedBox at Point(504.75, 114.0) 567 7 | | | | | | | paintChild RenderPositionedBox at Point(504.75, 114.0)
568 7 | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 568 7 | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
569 7 | | | | | | | | paintChild RenderShrinkWrapWidth at Point(504.75, 114.0 ) 569 7 | | | | | | | | paintChild RenderShrinkWrapWidth at Point(504.75, 114.0 )
570 7 | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 570 7 | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
571 7 | | | | | | | | | paintChild RenderPadding at Point(504.75, 114.0) 571 7 | | | | | | | | | paintChild RenderPadding at Point(504.75, 114.0)
572 7 | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 572 7 | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
573 7 | | | | | | | | | | paintChild RenderPadding at Point(504.75, 114.0) 573 7 | | | | | | | | | | paintChild RenderPadding at Point(504.75, 114.0)
574 7 | | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600. 0 574 7 | | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600. 0
575 7 | | | | | | | | | | | paintChild RenderBoxToRenderSectorAdapter at P oint(508.75, 118.0) 575 7 | | | | | | | | | | | paintChild RenderBoxToRenderSectorAdapter at P oint(508.75, 118.0)
576 7 | | | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 6 00.0 576 7 | | | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 6 00.0
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
657 8 | | | | | | | | | | | | | | TestPaintingCanvas() constructor: 800 .0 x 600.0 657 8 | | | | | | | | | | | | | | TestPaintingCanvas() constructor: 800 .0 x 600.0
658 8 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(co lor:Color(0xff00dd00))) 658 8 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(co lor:Color(0xff00dd00)))
659 8 | | | | | | | | | paintChild RenderParagraph at Point(173.25, 122.0) 659 8 | | | | | | | | | paintChild RenderParagraph at Point(173.25, 122.0)
660 8 | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 660 8 | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
661 8 | | | | | | | | | | translate(173.25, 122.0) 661 8 | | | | | | | | | | translate(173.25, 122.0)
662 8 | | | | | | | | | | translate(-173.25, -122.0) 662 8 | | | | | | | | | | translate(-173.25, -122.0)
663 8 | | | | | paintChild RenderPadding at Point(488.75, 106.0) 663 8 | | | | | paintChild RenderPadding at Point(488.75, 106.0)
664 8 | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 664 8 | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
665 8 | | | | | | paintChild RenderConstrainedBox at Point(496.75, 114.0) 665 8 | | | | | | paintChild RenderConstrainedBox at Point(496.75, 114.0)
666 8 | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 666 8 | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
667 8 | | | | | | | drawRRect(Instance of 'RRect', Paint(color:Color(0xffe0e0e 0), drawLooper:true)) 667 8 | | | | | | | drawRRect(Instance of 'RRect', Paint(color:Color(0xffe0e0e 0)))
668 8 | | | | | | | paintChild RenderPositionedBox at Point(504.75, 114.0) 668 8 | | | | | | | paintChild RenderPositionedBox at Point(504.75, 114.0)
669 8 | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 669 8 | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
670 8 | | | | | | | | paintChild RenderShrinkWrapWidth at Point(504.75, 114.0 ) 670 8 | | | | | | | | paintChild RenderShrinkWrapWidth at Point(504.75, 114.0 )
671 8 | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 671 8 | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
672 8 | | | | | | | | | paintChild RenderPadding at Point(504.75, 114.0) 672 8 | | | | | | | | | paintChild RenderPadding at Point(504.75, 114.0)
673 8 | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 673 8 | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
674 8 | | | | | | | | | | paintChild RenderPadding at Point(504.75, 114.0) 674 8 | | | | | | | | | | paintChild RenderPadding at Point(504.75, 114.0)
675 8 | | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600. 0 675 8 | | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600. 0
676 8 | | | | | | | | | | | paintChild RenderBoxToRenderSectorAdapter at P oint(508.75, 118.0) 676 8 | | | | | | | | | | | paintChild RenderBoxToRenderSectorAdapter at P oint(508.75, 118.0)
677 8 | | | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 6 00.0 677 8 | | | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 6 00.0
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
716 8 | | | | paintChild RenderConstrainedBox at Point(8.0, 25.0) 716 8 | | | | paintChild RenderConstrainedBox at Point(8.0, 25.0)
717 8 | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 717 8 | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
718 8 | | | | | paintChild RenderPadding at Point(8.0, 39.0) 718 8 | | | | | paintChild RenderPadding at Point(8.0, 39.0)
719 8 | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 719 8 | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
720 8 | | | | | | paintChild RenderParagraph at Point(32.0, 39.0) 720 8 | | | | | | paintChild RenderParagraph at Point(32.0, 39.0)
721 8 | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 721 8 | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
722 8 | | | | | | | translate(32.0, 39.0) 722 8 | | | | | | | translate(32.0, 39.0)
723 8 | | | | | | | translate(-32.0, -39.0) 723 8 | | | | | | | translate(-32.0, -39.0)
724 ------------------------------------------------------------------------ 724 ------------------------------------------------------------------------
725 PAINTED 8 FRAMES 725 PAINTED 8 FRAMES
OLDNEW
« no previous file with comments | « sky/sdk/lib/widgets/material.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698