Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/style/
DStyleRareInheritedData.h56 Color textStrokeColor; variable
DRenderStyle.h1363 const Color& textStrokeColor() const { return rareInheritedData->textStrokeColor; } in textStrokeColor() function
/external/webkit/Source/WebCore/rendering/
DInlineTextBox.cpp565 Color textStrokeColor; in paint() local