Searched refs:nOnePixel (Results 1 – 6 of 6) sorted by relevance
1266 long nOnePixel = GetDrawPixel( pDev, 1 ); in Draw() local1268 long nEditHeight = nTextHeight + 6*nOnePixel; in Draw()1308 aTextRect.Left() += 3*nOnePixel; in Draw()1309 aTextRect.Right() -= 3*nOnePixel; in Draw()1310 aTextRect.Top() += nEditHeight + nOnePixel; in Draw()
453 long nOnePixel = GetDrawPixel( pDev, 1 ); in Draw() local464 aTextRect.Left() += 3*nOnePixel; in Draw()465 aTextRect.Right() -= 3*nOnePixel; in Draw()472 long nOffX = 3*nOnePixel; in Draw()507 Point( aPos.X() + aSize.Width(), aPos.Y() + (n+1)*nTextHeight + 2*nOnePixel ) ) ); in Draw()
1947 long nOnePixel = GetDrawPixel( pDev, 1 ); in Draw() local1948 long nOffX = 3*nOnePixel; in Draw()
827 long nOnePixel = pOutWin->PixelToLogic( Size( 1, 0 ) ).Width(); in ShowCursor() local830 ( ( aEditCursor.Top() + nOnePixel >= GetVisDocTop() ) && in ShowCursor()831 ( aEditCursor.Bottom() - nOnePixel <= GetVisDocBottom() ) && in ShowCursor()832 ( aEditCursor.Left() + nOnePixel >= GetVisDocLeft() ) && in ShowCursor()833 ( aEditCursor.Right() - nOnePixel <= GetVisDocRight() ) ) ) in ShowCursor()
198 long nOnePixel = pOutDev->PixelToLogic( Size( 0, 1 ) ).Height(); in lcl_DrawRedLines() local199 long nCorrect = ( nStyle == WAVE_NORMAL ) ? 2*nOnePixel : nOnePixel; in lcl_DrawRedLines()
1445 long nOnePixel = GetDrawPixel( pDev, 1 ); in Draw() local1446 long nOffX = 3*nOnePixel; in Draw()1447 long nOffY = 2*nOnePixel; in Draw()
Completed in 77 milliseconds