Home | History | Annotate | Download | only in reflow

Lines Matching refs:m_StartIndent

34     m_StartIndent = 0;
537 m_StartIndent = ConverWidth(currStartIndent);
540 reflowWidth -= m_StartIndent;
554 m_StartIndent = 0;
900 FX_FLOAT x = m_StartIndent + dx * (m_TextAlign == LayoutJustify ? i + 1 : 1);