Searched defs:textStrokeWidth (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.h739 float textStrokeWidth() const { return rareInheritedData->textStrokeWidth; } function in class:blink::RenderStyle
1250 void setTextStrokeWidth(float w) { SET_VAR(rareInheritedData, textStrokeWidth, w); }
H A DStyleRareInheritedData.h82 float textStrokeWidth; member in class:blink::StyleRareInheritedData

Completed in 232 milliseconds