Lines Matching refs:em
58 double const em = style->font_size.computed;
59 double const ex = em * 0.5;
64 this->x.update( em, ex, w );
70 this->y.update( em, ex, h );
78 this->width.update( em, ex, w );
86 this->height.update( em, ex, h );
94 this->rx.update( em, ex, w );
102 this->ry.update( em, ex, h );
118 double const em = style->font_size.computed;
119 double const ex = 0.5 * em; // fixme: get x height from pango or libnrtype.
121 this->x.update(em, ex, w);
122 this->y.update(em, ex, h);
123 this->width.update(em, ex, w);
124 this->height.update(em, ex, h);
125 this->rx.update(em, ex, w);
126 this->ry.update(em, ex, h);