Searched refs:textStrokeColor (Results 1 - 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/rendering/style/
H A DStyleRareInheritedData.cpp66 , textStrokeColor(o.textStrokeColor)
119 return textStrokeColor == o.textStrokeColor
H A DStyleRareInheritedData.h56 Color textStrokeColor; member in class:WebCore::StyleRareInheritedData
H A DRenderStyle.cpp561 || rareInheritedData->textStrokeColor != other->rareInheritedData->textStrokeColor
1143 result = textStrokeColor();
H A DRenderStyle.h1027 void setTextStrokeColor(const Color& c) { SET_VAR(rareInheritedData, textStrokeColor, c) }
1363 const Color& textStrokeColor() const { return rareInheritedData->textStrokeColor; } function in class:WebCore::RenderStyle
/external/webkit/Source/WebCore/rendering/
H A DRenderTreeAsText.cpp295 if (o.parent() && (o.parent()->style()->textStrokeColor() != o.style()->textStrokeColor()) &&
296 o.style()->textStrokeColor().isValid() && o.style()->textStrokeColor() != o.style()->color() &&
297 o.style()->textStrokeColor().rgb())
298 ts << " [textStrokeColor=" << o.style()->textStrokeColor().nameForRenderTreeAsText() << "]";
H A DInlineTextBox.cpp565 Color textStrokeColor; local
572 textStrokeColor = Color::black;
581 textStrokeColor = styleToUse->visitedDependentColor(CSSPropertyWebkitTextStrokeColor);
585 textStrokeColor = correctedTextColor(textStrokeColor, Color::white);
598 Color selectionStrokeColor = textStrokeColor;
679 updateGraphicsContext(context, textFillColor, textStrokeColor, textStrokeWidth, styleToUse->colorSpace());
687 updateGraphicsContext(context, emphasisMarkColor, textStrokeColor, textStrokeWidth, styleToUse->colorSpace());
717 updateGraphicsContext(context, selectionEmphasisMarkColor, textStrokeColor, textStrokeWidth, styleToUse->colorSpace());
737 updateGraphicsContext(context, textFillColor, textStrokeColor, textStrokeWidt
[all...]
/external/webkit/Source/WebCore/css/
H A DCSSStyleApplyProperty.cpp381 setPropertyValue(CSSPropertyWebkitTextStrokeColor, new ApplyPropertyColorBase(&RenderStyle::textStrokeColor, &RenderStyle::color, &RenderStyle::setTextStrokeColor));
H A DCSSComputedStyleDeclaration.cpp1370 return currentColorOrValidColor(style.get(), style->textStrokeColor());
/external/webkit/Source/WebCore/editing/
H A DEditingStyle.cpp333 if (!renderStyle->textStrokeColor().isValid())
/external/webkit/Source/WebCore/page/animation/
H A DAnimationBase.cpp688 gPropertyWrappers->append(new PropertyWrapperMaybeInvalidColor(CSSPropertyWebkitTextStrokeColor, &RenderStyle::textStrokeColor, &RenderStyle::setTextStrokeColor));

Completed in 467 milliseconds