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 184 RenderStyle* styleToUse = textObj->style(m_firstLine);
185 const Font& f = styleToUse->font();
191 adjustCharactersAndLengthForHyphen(charactersWithHyphen, styleToUse, characters, len);
516 RenderStyle* styleToUse = renderer()->style(m_firstLine);
518 ty -= styleToUse->isHorizontalWritingMode() ? 0 : logicalHeight();
524 RenderCombineText* combinedText = styleToUse->hasTextCombine() && textRenderer()->isCombineText() && toRenderCombineText(textRenderer())->isCombined() ? toRenderCombineText(textRenderer()) : 0;
535 const Font& font = styleToUse->font();
547 if (styleToUse->highlight() != nullAtom && !context->paintingDisabled())
548 paintCustomHighlight(tx, ty, styleToUse->highlight());
552 paintCompositionBackground(context, boxOrigin, styleToUse, font
    [all...]

Completed in 199 milliseconds