Lines Matching refs:nPorHeight
470 KSHORT nPorHeight = nTmpHeight; in GetEndCharRect() local
481 nPorHeight = pPor->Height(); in GetEndCharRect()
501 ASSERT( nPorHeight, "GetCharRect: Missing Portion-Height" ); in GetEndCharRect()
502 pCMS->aRealHeight.Y() = nPorHeight; in GetEndCharRect()
551 KSHORT nPorHeight = nTmpHeight; in _GetCharRect() local
631 nPorHeight = pPor->Height(); in _GetCharRect()
640 nPorHeight = pPor->Height(); in _GetCharRect()
984 nPorHeight = pTmp->Height(); in _GetCharRect()
1034 nPorHeight = pPor->Height(); in _GetCharRect()
1053 nPorHeight = pPor->Height(); in _GetCharRect()
1070 nPorHeight = nPorAscent; in _GetCharRect()
1071 pOrig->Height( nPorHeight + in _GetCharRect()
1085 nPorHeight = pPor->Height(); in _GetCharRect()
1179 nTmpAscent = AdjustBaseLine( *pCurr, 0, nPorHeight, nPorAscent ); in _GetCharRect()
1184 ASSERT( nPorHeight, "GetCharRect: Missing Portion-Height" ); in _GetCharRect()
1185 if ( nTmpHeight > nPorHeight ) in _GetCharRect()
1186 pCMS->aRealHeight.Y() = nPorHeight; in _GetCharRect()