HomeSort by relevance Sort by last modified time
    Searched defs:styleToUse (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/rendering/
RenderInline.cpp     [all...]
RootInlineBox.cpp 186 RenderStyle* styleToUse = renderer()->style(m_firstLine);
187 if (styleToUse->highlight() != nullAtom && !paintInfo.context->paintingDisabled())
188 paintCustomHighlight(paintInfo, tx, ty, styleToUse->highlight());
    [all...]
InlineFlowBox.cpp     [all...]
InlineTextBox.cpp 185 RenderStyle* styleToUse = textObj->style(m_firstLine);
186 const Font& f = styleToUse->font();
192 adjustCharactersAndLengthForHyphen(charactersWithHyphen, styleToUse, characters, len);
517 RenderStyle* styleToUse = renderer()->style(m_firstLine);
519 ty -= styleToUse->isHorizontalWritingMode() ? 0 : logicalHeight();
525 RenderCombineText* combinedText = styleToUse->hasTextCombine() && textRenderer()->isCombineText() && toRenderCombineText(textRenderer())->isCombined() ? toRenderCombineText(textRenderer()) : 0;
536 const Font& font = styleToUse->font();
548 if (styleToUse->highlight() != nullAtom && !context->paintingDisabled())
549 paintCustomHighlight(tx, ty, styleToUse->highlight());
553 paintCompositionBackground(context, boxOrigin, styleToUse, font
    [all...]

Completed in 236 milliseconds