Home | History | Annotate | Download | only in canvas

Lines Matching defs:newStyle

1754     RefPtr<RenderStyle> newStyle = RenderStyle::create();
1756 newStyle->setFontDescription(computedStyle->fontDescription());
1757 newStyle->font().update(newStyle->font().fontSelector());
1761 styleSelector->applyPropertyToStyle(CSSPropertyFont, tempDecl->getPropertyCSSValue(CSSPropertyFont).get(), newStyle.get());
1763 state().m_font = newStyle->font();