servo/components/gfx
Boris Chiou a949e2a057 Introduce CSSPixelLength and update NonNegativeLength.
First, we define computed::CSSPixelLength which contains a CSSFloat, a
pixel value, and then we replace computed::Length with CSSPixelLength.
Therefore, the |ComputedValue| of NoCalcLength, AbsoluteLength,
FontRelativeLength, ViewportPercentageLength, CharacterWidth, and
PhysicalLength is CSSPixelLength.

Besides, we drop NonNegativeAu, and replace computed::NonNegativeLength
with NonNegative<computed::Length>. (i.e. NonNegative<CSSPixelLength>)
2017-09-13 18:05:14 +08:00
..
display_list Add support for position:sticky 2017-09-05 09:10:55 +02:00
platform order derivable traits lists 2017-08-23 21:38:44 +02:00
text Update WR (font instance API). 2017-08-31 16:10:30 +10:00
Cargo.toml Updated h5e and x5e 2017-08-18 19:51:17 +05:30
font.rs Update WR (font instance API). 2017-08-31 16:10:30 +10:00
font_cache_thread.rs Update WR (font instance API). 2017-08-31 16:10:30 +10:00
font_context.rs Introduce CSSPixelLength and update NonNegativeLength. 2017-09-13 18:05:14 +08:00
font_template.rs order derivable traits lists 2017-08-23 21:38:44 +02:00
lib.rs Replace all uses of the style::stylearc alias with servo_arc. 2017-07-19 09:29:05 +02:00