mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Also changes the framework dart code to use the refactored APIs and fixes the various examples and tests. R=abarth@chromium.org, ianh@chromium.org Review URL: https://codereview.chromium.org/1190123003.
35 lines
1.9 KiB
Plaintext
35 lines
1.9 KiB
Plaintext
CONSOLE: TestRenderView enabled
|
|
CONSOLE:
|
|
PAINT FOR FRAME #1 ----------------------------------------------
|
|
1 | TestRenderCanvas() constructor: 800.0 x 600.0
|
|
------------------------------------------------------------------------
|
|
CONSOLE:
|
|
PAINT FOR FRAME #2 ----------------------------------------------
|
|
2 | TestRenderCanvas() constructor: 800.0 x 600.0
|
|
2 | paintChild RenderStack at Point(0.0, 0.0)
|
|
2 | | TestRenderCanvas() constructor: 800.0 x 600.0
|
|
2 | | paintChild RenderDecoratedBox at Point(0.0, 0.0)
|
|
2 | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
|
2 | | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 600.0), Paint(color:Color(0x7f000000)))
|
|
2 | | paintChild RenderPositionedBox at Point(0.0, 0.0)
|
|
2 | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
|
2 | | | paintChild RenderPadding at Point(220.0, 212.5)
|
|
2 | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
|
2 | | | | paintChild RenderConstrainedBox at Point(40.0, 24.0)
|
|
2 | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
|
2 | | | | | drawRRect(Instance of 'RRect', Paint(color:Color(0xffffffff), drawLooper:true))
|
|
2 | | | | | paintChild RenderPadding at Point(0.0, 0.0)
|
|
2 | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
|
2 | | | | | | paintChild RenderParagraph at Point(24.0, 24.0)
|
|
2 | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
|
2 | | | | | paintChild RenderPadding at Point(0.0, 48.0)
|
|
2 | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
|
2 | | | | | | paintChild RenderParagraph at Point(24.0, 20.0)
|
|
2 | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
|
2 | | | | | paintChild RenderFlex at Point(0.0, 111.0)
|
|
2 | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
|
2 | | | | | | paintChild RenderParagraph at Point(151.0, 0.0)
|
|
2 | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
|
------------------------------------------------------------------------
|
|
PAINTED 2 FRAMES
|