Searched refs:nActiveCharPos (Results 1 – 1 of 1) sorted by relevance
| /AOO42X/main/vcl/source/gdi/ |
| H A D | sallayout.cxx | 1872 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() 2038 …e %d-%d,%d-%d adv%d(%d)\n", nLastRunEndChar-1, nRunVisibleEndChar-1, nActiveCharPos - bLTR, nCharP… 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() [all …]
|