Searched refs:indentValue (Results 1 – 2 of 2) sorted by relevance
697 auto indentValue = paragraphStyle.indent; in ApplyIndent() local700 if (GreatNotEqual(indentValue.Value(), 0.0)) { in ApplyIndent()704 if (indentValue.Unit() != DimensionUnit::PERCENT) { in ApplyIndent()705 value = indentValue.ConvertToPxDistribute( in ApplyIndent()708 value = static_cast<float>(width * indentValue.Value()); in ApplyIndent()
236 double indentValue = 0.0; in ApplyIndent() local242 fontScale, pipeline->GetLogicScale(), width, indentValue)) { in ApplyIndent()246 indentValue = width * textIndent_.Value(); in ApplyIndent()248 indent_ = static_cast<float>(indentValue); in ApplyIndent()