Home
last modified time | relevance | path

Searched refs:nActiveCharPos (Results 1 – 1 of 1) sorted by path

/trunk/main/vcl/source/gdi/
H A Dsallayout.cxx1872 int nActiveCharPos = nCharPos[0]; in AdjustLayout() local
1882 …int nLastRunEndChar = (vRtl[nActiveCharPos >= mnMinCharPos ? (nActiveCharPos - mnMinCharPos) : 0])? in AdjustLayout()
1890 if( nValid[n] && !maFallbackRuns[n].PosIsInAnyRun( nActiveCharPos ) ) in AdjustLayout()
1996 if (vRtl[nActiveCharPos - mnMinCharPos]) in AdjustLayout()
2020 … const bool bLTR = !(vRtl[nActiveCharPos - mnMinCharPos]);//(nActiveCharPos < nCharPos[0]); in AdjustLayout()
2025 nDXIndex = nActiveCharPos - mnMinCharPos - bLTR; in AdjustLayout()
2031 if (vRtl[nActiveCharPos - mnMinCharPos]) in AdjustLayout()
2048 …sible %d-%d,%d-%d adv%d(%d)\n", nLastRunEndChar, nRunVisibleEndChar, nActiveCharPos - bLTR, nCharP… in AdjustLayout()
2069 nActiveCharPos = nCharPos[0]; in AdjustLayout()
2079 if (nRunStart > nActiveCharPos) in AdjustLayout()
[all …]

Completed in 22 milliseconds