Searched refs:nMinXOffset (Results 1 – 1 of 1) sorted by relevance
1256 long nMinXOffset = nOutWidth - nTextWidth - 1 - ImplGetExtraOffset(); in ImplAlign() local1263 mnXOffset = nMinXOffset; in ImplAlign()1268 mnXOffset = nMinXOffset; in ImplAlign()1269 else if ( mnXOffset < nMinXOffset ) in ImplAlign()1270 mnXOffset = nMinXOffset; in ImplAlign()
Completed in 14 milliseconds