Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/style/
DStyleRareInheritedData.h57 float textStrokeWidth; variable
DRenderStyle.h661 float textStrokeWidth() const { return rareInheritedData->textStrokeWidth; } in textStrokeWidth() function
/external/webkit/Source/WebCore/rendering/
DInlineTextBox.cpp567 float textStrokeWidth = styleToUse->textStrokeWidth(); in paint() local