Lines Matching defs:em
116 double const em = style->font_size.computed;
117 double const ex = em * 0.5;
124 cx.update( em, ex, w );
131 cy.update( em, ex, h );
138 rx.update( em, ex, w );
145 ry.update( em, ex, h );
153 rx.update( em, ex, d );
154 ry.update( em, ex, d );
196 double const em = this->style->font_size.computed;
197 double const ex = em * 0.5; // fixme: get from pango or libnrtype
199 this->cx.update(em, ex, dx);
200 this->cy.update(em, ex, dy);
201 this->rx.update(em, ex, dr);
202 this->ry.update(em, ex, dr);