Home
last modified time | relevance | path

Searched refs:IntegerPoint2D (Results 1 – 25 of 38) sorted by relevance

12

/trunk/main/basegfx/inc/basegfx/tools/
H A Dcanvastools.hxx41 struct IntegerPoint2D;
160 …BASEGFX_DLLPUBLIC ::com::sun::star::geometry::IntegerPoint2D integerPoint2DFromB2IPoint( const :…
164 …basegfx::B2IPoint b2IPointFromIntegerPoint2D( const ::com::sun::star::geometry::IntegerPoint2D& );
185 …eEqual( const ::com::sun::star::geometry::IntegerPoint2D& rA, const ::com::sun::star::geometry::In…
/trunk/main/basegfx/source/tools/
H A Dcanvastools.cxx518 geometry::IntegerPoint2D integerPoint2DFromB2IPoint( const ::basegfx::B2IPoint& rPoint ) in integerPoint2DFromB2IPoint()
520 return geometry::IntegerPoint2D( rPoint.getX(), in integerPoint2DFromB2IPoint()
536 ::basegfx::B2IPoint b2IPointFromIntegerPoint2D( const geometry::IntegerPoint2D& rPoint ) in b2IPointFromIntegerPoint2D()
644 …eEqual( const ::com::sun::star::geometry::IntegerPoint2D& rA, const ::com::sun::star::geometry::In… in IntegerPoint2DAreEqual()
/trunk/main/vcl/inc/vcl/
H A Dcanvastools.hxx60 struct IntegerPoint2D;
222 …::com::sun::star::geometry::IntegerPoint2D VCL_DLLPUBLIC integerPoint2DFromPoint( const Point& );
226 … VCL_DLLPUBLIC pointFromIntegerPoint2D( const ::com::sun::star::geometry::IntegerPoint2D& );
/trunk/main/canvas/source/directx/
H A Ddx_ibitmap.hxx56 const ::com::sun::star::geometry::IntegerPoint2D& pos ) = 0;
60 const ::com::sun::star::geometry::IntegerPoint2D& pos ) = 0;
H A Ddx_bitmap.hxx66 const ::com::sun::star::geometry::IntegerPoint2D& pos );
70 const ::com::sun::star::geometry::IntegerPoint2D& pos );
H A Ddx_surfacebitmap.hxx83 const ::com::sun::star::geometry::IntegerPoint2D& pos );
87 const ::com::sun::star::geometry::IntegerPoint2D& pos );
H A Ddx_bitmapcanvashelper.hxx114 const ::com::sun::star::geometry::IntegerPoint2D& pos );
118 const ::com::sun::star::geometry::IntegerPoint2D& pos );
H A Ddx_bitmapcanvashelper.cxx197 const geometry::IntegerPoint2D& pos ) in setPixel()
211 const geometry::IntegerPoint2D& pos ) in getPixel()
H A Ddx_bitmap.cxx178 const geometry::IntegerPoint2D& pos ) in setPixel()
197 const geometry::IntegerPoint2D& pos ) in getPixel()
/trunk/main/vcl/test/
H A Dcanvasbitmaptest.cxx209 uno::Sequence<sal_Int8> aPixelData2 = xBmp->getPixel( aLayout, geometry::IntegerPoint2D(0,0) ); in checkCanvasBitmap()
295 aPixel4 = xBmp->getPixel( aLayout, geometry::IntegerPoint2D(5,0) ); in checkCanvasBitmap()
360 uno::Sequence<sal_Int8> aPixelData2 = xBmp->getPixel( aLayout, geometry::IntegerPoint2D(0,0) ); in checkBitmapImport()
446 aPixel4 = xBmp->getPixel( aLayout, geometry::IntegerPoint2D(5,0) ); in checkBitmapImport()
526 … const geometry::IntegerPoint2D& ) throw (lang::IndexOutOfBoundsException, in getPixel() argument
/trunk/main/canvas/source/vcl/
H A Dcanvasbitmaphelper.hxx105 const ::com::sun::star::geometry::IntegerPoint2D& pos );
109 const ::com::sun::star::geometry::IntegerPoint2D& pos );
/trunk/main/canvas/inc/canvas/base/
H A Ddoublebitmapbase.hxx109 …const ::com::sun::star::geometry::IntegerPoint2D& pos ) throw (::com::sun::star::lang::Illegal… in setPixel()
125 …const ::com::sun::star::geometry::IntegerPoint2D& pos ) throw (::com::sun::star::lang::IndexOut… in getPixel()
H A Dfloatbitmapbase.hxx111 …const ::com::sun::star::geometry::IntegerPoint2D& pos ) throw (::com::sun::star::lang::Illegal… in setPixel()
128 …const ::com::sun::star::geometry::IntegerPoint2D& pos ) throw (::com::sun::star::lang::IndexOutO… in getPixel()
H A Dintegerbitmapbase.hxx109 …const ::com::sun::star::geometry::IntegerPoint2D& pos ) throw (::com::sun::star::lang::IllegalAr… in setPixel()
125 …const ::com::sun::star::geometry::IntegerPoint2D& pos ) throw (::com::sun::star::lang::IndexOutOfB… in getPixel()
/trunk/main/offapi/com/sun/star/rendering/
H A DXHalfFloatBitmap.idl36 #include <com/sun/star/geometry/IntegerPoint2D.idl>
86 … [in] FloatingPointBitmapLayout bitmapLayout, [in] ::com::sun::star::geometry::IntegerPoint2D pos )
H A DXHalfFloatReadOnlyBitmap.idl36 #include <com/sun/star/geometry/IntegerPoint2D.idl>
96 sequence<short> getPixel( [in] ::com::sun::star::geometry::IntegerPoint2D pos )
H A DXIeeeDoubleReadOnlyBitmap.idl36 #include <com/sun/star/geometry/IntegerPoint2D.idl>
120 …[out] FloatingPointBitmapLayout bitmapLayout, [in] ::com::sun::star::geometry::IntegerPoint2D pos )
H A DXIeeeFloatReadOnlyBitmap.idl36 #include <com/sun/star/geometry/IntegerPoint2D.idl>
119 …[out] FloatingPointBitmapLayout bitmapLayout, [in] ::com::sun::star::geometry::IntegerPoint2D pos )
H A DXIeeeDoubleBitmap.idl36 #include <com/sun/star/geometry/IntegerPoint2D.idl>
129 … [in] FloatingPointBitmapLayout bitmapLayout, [in] ::com::sun::star::geometry::IntegerPoint2D pos )
H A DXIeeeFloatBitmap.idl36 #include <com/sun/star/geometry/IntegerPoint2D.idl>
129 … [in] FloatingPointBitmapLayout bitmapLayout, [in] ::com::sun::star::geometry::IntegerPoint2D pos )
H A DXIntegerBitmap.idl33 #include <com/sun/star/geometry/IntegerPoint2D.idl>
136 …color, [in] IntegerBitmapLayout bitmapLayout, [in] ::com::sun::star::geometry::IntegerPoint2D pos )
H A DXIntegerReadOnlyBitmap.idl33 #include <com/sun/star/geometry/IntegerPoint2D.idl>
140 …ixel( [out] IntegerBitmapLayout bitmapLayout, [in] ::com::sun::star::geometry::IntegerPoint2D pos )
/trunk/main/canvas/source/null/
H A Dnull_canvashelper.cxx302 const geometry::IntegerPoint2D& /*pos*/ ) in setPixel() argument
307 const geometry::IntegerPoint2D& /*pos*/ ) in getPixel() argument
/trunk/main/vcl/source/helper/
H A Dcanvastools.cxx584 geometry::IntegerPoint2D integerPoint2DFromPoint( const Point& rPoint ) in integerPoint2DFromPoint()
586 return geometry::IntegerPoint2D( rPoint.X(), in integerPoint2DFromPoint()
602 Point pointFromIntegerPoint2D( const geometry::IntegerPoint2D& rPoint ) in pointFromIntegerPoint2D()
/trunk/main/canvas/inc/canvas/rendering/
H A Dbitmap.hxx97 const ::com::sun::star::geometry::IntegerPoint2D& pos );
101 const ::com::sun::star::geometry::IntegerPoint2D& pos );

Completed in 76 milliseconds

12