flutter/examples/rendering
Hixie 3df2427540 Use the baseline information exposed by C++ to pipe baseline data through RenderBox.
This also fixes the C++ side to give the right baseline information.
Previously it was giving the baseline distance for the font, but not
for the actual laid-out text.

I considered also providing a "defaultBaseline" accessor that returns
the distance for the actual dominant baseline, but it turns out right
now we never decide the baseline is ideographic. We always use the
alphabetic baseline. We should probably fix that...

R=eseidel@chromium.org

Review URL: https://codereview.chromium.org/1200233002.
2015-06-24 17:01:14 -07:00
..
baseline.dart Use the baseline information exposed by C++ to pipe baseline data through RenderBox. 2015-06-24 17:01:14 -07:00
borders.dart Rename AppView to SkyBinding. 2015-06-17 17:07:31 -07:00
interactive_flex.dart Fix data loading in the stocks app 2015-06-18 09:14:51 -07:00
justify_content.dart Rename AppView to SkyBinding. 2015-06-17 17:07:31 -07:00
render_paragraph.dart Rename AppView to SkyBinding. 2015-06-17 17:07:31 -07:00
sector_layout.dart Decouple Canvas from DisplayList and map Picture and PictureRecorder more directly to their Skia counterparts. 2015-06-24 10:21:45 -07:00
shadowed_box.dart Rename editing2/ and theme2/ to editing/ and theme/. 2015-06-18 12:44:10 -07:00
spinning_flex.dart Cleanup of SkyBinding, and resultant yak shaving. 2015-06-17 19:54:11 -07:00
touch_demo.dart Decouple Canvas from DisplayList and map Picture and PictureRecorder more directly to their Skia counterparts. 2015-06-24 10:21:45 -07:00
transform.dart Rename AppView to SkyBinding. 2015-06-17 17:07:31 -07:00