Home
last modified time | relevance | path

Searched refs:styleToUse (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DInlineTextBox.cpp184 RenderStyle* styleToUse = textObj->style(m_firstLine); in selectionRect() local
185 const Font& f = styleToUse->font(); in selectionRect()
191 adjustCharactersAndLengthForHyphen(charactersWithHyphen, styleToUse, characters, len); in selectionRect()
516 RenderStyle* styleToUse = renderer()->style(m_firstLine); in paint() local
518 ty -= styleToUse->isHorizontalWritingMode() ? 0 : logicalHeight(); in paint()
524 …RenderCombineText* combinedText = styleToUse->hasTextCombine() && textRenderer()->isCombineText() … in paint()
535 const Font& font = styleToUse->font(); in paint()
547 if (styleToUse->highlight() != nullAtom && !context->paintingDisabled()) in paint()
548 paintCustomHighlight(tx, ty, styleToUse->highlight()); in paint()
552 paintCompositionBackground(context, boxOrigin, styleToUse, font, in paint()
[all …]
DRenderInline.cpp1382 RenderStyle* styleToUse = style(); in paintOutline() local
1383 if (styleToUse->outlineStyleIsAuto() || hasOutlineAnnotation()) { in paintOutline()
1384 if (!theme()->supportsFocusRing(styleToUse)) { in paintOutline()
1386 paintFocusRing(graphicsContext, tx, ty, styleToUse); in paintOutline()
1390 if (styleToUse->outlineStyleIsAuto() || styleToUse->outlineStyle() == BNONE) in paintOutline()
1411 RenderStyle* styleToUse = style(); in paintOutlineForLine() local
1412 int ow = styleToUse->outlineWidth(); in paintOutlineForLine()
1413 EBorderStyle os = styleToUse->outlineStyle(); in paintOutlineForLine()
1414 Color oc = styleToUse->visitedDependentColor(CSSPropertyOutlineColor); in paintOutlineForLine()
DInlineFlowBox.cpp1110 RenderStyle* styleToUse = renderer()->style(m_firstLine); in paintBoxDecorations() local
1111 …if ((!parent() && m_firstLine && styleToUse != renderer()->style()) || (parent() && renderer()->ha… in paintBoxDecorations()
1113 paintBoxShadow(context, styleToUse, Normal, tx, ty, w, h); in paintBoxDecorations()
1115 Color c = styleToUse->visitedDependentColor(CSSPropertyBackgroundColor); in paintBoxDecorations()
1116 paintFillLayers(paintInfo, c, styleToUse->backgroundLayers(), tx, ty, w, h); in paintBoxDecorations()
1117 paintBoxShadow(context, styleToUse, Inset, tx, ty, w, h); in paintBoxDecorations()
1123 … bool hasBorderImage = borderImage && borderImage->canRender(styleToUse->effectiveZoom()); in paintBoxDecorations()
DRenderObject.cpp1038 RenderStyle* styleToUse = style(); in paintOutline() local
1039 int ow = styleToUse->outlineWidth(); in paintOutline()
1040 EBorderStyle os = styleToUse->outlineStyle(); in paintOutline()
1042 Color oc = styleToUse->visitedDependentColor(CSSPropertyOutlineColor); in paintOutline()
1044 int offset = styleToUse->outlineOffset(); in paintOutline()
1046 if (styleToUse->outlineStyleIsAuto() || hasOutlineAnnotation()) { in paintOutline()
1047 if (!theme()->supportsFocusRing(styleToUse)) { in paintOutline()
1049 paintFocusRing(graphicsContext, tx, ty, styleToUse); in paintOutline()
1053 if (styleToUse->outlineStyleIsAuto() || styleToUse->outlineStyle() == BNONE) in paintOutline()
DRootInlineBox.cpp186 RenderStyle* styleToUse = renderer()->style(m_firstLine); in paint() local
187 if (styleToUse->highlight() != nullAtom && !paintInfo.context->paintingDisabled()) in paint()
188 paintCustomHighlight(paintInfo, tx, ty, styleToUse->highlight()); in paint()
/external/webkit/Source/WebCore/platform/graphics/mac/
DMediaPlayerPrivateQTKit.mm1370 RenderStyle* styleToUse = renderer ? renderer->style() : NULL;
1371 if (styleToUse) {
1378 context->setStrokeColor(color, styleToUse->colorSpace());
1381 context->setFillColor(color, styleToUse->colorSpace());
1382 context->drawText(styleToUse->font(), textRun, IntPoint(2, -3));