/aoo41x/main/basegfx/inc/basegfx/tools/ |
H A D | canvastools.hxx | 40 struct IntegerPoint2D; 159 …::com::sun::star::geometry::IntegerPoint2D integerPoint2DFromB2IPoint( const ::basegfx::B2IPoint… 163 …basegfx::B2IPoint b2IPointFromIntegerPoint2D( const ::com::sun::star::geometry::IntegerPoint2D& ); 184 …eEqual( const ::com::sun::star::geometry::IntegerPoint2D& rA, const ::com::sun::star::geometry::In…
|
/aoo41x/main/basegfx/source/tools/ |
H A D | canvastools.cxx | 518 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()
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | canvastools.hxx | 60 struct IntegerPoint2D; 222 …::com::sun::star::geometry::IntegerPoint2D VCL_DLLPUBLIC integerPoint2DFromPoint( const Point& ); 226 … VCL_DLLPUBLIC pointFromIntegerPoint2D( const ::com::sun::star::geometry::IntegerPoint2D& );
|
/aoo41x/main/canvas/source/directx/ |
H A D | dx_ibitmap.hxx | 56 const ::com::sun::star::geometry::IntegerPoint2D& pos ) = 0; 60 const ::com::sun::star::geometry::IntegerPoint2D& pos ) = 0;
|
H A D | dx_bitmap.hxx | 66 const ::com::sun::star::geometry::IntegerPoint2D& pos ); 70 const ::com::sun::star::geometry::IntegerPoint2D& pos );
|
H A D | dx_surfacebitmap.hxx | 83 const ::com::sun::star::geometry::IntegerPoint2D& pos ); 87 const ::com::sun::star::geometry::IntegerPoint2D& pos );
|
H A D | dx_bitmapcanvashelper.hxx | 114 const ::com::sun::star::geometry::IntegerPoint2D& pos ); 118 const ::com::sun::star::geometry::IntegerPoint2D& pos );
|
H A D | dx_bitmapcanvashelper.cxx | 197 const geometry::IntegerPoint2D& pos ) in setPixel() 211 const geometry::IntegerPoint2D& pos ) in getPixel()
|
H A D | dx_bitmap.cxx | 178 const geometry::IntegerPoint2D& pos ) in setPixel() 197 const geometry::IntegerPoint2D& pos ) in getPixel()
|
/aoo41x/main/canvas/source/vcl/ |
H A D | canvasbitmaphelper.hxx | 105 const ::com::sun::star::geometry::IntegerPoint2D& pos ); 109 const ::com::sun::star::geometry::IntegerPoint2D& pos );
|
/aoo41x/main/vcl/test/ |
H A D | canvasbitmaptest.cxx | 209 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
|
/aoo41x/main/canvas/inc/canvas/base/ |
H A D | doublebitmapbase.hxx | 109 …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 D | floatbitmapbase.hxx | 111 …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 D | integerbitmapbase.hxx | 109 …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()
|
/aoo41x/main/offapi/com/sun/star/rendering/ |
H A D | XHalfFloatBitmap.idl | 36 #include <com/sun/star/geometry/IntegerPoint2D.idl> 86 … [in] FloatingPointBitmapLayout bitmapLayout, [in] ::com::sun::star::geometry::IntegerPoint2D pos )
|
H A D | XHalfFloatReadOnlyBitmap.idl | 36 #include <com/sun/star/geometry/IntegerPoint2D.idl> 96 sequence<short> getPixel( [in] ::com::sun::star::geometry::IntegerPoint2D pos )
|
H A D | XIeeeDoubleReadOnlyBitmap.idl | 36 #include <com/sun/star/geometry/IntegerPoint2D.idl> 120 …[out] FloatingPointBitmapLayout bitmapLayout, [in] ::com::sun::star::geometry::IntegerPoint2D pos )
|
H A D | XIeeeFloatReadOnlyBitmap.idl | 36 #include <com/sun/star/geometry/IntegerPoint2D.idl> 119 …[out] FloatingPointBitmapLayout bitmapLayout, [in] ::com::sun::star::geometry::IntegerPoint2D pos )
|
H A D | XIeeeDoubleBitmap.idl | 36 #include <com/sun/star/geometry/IntegerPoint2D.idl> 129 … [in] FloatingPointBitmapLayout bitmapLayout, [in] ::com::sun::star::geometry::IntegerPoint2D pos )
|
H A D | XIeeeFloatBitmap.idl | 36 #include <com/sun/star/geometry/IntegerPoint2D.idl> 129 … [in] FloatingPointBitmapLayout bitmapLayout, [in] ::com::sun::star::geometry::IntegerPoint2D pos )
|
H A D | XIntegerBitmap.idl | 33 #include <com/sun/star/geometry/IntegerPoint2D.idl> 136 …color, [in] IntegerBitmapLayout bitmapLayout, [in] ::com::sun::star::geometry::IntegerPoint2D pos )
|
H A D | XIntegerReadOnlyBitmap.idl | 33 #include <com/sun/star/geometry/IntegerPoint2D.idl> 140 …ixel( [out] IntegerBitmapLayout bitmapLayout, [in] ::com::sun::star::geometry::IntegerPoint2D pos )
|
/aoo41x/main/canvas/source/null/ |
H A D | null_canvashelper.cxx | 302 const geometry::IntegerPoint2D& /*pos*/ ) in setPixel() argument 307 const geometry::IntegerPoint2D& /*pos*/ ) in getPixel() argument
|
/aoo41x/main/canvas/inc/canvas/rendering/ |
H A D | bitmap.hxx | 97 const ::com::sun::star::geometry::IntegerPoint2D& pos ); 101 const ::com::sun::star::geometry::IntegerPoint2D& pos );
|
/aoo41x/main/vcl/source/helper/ |
H A D | canvastools.cxx | 584 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()
|