Home
last modified time | relevance | path

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

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