Home
last modified time | relevance | path

Searched refs:IntegerSize2D (Results 1 – 25 of 64) sorted by relevance

123

/trunk/main/sdext/source/presenter/
H A DPresenterUIPainter.cxx56 geometry::IntegerSize2D aLeftBitmapSize; in PaintHorizontalBitmapComposite()
59 geometry::IntegerSize2D aCenterBitmapSize; in PaintHorizontalBitmapComposite()
62 geometry::IntegerSize2D aRightBitmapSize; in PaintHorizontalBitmapComposite()
161 geometry::IntegerSize2D aTopBitmapSize; in PaintVerticalBitmapComposite()
164 geometry::IntegerSize2D aCenterBitmapSize; in PaintVerticalBitmapComposite()
167 geometry::IntegerSize2D aBottomBitmapSize; in PaintVerticalBitmapComposite()
H A DPresenterButton.hxx81 css::geometry::IntegerSize2D GetSize (void);
143 css::geometry::IntegerSize2D maButtonSize;
159 const css::geometry::IntegerSize2D& rSize,
165 css::geometry::IntegerSize2D CalculateButtonSize (void);
H A DPresenterButton.cxx254 css::geometry::IntegerSize2D PresenterButton::GetSize (void) in GetSize()
437 css::geometry::IntegerSize2D PresenterButton::CalculateButtonSize (void) in CalculateButtonSize()
442 return geometry::IntegerSize2D(-1,-1); in CalculateButtonSize()
446 return geometry::IntegerSize2D ( in CalculateButtonSize()
456 const geometry::IntegerSize2D& rSize, in RenderButton()
H A DPresenterSlideSorter.cxx126 css::geometry::IntegerSize2D maPreviewSize;
200 geometry::IntegerSize2D CalculateLabelSize (
205 const geometry::IntegerSize2D& rSize) const;
1019 geometry::IntegerSize2D aSize (mpLayout->maPreviewSize); in PaintPreview()
1364 maPreviewSize = geometry::IntegerSize2D(floor(nPreviewWidth), floor(nPreviewHeight)); in Update()
1777 geometry::IntegerSize2D aSize (mxBitmap->getSize()); in Paint()
1867 geometry::IntegerSize2D aLabelSize (CalculateLabelSize(sText)); in CreateBitmap()
1981 geometry::IntegerSize2D PresenterSlideSorter::MouseOverManager::CalculateLabelSize ( in CalculateLabelSize()
1999 return geometry::IntegerSize2D(nWidth, nHeight); in CalculateLabelSize()
2007 const geometry::IntegerSize2D& rSize) const in PaintButtonBackground()
[all …]
H A DPresenterScrollBar.cxx662 const geometry::IntegerSize2D aBitmapSize (xBitmap->getSize()); in PaintBitmap()
735 const geometry::IntegerSize2D aBitmapSize (xBitmap->getSize()); in UpdateWidthOrHeight()
885 geometry::IntegerSize2D aSize (xBitmap->getSize()); in UpdateBorders()
896 geometry::IntegerSize2D aSize (xBitmap->getSize()); in UpdateBorders()
1108 geometry::IntegerSize2D aSize (xBitmap->getSize()); in UpdateBorders()
1119 geometry::IntegerSize2D aSize (xBitmap->getSize()); in UpdateBorders()
/trunk/main/canvas/source/directx/
H A Ddx_spritedevicehelper.hxx61 const ::com::sun::star::geometry::IntegerSize2D& size );
64 const ::com::sun::star::geometry::IntegerSize2D& size );
67 const ::com::sun::star::geometry::IntegerSize2D& size );
70 const ::com::sun::star::geometry::IntegerSize2D& size );
H A Ddx_devicehelper.hxx74 const ::com::sun::star::geometry::IntegerSize2D& size );
77 const ::com::sun::star::geometry::IntegerSize2D& size );
80 const ::com::sun::star::geometry::IntegerSize2D& size );
83 const ::com::sun::star::geometry::IntegerSize2D& size );
H A Ddx_devicehelper.cxx140 const geometry::IntegerSize2D& size ) in createCompatibleBitmap()
156 const geometry::IntegerSize2D& /*size*/ ) in createVolatileBitmap() argument
163 const geometry::IntegerSize2D& size ) in createCompatibleAlphaBitmap()
179 const geometry::IntegerSize2D& /*size*/ ) in createVolatileAlphaBitmap() argument
H A Ddx_spritedevicehelper.cxx128 const geometry::IntegerSize2D& size ) in createCompatibleBitmap()
146 const geometry::IntegerSize2D& /*size*/ ) in createVolatileBitmap() argument
153 const geometry::IntegerSize2D& size ) in createCompatibleAlphaBitmap()
171 const geometry::IntegerSize2D& /*size*/ ) in createVolatileAlphaBitmap() argument
H A Ddx_bitmapcanvashelper.cxx150 geometry::IntegerSize2D BitmapCanvasHelper::getSize() in getSize()
153 return geometry::IntegerSize2D(1, 1); in getSize()
/trunk/main/canvas/source/vcl/
H A Ddevicehelper.hxx67 const ::com::sun::star::geometry::IntegerSize2D& size );
70 const ::com::sun::star::geometry::IntegerSize2D& size );
73 const ::com::sun::star::geometry::IntegerSize2D& size );
76 const ::com::sun::star::geometry::IntegerSize2D& size );
H A Ddevicehelper.cxx117 const geometry::IntegerSize2D& size ) in createCompatibleBitmap()
131 const geometry::IntegerSize2D& ) in createVolatileBitmap() argument
138 const geometry::IntegerSize2D& size ) in createCompatibleAlphaBitmap()
152 const geometry::IntegerSize2D& ) in createVolatileAlphaBitmap() argument
/trunk/main/basegfx/inc/basegfx/tools/
H A Dcanvastools.hxx42 struct IntegerSize2D;
159 …BASEGFX_DLLPUBLIC ::com::sun::star::geometry::IntegerSize2D integerSize2DFromB2ISize( const ::b…
163 …:basegfx::B2IVector b2ISizeFromIntegerSize2D( const ::com::sun::star::geometry::IntegerSize2D& );
184 …reEqual( const ::com::sun::star::geometry::IntegerSize2D& rA, const ::com::sun::star::geometry::In…
/trunk/main/canvas/source/null/
H A Dnull_devicehelper.cxx110 const geometry::IntegerSize2D& size ) in createCompatibleBitmap()
125 const geometry::IntegerSize2D& /*size*/ ) in createVolatileBitmap() argument
132 const geometry::IntegerSize2D& size ) in createCompatibleAlphaBitmap()
147 const geometry::IntegerSize2D& /*size*/ ) in createVolatileAlphaBitmap() argument
H A Dnull_devicehelper.hxx64 const ::com::sun::star::geometry::IntegerSize2D& size );
67 const ::com::sun::star::geometry::IntegerSize2D& size );
70 const ::com::sun::star::geometry::IntegerSize2D& size );
73 const ::com::sun::star::geometry::IntegerSize2D& size );
/trunk/main/canvas/source/cairo/
H A Dcairo_devicehelper.hxx80 const ::com::sun::star::geometry::IntegerSize2D& size );
83 const ::com::sun::star::geometry::IntegerSize2D& size );
86 const ::com::sun::star::geometry::IntegerSize2D& size );
89 const ::com::sun::star::geometry::IntegerSize2D& size );
H A Dcairo_devicehelper.cxx159 const geometry::IntegerSize2D& size ) in createCompatibleBitmap()
175 const geometry::IntegerSize2D& /*size*/ ) in createVolatileBitmap() argument
182 const geometry::IntegerSize2D& size ) in createCompatibleAlphaBitmap()
198 const geometry::IntegerSize2D& /*size*/ ) in createVolatileAlphaBitmap() argument
H A Dcairo_canvashelper.cxx764 geometry::IntegerSize2D aSize = aTexture.Bitmap->getSize(); in doOperation()
1296 const geometry::IntegerSize2D& rSize, in implDrawBitmapSurface()
1302 geometry::IntegerSize2D aBitmapSize = rSize; in implDrawBitmapSurface()
1423 geometry::IntegerSize2D aSize = xBitmap->getSize(); in drawBitmap()
1454 geometry::IntegerSize2D aSize = xBitmap->getSize(); in drawBitmapModulated()
1488 geometry::IntegerSize2D CanvasHelper::getSize() in getSize()
1491 geometry::IntegerSize2D(1, 1); // we're disposed in getSize()
1939 const geometry::IntegerSize2D aSize(getSize()); in getMemoryLayout()
/trunk/main/offapi/com/sun/star/rendering/
H A DXGraphicDevice.idl33 #include <com/sun/star/geometry/IntegerSize2D.idl>
150 …map createCompatibleBitmap( [in] ::com::sun::star::geometry::IntegerSize2D size )
170 …eBitmap createVolatileBitmap( [in] ::com::sun::star::geometry::IntegerSize2D size )
182 … createCompatibleAlphaBitmap( [in] ::com::sun::star::geometry::IntegerSize2D size )
203 …ap createVolatileAlphaBitmap( [in] ::com::sun::star::geometry::IntegerSize2D size )
/trunk/main/basegfx/source/tools/
H A Dcanvastools.cxx512 geometry::IntegerSize2D integerSize2DFromB2ISize( const ::basegfx::B2IVector& rSize ) in integerSize2DFromB2ISize()
514 return geometry::IntegerSize2D( rSize.getX(), in integerSize2DFromB2ISize()
530 ::basegfx::B2IVector b2ISizeFromIntegerSize2D( const geometry::IntegerSize2D& rSize ) in b2ISizeFromIntegerSize2D()
639 …reEqual( const ::com::sun::star::geometry::IntegerSize2D& rA, const ::com::sun::star::geometry::In… in IntegerSize2DAreEqual()
/trunk/main/canvas/inc/canvas/base/
H A Dgraphicdevicebase.hxx196 … > SAL_CALL createCompatibleBitmap( const ::com::sun::star::geometry::IntegerSize2D& size ) throw … in createCompatibleBitmap()
208 …ap > SAL_CALL createVolatileBitmap( const ::com::sun::star::geometry::IntegerSize2D& size ) throw … in createVolatileBitmap()
220 …L_CALL createCompatibleAlphaBitmap( const ::com::sun::star::geometry::IntegerSize2D& size ) throw … in createCompatibleAlphaBitmap()
232 …SAL_CALL createVolatileAlphaBitmap( const ::com::sun::star::geometry::IntegerSize2D& size ) throw … in createVolatileAlphaBitmap()
/trunk/main/canvas/inc/canvas/
H A Dverifyinput.hxx48 struct IntegerSize2D;
678 const ::com::sun::star::geometry::IntegerSize2D& size );
690 const ::com::sun::star::geometry::IntegerSize2D& size );
698 …CANVASTOOLS_DLLPUBLIC void verifyBitmapSize( const ::com::sun::star::geometry::IntegerSize2D& size,
/trunk/main/vcl/inc/vcl/
H A Dcanvastools.hxx61 struct IntegerSize2D;
221 … ::com::sun::star::geometry::IntegerSize2D VCL_DLLPUBLIC integerSize2DFromSize( const Size& );
225 … VCL_DLLPUBLIC sizeFromIntegerSize2D( const ::com::sun::star::geometry::IntegerSize2D& );
/trunk/main/vcl/test/
H A Dcanvasbitmaptest.cxx466 geometry::IntegerSize2D maSize;
473 …virtual geometry::IntegerSize2D SAL_CALL getSize() throw (uno::RuntimeException) { return maSize; } in getSize()
826 TestBitmap( const geometry::IntegerSize2D& rSize, bool bPalette ) : in TestBitmap()
956 new TestBitmap( geometry::IntegerSize2D(10,10), true )); in Paint()
981 xTestBmp.set( new TestBitmap( geometry::IntegerSize2D(10,10), false )); in Paint()
/trunk/main/slideshow/source/engine/
H A Dwaitsymbol.cxx113 const geometry::IntegerSize2D realSize( xBitmap->getSize() ); in calcSpritePos()
126 const geometry::IntegerSize2D spriteSize( mxBitmap->getSize() ); in viewAdded()

Completed in 116 milliseconds

123