Searched refs:textIndent_ (Results 1 – 4 of 4) sorted by relevance
42 …textIndent_ == rhs.textIndent_ && verticalAlign_ == rhs.verticalAlign_ && wordSpacing_ == rhs.word… in operator ==()95 JSON_STRING_PUT_STRINGABLE(jsonValue, textIndent_); in ToString()
422 return textIndent_; in GetTextIndent()427 textIndent_ = textIndent; in SetTextIndent()783 Dimension textIndent_ { 0.0f, DimensionUnit::PX };
82 textIndent_ = textStyle.GetTextIndent(); in ConstructTextStyles()222 if (LessOrEqual(textIndent_.Value(), 0.0)) { in ApplyIndent()237 if (textIndent_.Unit() != DimensionUnit::PERCENT) { in ApplyIndent()241 if (!textIndent_.NormalizeToPx(pipeline->GetDipScale(), in ApplyIndent()246 indentValue = width * textIndent_.Value(); in ApplyIndent()
161 Dimension textIndent_ = 0.0_px; variable