Searched defs:textStrokeColor (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/rendering/style/
H A DStyleRareInheritedData.h56 Color textStrokeColor; member in class:WebCore::StyleRareInheritedData
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 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...]

Completed in 85 milliseconds