Lines Matching refs:aRealHeight
498 pCMS->aRealHeight.X() = nTmpAscent - nPorAscent; in GetEndCharRect()
500 pCMS->aRealHeight.X() = 0; in GetEndCharRect()
502 pCMS->aRealHeight.Y() = nPorHeight; in GetEndCharRect()
545 pCMS->aRealHeight.X() = 0; in _GetCharRect()
546 pCMS->aRealHeight.Y() = nTmpHeight; in _GetCharRect()
877 pCMS->aRealHeight.Y() = -pCMS->aRealHeight.Y(); in _GetCharRect()
887 pCMS->aRealHeight.X() = in _GetCharRect()
889 pCMS->aRealHeight.Y() ) / 2; in _GetCharRect()
891 pCMS->aRealHeight.X() = in _GetCharRect()
893 pCMS->aRealHeight.X() + in _GetCharRect()
894 pCMS->aRealHeight.Y() ); in _GetCharRect()
1181 pCMS->aRealHeight.X() = nTmpAscent - nPorAscent; in _GetCharRect()
1183 pCMS->aRealHeight.X() = 0; in _GetCharRect()
1186 pCMS->aRealHeight.Y() = nPorHeight; in _GetCharRect()
1188 pCMS->aRealHeight.Y() = nTmpHeight; in _GetCharRect()
1255 if ( pCMS && pCMS->bRealHeight && pCMS->aRealHeight.Y() >= 0 ) in GetCharRect()
1257 long nTmp = pCMS->aRealHeight.X() + pOrig->Top(); in GetCharRect()
1260 pCMS->aRealHeight.X() = nMax - pOrig->Top(); in GetCharRect()
1261 pCMS->aRealHeight.Y() = 0; in GetCharRect()
1263 else if( nTmp + pCMS->aRealHeight.Y() > nMax ) in GetCharRect()
1264 pCMS->aRealHeight.Y() = nMax - nTmp; in GetCharRect()