Home | History | Annotate | Download | only in rendering

Lines Matching refs:itemStyle

339 static IntSize itemOffsetForAlignment(TextRun textRun, RenderStyle* itemStyle, Font itemFont, IntRect itemBoudingBox)
341 ETextAlign actualAlignment = itemStyle->textAlign();
344 actualAlignment = itemStyle->isLeftToRightDirection() ? LEFT : RIGHT;
365 RenderStyle* itemStyle = element->renderStyle();
366 if (!itemStyle)
367 itemStyle = style();
369 if (itemStyle->visibility() == HIDDEN)
387 ColorSpace colorSpace = itemStyle->colorSpace();
392 TextRun textRun(string, length, false, 0, 0, TextRun::AllowTrailingExpansion, !itemStyle->isLeftToRightDirection(), itemStyle->unicodeBidi() == Override);
395 r.move(itemOffsetForAlignment(textRun, itemStyle, itemFont, r));
405 if (itemStyle->visibility() != HIDDEN)