Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DStyleRareInheritedData.h62 float textStrokeWidth; variable
DRenderStyle.h729 float textStrokeWidth() const { return rareInheritedData->textStrokeWidth; } in textStrokeWidth() function
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineTextBox.cpp542 float textStrokeWidth = styleToUse->textStrokeWidth(); in paint() local