Searched defs:indents (Results 1 – 11 of 11) sorted by relevance
132 std::vector<float> indents = {1.2, 3.4}; variable
125 std::vector<float> indents = { 0.5, 1 }; variable
513 const float indents[] = {1.2, 3.4}; variable2450 const float indents[] = {1.2, 3.4}; variable2476 const float indents[] = {1.2, 3.4}; variable2502 const float indents[] = {1.2, 3.4}; variable2573 const float indents[] = {1.2, 3.4}; variable
444 std::vector<float> indents; in ApplyIndents() local
158 void ParagraphImpl::SetIndents(const std::vector<float>& indents) in SetIndents()
109 void Typography::SetIndents(const std::vector<float>& indents) in SetIndents()
714 std::vector<float> indents; in ApplyIndent() local
818 void TxtParagraph::SetIndents(const std::vector<float>& indents) in SetIndents()
249 std::vector<float> indents; in ApplyIndent() local
836 std::vector<float> indents; in MeasureTextSizeInner() local
1656 …g_TypographySetIndents(OH_Drawing_Typography* typography, int indentsNumber, const float indents[]) in OH_Drawing_TypographySetIndents()