Home
last modified time | relevance | path

Searched refs:ImplLogicWidthToDevicePixel (Results 1 – 9 of 9) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx5475 nWidth = ImplLogicWidthToDevicePixel( nWidth ); in DrawTextLine()
6031 nPixelWidth = ImplLogicWidthToDevicePixel( nLogicalWidth ); in ImplLayout()
6037 int nPixelXOfs = ImplLogicWidthToDevicePixel( rLogicalPos.X() ); in ImplLayout()
6039 … pTempDXAry[i] = ImplLogicWidthToDevicePixel( rLogicalPos.X() + pDXArray[i] ) - nPixelXOfs; in ImplLayout()
6263 long nTextPixelWidth = ImplLogicWidthToDevicePixel( nTextWidth ); in GetTextBreak()
6268 nExtraPixelWidth = ImplLogicWidthToDevicePixel( nCharExtra ); in GetTextBreak()
6302 long nTextPixelWidth = ImplLogicWidthToDevicePixel( nTextWidth ); in GetTextBreak()
6307 nExtraPixelWidth = ImplLogicWidthToDevicePixel( nCharExtra ); in GetTextBreak()
6504 … nMnemonicWidth = rTargetDevice.ImplLogicWidthToDevicePixel( ::abs((int)(lc_x1 - lc_x2)) ); in ImplDrawText()
6574 … nMnemonicWidth = rTargetDevice.ImplLogicWidthToDevicePixel( ::abs((int)(lc_x1 - lc_x2)) ); in ImplDrawText()
[all …]
H A Doutdev2.cxx261 aPosAry.mnSrcWidth = ImplLogicWidthToDevicePixel( rSrcSize.Width() ); in DrawOutDev()
263 aPosAry.mnDestWidth = ImplLogicWidthToDevicePixel( rDestSize.Width() ); in DrawOutDev()
336 aPosAry.mnSrcWidth = rOutDev.ImplLogicWidthToDevicePixel( rSrcSize.Width() ); in DrawOutDev()
340 aPosAry.mnDestWidth = ImplLogicWidthToDevicePixel( rDestSize.Width() ); in DrawOutDev()
396 aPosAry.mnSrcWidth = ImplLogicWidthToDevicePixel( rSrcSize.Width() ); in CopyArea()
646 aPosAry.mnDestWidth = ImplLogicWidthToDevicePixel( rDestSize.Width() ); in ImplDrawBitmap()
1155 aPosAry.mnDestWidth = ImplLogicWidthToDevicePixel( rDestSize.Width() ); in ImplDrawBitmapEx()
1424 aPosAry.mnDestWidth = ImplLogicWidthToDevicePixel( rDestSize.Width() ); in ImplDrawMask()
1532 long nWidth = ImplLogicWidthToDevicePixel( rSize.Width() ); in GetBitmap()
H A Doutdev5.cxx64 nHorzRound = ImplLogicWidthToDevicePixel( nHorzRound ); in DBG_NAMEEX()
H A Doutmap.cxx543 long OutputDevice::ImplLogicWidthToDevicePixel( long nWidth ) const in ImplLogicWidthToDevicePixel() function in OutputDevice
749 aInfo.SetDotLen( Max( ImplLogicWidthToDevicePixel( aInfo.GetDotLen() ), 1L ) ); in ImplLogicToDevicePixel()
754 aInfo.SetDashLen( Max( ImplLogicWidthToDevicePixel( aInfo.GetDashLen() ), 1L ) ); in ImplLogicToDevicePixel()
758 aInfo.SetDistance( ImplLogicWidthToDevicePixel( aInfo.GetDistance() ) ); in ImplLogicToDevicePixel()
764 aInfo.SetWidth( ImplLogicWidthToDevicePixel( aInfo.GetWidth() ) ); in ImplLogicToDevicePixel()
H A Doutdev.cxx1149 maRegion.Move( ImplLogicWidthToDevicePixel( nHorzMove ), in MoveClipRegion()
H A Doutdev4.cxx1106 aHatch.SetDistance( ImplLogicWidthToDevicePixel( aHatch.GetDistance() ) ); in DrawHatch()
1175 …const long nWidth = ImplDevicePixelToLogicWidth( Max( ImplLogicWidthToDevicePixel( rHatch.GetDista… in ImplDrawHatch()
/trunk/main/vcl/source/window/
H A Dwindow.cxx2925 nHorzScroll = ImplLogicWidthToDevicePixel( nHorzScroll ); in ImplScroll()
H A Dwinproc.cxx1410 rInputWidth = pChild->ImplLogicWidthToDevicePixel( pChild->GetCursorExtTextInputWidth() ); in ImplHandleExtTextInputPos()
/trunk/main/vcl/inc/vcl/
H A Doutdev.hxx451 SAL_DLLPRIVATE long ImplLogicWidthToDevicePixel( long nWidth ) const;

Completed in 123 milliseconds