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

  /external/webkit/WebCore/rendering/
SVGInlineTextBox.cpp 374 RenderStyle* styleToUse = text->style(isFirstLineStyle());
375 const Font& font = styleToUse->font();
386 if (styleToUse->highlight() != nullAtom && !paintInfo.context->paintingDisabled())
387 paintCustomHighlight(tx, ty, styleToUse->highlight());
391 paintCompositionBackground(paintInfo.context, tx, ty, styleToUse, font,
395 paintDocumentMarkers(paintInfo.context, tx, ty, styleToUse, font, true);
399 paintSelection(boxStartOffset, svgChar, chars, length, paintInfo.context, styleToUse, font);
411 if (styleToUse->textShadow()) {
412 paintInfo.context->setShadow(IntSize(styleToUse->textShadow()->x, styleToUse->textShadow()->y)
    [all...]
InlineTextBox.cpp 377 RenderStyle* styleToUse = renderer()->style(m_firstLine);
378 int d = styleToUse->textDecorationsInEffect();
379 const Font& font = styleToUse->font();
386 if (styleToUse->highlight() != nullAtom && !context->paintingDisabled())
387 paintCustomHighlight(tx, ty, styleToUse->highlight());
391 paintCompositionBackground(context, tx, ty, styleToUse, font,
395 paintDocumentMarkers(context, tx, ty, styleToUse, font, true);
398 paintSelection(context, tx, ty, styleToUse, font);
407 float textStrokeWidth = styleToUse->textStrokeWidth();
408 ShadowData* textShadow = paintInfo.forceBlackText ? 0 : styleToUse->textShadow()
    [all...]
InlineFlowBox.cpp 757 RenderStyle* styleToUse = renderer()->style(m_firstLine);
758 if ((!parent() && m_firstLine && styleToUse != renderer()->style()) || (parent() && renderer()->hasBoxDecorations())) {
760 if (styleToUse->boxShadow())
761 paintBoxShadow(context, styleToUse, Normal, tx, ty, w, h);
763 Color c = styleToUse->backgroundColor();
764 paintFillLayers(paintInfo, c, styleToUse->backgroundLayers(), tx, ty, w, h);
766 if (styleToUse->boxShadow())
767 paintBoxShadow(context, styleToUse, Inset, tx, ty, w, h);
    [all...]
RootInlineBox.cpp 169 RenderStyle* styleToUse = renderer()->style(m_firstLine);
170 if (styleToUse->highlight() != nullAtom && !paintInfo.context->paintingDisabled())
171 paintCustomHighlight(paintInfo, tx, ty, styleToUse->highlight());
SVGRootInlineBox.cpp 582 RenderStyle* styleToUse = text->style(textBox->isFirstLineStyle());
583 ASSERT(styleToUse);
587 int textDecorations = styleToUse->textDecorationsInEffect();
614 textWidth = styleToUse->font().width(svgTextRunForInlineTextBox(stringStart, stringLength, styleToUse, textBox, (*it).x));
615 decorationOrigin = IntPoint((int) (*it).x, (int) (*it).y - styleToUse->font().ascent());
    [all...]
  /external/webkit/WebCore/platform/graphics/mac/
MediaPlayerPrivateQTKit.mm     [all...]

Completed in 859 milliseconds