Searched refs:textStrokeColor (Results 1 – 12 of 12) sorted by relevance
/external/webkit/Source/WebCore/rendering/style/ |
D | StyleRareInheritedData.cpp | 77 , textStrokeColor(o.textStrokeColor) in StyleRareInheritedData() 142 return textStrokeColor == o.textStrokeColor in operator ==()
|
D | StyleRareInheritedData.h | 56 Color textStrokeColor; variable
|
D | RenderStyle.cpp | 561 || rareInheritedData->textStrokeColor != other->rareInheritedData->textStrokeColor in diff() 1143 result = textStrokeColor(); in colorIncludingFallback()
|
D | RenderStyle.h | 1040 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/ |
D | RenderTreeAsText.cpp | 295 … 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()
|
D | InlineTextBox.cpp | 564 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/ |
D | CSSStyleApplyProperty.cpp | 381 …pertyWebkitTextStrokeColor, new ApplyPropertyColorBase(&RenderStyle::textStrokeColor, &RenderStyle… in CSSStyleApplyProperty()
|
D | CSSComputedStyleDeclaration.cpp | 1382 return currentColorOrValidColor(style.get(), style->textStrokeColor()); in getPropertyCSSValue()
|
/external/webkit/Source/WebCore/editing/ |
D | EditingStyle.cpp | 333 if (!renderStyle->textStrokeColor().isValid()) in removeTextFillAndStrokeColorsIfNeeded()
|
/external/webkit/Source/WebCore/page/animation/ |
D | AnimationBase.cpp | 688 …perMaybeInvalidColor(CSSPropertyWebkitTextStrokeColor, &RenderStyle::textStrokeColor, &RenderStyle… in ensurePropertyMap()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-05-24 | 1254 (WebCore::InheritedFlags::textStrokeColor):
|
D | ChangeLog-2006-12-31 | 2118 (WebCore::RenderStyle::textStrokeColor):
|