Searched refs:nPixelWidth (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/vcl/aqua/source/gdi/ |
H A D | ctlayout.cxx | 160 int nPixelWidth = rArgs.mnLayoutWidth; in AdjustLayout() local 165 nPixelWidth = rArgs.mpDXArray[ mnCharCount-1 ]; in AdjustLayout() 167 else if( !nPixelWidth ) // short-circuit if there is nothing to adjust in AdjustLayout() 173 mfCachedWidth = nPixelWidth / mfFontScale; in AdjustLayout() 178 if( nPixelWidth <= 0 ) in AdjustLayout() 184 if( (nOrigWidth >= nPixelWidth-1) && (nOrigWidth <= nPixelWidth+1) ) in AdjustLayout() 193 const int nFullPixWidth = nPixelWidth; in AdjustLayout() 195 nTrailingSpaceWidth = nFullPixWidth - nPixelWidth; in AdjustLayout() 201 nPixelWidth -= nTrailingSpaceWidth; in AdjustLayout() 203 if( nPixelWidth <= 0 ) in AdjustLayout() [all …]
|
H A D | atslayout.cxx | 286 int nPixelWidth = rArgs.mnLayoutWidth; in AdjustLayout() local 287 if( !nPixelWidth && rArgs.mpDXArray ) { in AdjustLayout() 290 nPixelWidth = rArgs.mpDXArray[ mnCharCount - 1 ]; in AdjustLayout() 305 nPixelWidth -= mnTrailingSpaceWidth; in AdjustLayout() 312 if( !nPixelWidth ) in AdjustLayout() 318 if( (nOrigWidth >= nPixelWidth-1) && (nOrigWidth <= nPixelWidth+1) ) in AdjustLayout() 328 Fixed nFixedWidth = Vcl2Fixed( nPixelWidth ); in AdjustLayout() 734 const long nPixelWidth = (nMaxWidth - (nCharExtra * mnCharCount)) / nFactor; in GetTextBreak() local 735 if( nPixelWidth <= 0 ) in GetTextBreak() 743 const ATSUTextMeasurement nATSUMaxWidth = Vcl2Fixed( nPixelWidth ); in GetTextBreak()
|
/aoo42x/main/vcl/source/gdi/ |
H A D | graph.cxx | 61 sal_uInt16 nPixelWidth = nPixel; in ImplDrawDefault() local 62 Point aPoint( rDestPt.X() + nPixelWidth, rDestPt.Y() + nPixelWidth ); in ImplDrawDefault() 63 …Size aSize( rDestSize.Width() - ( nPixelWidth << 1 ), rDestSize.Height() - ( nPixelWidth <<… in ImplDrawDefault() 91 aPoint.X() += nPixelWidth + 2*nPixel; in ImplDrawDefault() 92 aPoint.Y() += nPixelWidth + 2*nPixel; in ImplDrawDefault() 93 aSize.Width() -= 2*nPixelWidth + 4*nPixel; in ImplDrawDefault() 94 aSize.Height() -= 2*nPixelWidth + 4*nPixel; in ImplDrawDefault()
|
H A D | outdev3.cxx | 5857 long nPixelWidth, const sal_Int32* pDXArray ) const in ImplPrepareLayoutArgs() argument 5959 aLayoutArgs.SetLayoutWidth( nPixelWidth ); in ImplPrepareLayoutArgs() 6029 long nPixelWidth = nLogicalWidth; in ImplLayout() local 6031 nPixelWidth = ImplLogicWidthToDevicePixel( nLogicalWidth ); in ImplLayout() 6044 …ImplLayoutArgs aLayoutArgs = ImplPrepareLayoutArgs( aStr, nMinIndex, nLen, nPixelWidth, pDXArray ); in ImplLayout() 6079 else if( nPixelWidth ) in ImplLayout() 6080 nRTLOffset = nPixelWidth; in ImplLayout()
|
/aoo42x/main/svtools/source/graphic/ |
H A D | provider.cxx | 549 void ImplApplyBitmapScaling( ::Graphic& rGraphic, sal_Int32 nPixelWidth, sal_Int32 nPixelHeight ) in ImplApplyBitmapScaling() argument 551 if ( nPixelWidth && nPixelHeight ) in ImplApplyBitmapScaling() 556 aBmpEx.Scale( Size( nPixelWidth, nPixelHeight ) ); in ImplApplyBitmapScaling() 603 sal_Int32 nPixelWidth = 0; in ImplApplyFilterData() local 616 aValue >>= nPixelWidth; in ImplApplyFilterData() 646 ImplApplyBitmapScaling( rGraphic, nPixelWidth, nPixelHeight ); in ImplApplyFilterData()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | output2.cxx | 2070 long nPixelWidth = bPixelToLogic ? in ShrinkEditEngine() local 2072 rNeededPixel = nPixelWidth + nLeftM + nRightM; in ShrinkEditEngine() 3409 long nPixelWidth = bPixelToLogic ? in DrawRotated() local 3411 long nNeededPixel = nPixelWidth + nLeftM + nRightM; in DrawRotated()
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | outdev.hxx | 409 long nPixelWidth,
|
Completed in 93 milliseconds