Searched refs:textStrokeWidth (Results 1 – 8 of 8) sorted by relevance
58 , textStrokeWidth(RenderStyle::initialTextStrokeWidth()) in StyleRareInheritedData()106 , textStrokeWidth(o.textStrokeWidth) in StyleRareInheritedData()169 && textStrokeWidth == o.textStrokeWidth in operator ==()
82 float textStrokeWidth; variable
507 || rareInheritedData->textStrokeWidth != other.rareInheritedData->textStrokeWidth) in diffNeedsFullLayoutAndPaintInvalidation()1387 if (textStrokeWidth()) { in visitedDependentDecorationStyleColor()
739 float textStrokeWidth() const { return rareInheritedData->textStrokeWidth; } in textStrokeWidth() function1250 void setTextStrokeWidth(float w) { SET_VAR(rareInheritedData, textStrokeWidth, w); } in setTextStrokeWidth()
119 textStyle.strokeWidth = style->textStrokeWidth(); in textPaintingStyle()125 textStyle.strokeWidth = style->textStrokeWidth(); in textPaintingStyle()162 selectionStyle.strokeWidth = pseudoStyle->textStrokeWidth(); in selectionPaintingStyle()
247 …if (o.parent()->style()->textStrokeWidth() != o.style()->textStrokeWidth() && o.style()->textStrok… in writeRenderObject()248 ts << " [textStrokeWidth=" << o.style()->textStrokeWidth() << "]"; in writeRenderObject()
161 …hadow() || childStyle->textEmphasisMark() != TextEmphasisMarkNone || childStyle->textStrokeWidth()) in addToLine()876 int strokeOverflow = static_cast<int>(ceilf(style->textStrokeWidth() / 2.0f)); in addTextBoxVisualOverflow()
2239 return zoomAdjustedPixelValue(style->textStrokeWidth(), *style); in getPropertyCSSValue()