Home
last modified time | relevance | path

Searched refs:iVisOffset (Results 1 – 1 of 1) sorted by relevance

/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfp_TextRun.cpp2210 UT_uint32 iVisOffset = iVisDirection == UT_BIDI_LTR ? getLength() - 1 : 0; in _drawLastChar()
2211 m_pRenderInfo->m_iOffset = iVisOffset; in _drawLastChar()
2251 UT_uint32 iVisOffset = iVisDirection == UT_BIDI_LTR ? 0 : getLength() - 1; in _drawFirstChar() local
2268 m_pRenderInfo->m_iOffset = iVisOffset; in _drawFirstChar()