Home
last modified time | relevance | path

Searched refs:B2IVector (Results 1 – 25 of 44) sorted by relevance

12

/trunk/main/basegfx/source/vector/
H A Db2ivector.cxx32 B2IVector& B2IVector::operator=( const ::basegfx::B2ITuple& rVec ) in operator =()
45 double B2IVector::scalar( const B2IVector& rVec ) const in scalar()
50 double B2IVector::cross( const B2IVector& rVec ) const in cross()
55 double B2IVector::angle( const B2IVector& rVec ) const in angle()
61 const B2IVector& B2IVector::getEmptyVector() in getEmptyVector()
66 B2IVector& B2IVector::operator*=( const B2DHomMatrix& rMat ) in operator *=()
76 B2IVector& B2IVector::setLength(double fLen) in setLength()
96 bool areParallel( const B2IVector& rVecA, const B2IVector& rVecB ) in areParallel()
119 B2IVector getPerpendicular( const B2IVector& rNormalizedVec ) in getPerpendicular()
125 B2IVector operator*( const B2DHomMatrix& rMat, const B2IVector& rVec ) in operator *()
[all …]
/trunk/main/basegfx/inc/basegfx/vector/
H A Db2ivector.hxx51 B2IVector() in B2IVector() function in basegfx::B2IVector
65 B2IVector(sal_Int32 nX, sal_Int32 nY) in B2IVector() function in basegfx::B2IVector
74 B2IVector(const B2IVector& rVec) in B2IVector() function in basegfx::B2IVector
85 ~B2IVector() in ~B2IVector()
90 B2IVector& operator*=( const B2IVector& rPnt ) in operator *=()
99 B2IVector& operator*=(sal_Int32 t) in operator *=()
122 B2IVector& setLength(double fLen);
185 …BASEGFX_DLLPUBLIC B2VectorOrientation getOrientation( const B2IVector& rVecA, const B2IVector& rVe…
195 BASEGFX_DLLPUBLIC B2IVector getPerpendicular( const B2IVector& rVec );
209 BASEGFX_DLLPUBLIC bool areParallel( const B2IVector& rVecA, const B2IVector& rVecB );
[all …]
/trunk/main/canvas/source/directx/
H A Ddx_9rm.cxx160 virtual ::basegfx::B2IVector getSize();
178 ::basegfx::B2IVector maSize;
197 createSystemMemorySurface( const ::basegfx::B2IVector& rSize );
206 virtual ::basegfx::B2IVector getPageSize();
238 ::basegfx::B2IVector maSize;
246 ::basegfx::B2IVector maPageSize;
558 ::basegfx::B2IVector DXSurface::getSize() in getSize()
604 ::basegfx::B2IVector aPageSize(maPageSize); in DXRenderModule()
1069 ::basegfx::B2IVector DXRenderModule::getPageSize() in getPageSize()
1088 const ::basegfx::B2IVector& rPageSize( getPageSize() ); in createSurface()
[all …]
H A Ddx_5rm.cxx523 virtual ::basegfx::B2IVector getSize();
542 ::basegfx::B2IVector maSize;
559 createSystemMemorySurface( const ::basegfx::B2IVector& rSize );
568 virtual ::basegfx::B2IVector getPageSize();
645 ::basegfx::B2IVector maSize;
674 ::basegfx::B2IVector maPageSize;
1019 ::basegfx::B2IVector DXSurface::getSize() in getSize()
1064 ::basegfx::B2IVector aPageSize( in DXRenderModule()
2088 ::basegfx::B2IVector DXRenderModule::getPageSize() in getPageSize()
2095 …::canvas::ISurfaceSharedPtr DXRenderModule::createSurface( const ::basegfx::B2IVector& surfaceSize… in createSurface()
[all …]
H A Ddx_surfacebitmap.hxx39 DXSurfaceBitmap( const ::basegfx::B2IVector& rSize,
44 bool resize( const ::basegfx::B2IVector& rSize );
50 virtual ::basegfx::B2IVector getSize() const;
99 ::basegfx::B2IVector maSize;
H A Ddx_surfacebitmap.cxx60 const ::basegfx::B2IVector& rSize ) : in DXColorBuffer()
79 ::basegfx::B2IVector maSize;
146 const ::basegfx::B2IVector& rSize ) : in GDIColorBuffer()
165 ::basegfx::B2IVector maSize;
220 DXSurfaceBitmap::DXSurfaceBitmap( const ::basegfx::B2IVector& rSize, in DXSurfaceBitmap()
243 ::basegfx::B2IVector DXSurfaceBitmap::getSize() const in getSize()
290 bool DXSurfaceBitmap::resize( const ::basegfx::B2IVector& rSize ) in resize()
H A Ddx_bitmap.hxx45 DXBitmap( const ::basegfx::B2IVector& rSize,
51 virtual ::basegfx::B2IVector getSize() const;
77 ::basegfx::B2IVector maSize;
H A Ddx_config.hxx31 namespace basegfx { class B2IVector; }
72 void adaptMaxTextureSize( basegfx::B2IVector& io_maxTextureSize ) const;
H A Ddx_bitmap.cxx63 DXBitmap::DXBitmap( const ::basegfx::B2IVector& rSize, in DXBitmap()
102 ::basegfx::B2IVector DXBitmap::getSize() const in getSize()
/trunk/main/basebmp/source/
H A Dbitmapdevice.cxx1055 basegfx::B2IVector BitmapDevice::getSize() const in getSize()
1058 return basegfx::B2IVector( in getSize()
1282 const ::basegfx::B2IVector aUpperLeftOffset( in clipAreaImpl()
1284 const ::basegfx::B2IVector aLowerRightOffset( in clipAreaImpl()
1298 const ::basegfx::B2IVector aDestUpperLeftOffset( in clipAreaImpl()
1300 const ::basegfx::B2IVector aDestLowerRightOffset( in clipAreaImpl()
1337 const ::basegfx::B2IVector aUpperLeftOffset( in clipAreaImpl()
1339 const ::basegfx::B2IVector aLowerRightOffset( in clipAreaImpl()
1355 const ::basegfx::B2IVector aDestUpperLeftOffset( in clipAreaImpl()
1357 const ::basegfx::B2IVector aDestLowerRightOffset( in clipAreaImpl()
[all …]
/trunk/main/basebmp/inc/basebmp/
H A Dbitmapdevice.hxx48 class B2IVector;
83 basegfx::B2IVector getSize() const;
644 BASEBMP_DLLPUBLIC BitmapDeviceSharedPtr createBitmapDevice( const basegfx::B2IVector& rSize,
655 BASEBMP_DLLPUBLIC BitmapDeviceSharedPtr createBitmapDevice( const basegfx::B2IVector& rSize,
666 BASEBMP_DLLPUBLIC BitmapDeviceSharedPtr createBitmapDevice( const basegfx::B2IVector& rSize,
690 BASEBMP_DLLPUBLIC BitmapDeviceSharedPtr cloneBitmapDevice( const basegfx::B2IVector& rSize,
/trunk/main/basegfx/inc/basegfx/tools/
H A Dcanvastools.hxx68 class B2IVector;
159 …com::sun::star::geometry::IntegerSize2D integerSize2DFromB2ISize( const ::basegfx::B2IVector& );
163 …BASEGFX_DLLPUBLIC ::basegfx::B2IVector b2ISizeFromIntegerSize2D( const ::com::sun::star::geometr…
167 …BASEGFX_DLLPUBLIC ::com::sun::star::awt::Size awtSizeFromB2ISize( const ::basegfx::B2IVector& );
171 … BASEGFX_DLLPUBLIC ::basegfx::B2IVector b2ISizeFromAwtSize( const ::com::sun::star::awt::Size& );
/trunk/main/chart2/source/view/charttypes/
H A DPieChart.cxx506 … aPieLabelInfo.aFirstPosition = basegfx::B2IVector( aScreenPosition2D.X, aScreenPosition2D.Y ); in createShapes()
508 aPieLabelInfo.aOrigin = basegfx::B2IVector( aOrigin.X, aOrigin.Y ); in createShapes()
513 … basegfx::B2IVector aDirection( aScreenPosition2D.X- aOrigin.X, aScreenPosition2D.Y- aOrigin.Y ); in createShapes()
633 basegfx::B2IVector aRadiusDirection = this->aFirstPosition - this->aOrigin; in moveAwayFrom()
635 … basegfx::B2IVector aTangentialDirection( -aRadiusDirection.getY(), aRadiusDirection.getX() ); in moveAwayFrom()
645 …basegfx::B2IVector aNewPos = basegfx::B2IVector( aOldPos.X, aOldPos.Y ) + nShift*aTangentialDirect… in moveAwayFrom()
H A DPieChart.hxx109 ::basegfx::B2IVector aFirstPosition;
110 ::basegfx::B2IVector aOrigin;
/trunk/main/vcl/unx/headless/
H A Dsvpbmp.cxx59 B2IVector aSize( rSize.Width(), rSize.Height() ); in Create()
92 B2IVector aSize = rSrcBmp->getSize(); in Create()
125 B2IVector aVec( m_aBitmap->getSize() ); in GetSize()
210 B2IVector aSize = m_aBitmap->getSize(); in AcquireBuffer()
H A Dsvpgdi.cxx151 B2IVector aSize = m_aDevice->getSize(); in GetGraphicsWidth()
185 B2IVector aSize = m_aDevice->getSize(); in setClipRegion()
535 cloneBitmapDevice( B2IVector( rPosAry.mnSrcWidth, rPosAry.mnSrcHeight ), in drawMask()
551 cloneBitmapDevice( B2IVector( nWidth, nHeight ), in getBitmap()
H A Dsvpvd.cxx55 B2IVector aDevSize( nNewDX, nNewDY ); in SetSize()
99 B2IVector aDevSize( m_aDevice->getSize() ); in GetSize()
/trunk/main/canvas/inc/canvas/rendering/
H A Direndermodule.hxx37 class B2IVector;
85 virtual ::basegfx::B2IVector getPageSize() = 0;
92 …virtual ::boost::shared_ptr<ISurface> createSurface( const ::basegfx::B2IVector& surfaceSize ) = 0;
H A Disurface.hxx36 class B2IVector;
78 virtual ::basegfx::B2IVector getSize() = 0;
H A Dbitmap.hxx42 class B2IVector;
74 Bitmap( const ::basegfx::B2IVector& rSize,
83 ::basegfx::B2IVector getSize() const;
/trunk/main/basegfx/source/tools/
H A Dcanvastools.cxx512 geometry::IntegerSize2D integerSize2DFromB2ISize( const ::basegfx::B2IVector& rSize ) in integerSize2DFromB2ISize()
530 ::basegfx::B2IVector b2ISizeFromIntegerSize2D( const geometry::IntegerSize2D& rSize ) in b2ISizeFromIntegerSize2D()
532 return ::basegfx::B2IVector( rSize.Width, in b2ISizeFromIntegerSize2D()
548 awt::Size awtSizeFromB2ISize( const ::basegfx::B2IVector& rVec ) in awtSizeFromB2ISize()
575 ::basegfx::B2IVector b2ISizeFromAwtSize( const awt::Size& rSize ) in b2ISizeFromAwtSize()
577 return ::basegfx::B2IVector( rSize.Width, in b2ISizeFromAwtSize()
/trunk/main/vcl/inc/vcl/
H A Dcanvastools.hxx48 class B2IVector;
239 Size VCL_DLLPUBLIC sizeFromB2ISize( const ::basegfx::B2IVector& );
243 basegfx::B2IVector VCL_DLLPUBLIC b2ISizeFromSize( const Size& );
/trunk/main/slideshow/source/inc/
H A Dtools.hxx56 class B2IVector;
306 const basegfx::B2IVector& rSize );
403 basegfx::B2IVector getSlideSizePixel( const basegfx::B2DVector& rSize,
H A Dslide.hxx49 class B2IVector;
104 virtual basegfx::B2IVector getSlideSize() const = 0;
/trunk/main/slideshow/source/engine/
H A Drehearsetimingsactivity.hxx42 class B2IVector;
134 ::basegfx::B2IVector maSpriteSizePixel;

Completed in 86 milliseconds

12