Home | History | Annotate | Download | only in canvas

Lines Matching defs:computedStyle

1755     if (RenderStyle* computedStyle = canvas()->computedStyle())
1756 newStyle->setFontDescription(computedStyle->fontDescription());
1850 RenderStyle* computedStyle = canvas()->computedStyle();
1851 bool rtl = computedStyle ? !computedStyle->isLeftToRightDirection() : false;
1852 bool override = computedStyle ? computedStyle->unicodeBidi() == Override : false;