Home
last modified time | relevance | path

Searched refs:textStrokeColor (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Source/WebCore/rendering/style/
DStyleRareInheritedData.cpp77 , textStrokeColor(o.textStrokeColor) in StyleRareInheritedData()
142 return textStrokeColor == o.textStrokeColor in operator ==()
DStyleRareInheritedData.h56 Color textStrokeColor; variable
DRenderStyle.cpp561 || rareInheritedData->textStrokeColor != other->rareInheritedData->textStrokeColor in diff()
1143 result = textStrokeColor(); in colorIncludingFallback()
DRenderStyle.h1040 void setTextStrokeColor(const Color& c) { SET_VAR(rareInheritedData, textStrokeColor, c) } in setTextStrokeColor()
1402 const Color& textStrokeColor() const { return rareInheritedData->textStrokeColor; } in textStrokeColor() function
/external/webkit/Source/WebCore/rendering/
DRenderTreeAsText.cpp295 … if (o.parent() && (o.parent()->style()->textStrokeColor() != o.style()->textStrokeColor()) && in writeRenderObject()
296 … o.style()->textStrokeColor().isValid() && o.style()->textStrokeColor() != o.style()->color() && in writeRenderObject()
297 o.style()->textStrokeColor().rgb()) in writeRenderObject()
298 … ts << " [textStrokeColor=" << o.style()->textStrokeColor().nameForRenderTreeAsText() << "]"; in writeRenderObject()
DInlineTextBox.cpp564 Color textStrokeColor; in paint() local
571 textStrokeColor = Color::black; in paint()
580 textStrokeColor = styleToUse->visitedDependentColor(CSSPropertyWebkitTextStrokeColor); in paint()
584 textStrokeColor = correctedTextColor(textStrokeColor, Color::white); in paint()
597 Color selectionStrokeColor = textStrokeColor; in paint()
678 …updateGraphicsContext(context, textFillColor, textStrokeColor, textStrokeWidth, styleToUse->colorS… in paint()
686 …updateGraphicsContext(context, emphasisMarkColor, textStrokeColor, textStrokeWidth, styleToUse->co… in paint()
716 …updateGraphicsContext(context, selectionEmphasisMarkColor, textStrokeColor, textStrokeWidth, style… in paint()
736 …updateGraphicsContext(context, textFillColor, textStrokeColor, textStrokeWidth, styleToUse->colorS… in paint()
/external/webkit/Source/WebCore/css/
DCSSStyleApplyProperty.cpp381 …pertyWebkitTextStrokeColor, new ApplyPropertyColorBase(&RenderStyle::textStrokeColor, &RenderStyle… in CSSStyleApplyProperty()
DCSSComputedStyleDeclaration.cpp1382 return currentColorOrValidColor(style.get(), style->textStrokeColor()); in getPropertyCSSValue()
/external/webkit/Source/WebCore/editing/
DEditingStyle.cpp333 if (!renderStyle->textStrokeColor().isValid()) in removeTextFillAndStrokeColorsIfNeeded()
/external/webkit/Source/WebCore/page/animation/
DAnimationBase.cpp688 …perMaybeInvalidColor(CSSPropertyWebkitTextStrokeColor, &RenderStyle::textStrokeColor, &RenderStyle… in ensurePropertyMap()
/external/webkit/Source/WebCore/
DChangeLog-2010-05-241254 (WebCore::InheritedFlags::textStrokeColor):
DChangeLog-2006-12-312118 (WebCore::RenderStyle::textStrokeColor):