Home
last modified time | relevance | path

Searched refs:nPixelWidth (Results 1 – 7 of 7) sorted by relevance

/aoo4110/main/vcl/aqua/source/gdi/
H A Dctlayout.cxx160 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 Datslayout.cxx286 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()
/aoo4110/main/vcl/source/gdi/
H A Dgraph.cxx61 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 Doutdev3.cxx5857 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()
/aoo4110/main/svtools/source/graphic/
H A Dprovider.cxx549 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()
/aoo4110/main/sc/source/ui/view/
H A Doutput2.cxx2070 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()
/aoo4110/main/vcl/inc/vcl/
H A Doutdev.hxx409 long nPixelWidth,

Completed in 216 milliseconds