Home | History | Annotate | Download | only in canvas

Lines Matching defs:newStyle

1385     RefPtr<RenderStyle> newStyle = RenderStyle::create();
1387 newStyle->setFontDescription(canvas()->computedStyle()->fontDescription());
1391 styleSelector->applyPropertyToStyle(CSSPropertyFont, tempDecl->getPropertyCSSValue(CSSPropertyFont).get(), newStyle.get());
1393 state().m_font = newStyle->font();