Searched refs:ImplLogicWidthToDevicePixel (Results 1 – 9 of 9) sorted by relevance
261 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()
5475 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 …]
543 long OutputDevice::ImplLogicWidthToDevicePixel( long nWidth ) const in ImplLogicWidthToDevicePixel() function in OutputDevice749 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()
64 nHorzRound = ImplLogicWidthToDevicePixel( nHorzRound ); in DBG_NAMEEX()
1106 aHatch.SetDistance( ImplLogicWidthToDevicePixel( aHatch.GetDistance() ) ); in DrawHatch()1175 …const long nWidth = ImplDevicePixelToLogicWidth( Max( ImplLogicWidthToDevicePixel( rHatch.GetDista… in ImplDrawHatch()
1149 maRegion.Move( ImplLogicWidthToDevicePixel( nHorzMove ), in MoveClipRegion()
451 SAL_DLLPRIVATE long ImplLogicWidthToDevicePixel( long nWidth ) const;
1410 rInputWidth = pChild->ImplLogicWidthToDevicePixel( pChild->GetCursorExtTextInputWidth() ); in ImplHandleExtTextInputPos()
2925 nHorzScroll = ImplLogicWidthToDevicePixel( nHorzScroll ); in ImplScroll()
Completed in 192 milliseconds