Lines Matching refs:basegfx

44 namespace basegfx  namespace
83 basegfx::B2IVector getSize() const;
148 void setPixel( const basegfx::B2IPoint& rPt,
167 void setPixel( const basegfx::B2IPoint& rPt,
174 Color getPixel( const basegfx::B2IPoint& rPt );
182 sal_uInt32 getPixelData( const basegfx::B2IPoint& rPt );
201 void drawLine( const basegfx::B2IPoint& rPt1,
202 const basegfx::B2IPoint& rPt2,
227 void drawLine( const basegfx::B2IPoint& rPt1,
228 const basegfx::B2IPoint& rPt2,
246 void drawPolygon( const basegfx::B2DPolygon& rPoly,
267 void drawPolygon( const basegfx::B2DPolygon& rPoly,
290 void fillPolyPolygon( const basegfx::B2DPolyPolygon& rPoly,
316 void fillPolyPolygon( const basegfx::B2DPolyPolygon& rPoly,
346 const basegfx::B2IRange& rSrcRect,
347 const basegfx::B2IRange& rDstRect,
379 const basegfx::B2IRange& rSrcRect,
380 const basegfx::B2IRange& rDstRect,
413 const basegfx::B2IRange& rSrcRect,
414 const basegfx::B2IPoint& rDstPoint );
449 const basegfx::B2IRange& rSrcRect,
450 const basegfx::B2IPoint& rDstPoint,
490 const basegfx::B2IRange& rSrcRect,
491 const basegfx::B2IRange& rDstRect,
535 const basegfx::B2IRange& rSrcRect,
536 const basegfx::B2IRange& rDstRect,
541 BitmapDevice( const basegfx::B2IRange& rBounds,
556 const basegfx::B2IRange& rBounds ) = 0;
558 virtual void setPixel_i( const basegfx::B2IPoint& rPt,
561 virtual void setPixel_i( const basegfx::B2IPoint& rPt,
566 virtual Color getPixel_i( const basegfx::B2IPoint& rPt ) = 0;
568 virtual sal_uInt32 getPixelData_i( const basegfx::B2IPoint& rPt ) = 0;
570 virtual void drawLine_i( const basegfx::B2IPoint& rPt1,
571 const basegfx::B2IPoint& rPt2,
572 const basegfx::B2IRange& rBounds,
575 virtual void drawLine_i( const basegfx::B2IPoint& rPt1,
576 const basegfx::B2IPoint& rPt2,
577 const basegfx::B2IRange& rBounds,
582 virtual void drawPolygon_i( const basegfx::B2DPolygon& rPoly,
583 const basegfx::B2IRange& rBounds,
586 virtual void drawPolygon_i( const basegfx::B2DPolygon& rPoly,
587 const basegfx::B2IRange& rBounds,
592 virtual void fillPolyPolygon_i( const basegfx::B2DPolyPolygon& rPoly,
595 const basegfx::B2IRange& rBounds ) = 0;
596 virtual void fillPolyPolygon_i( const basegfx::B2DPolyPolygon& rPoly,
599 const basegfx::B2IRange& rBounds,
604 const basegfx::B2IRange& rSrcRect,
605 const basegfx::B2IRange& rDstRect,
608 const basegfx::B2IRange& rSrcRect,
609 const basegfx::B2IRange& rDstRect,
616 const basegfx::B2IRange& rSrcRect,
617 const basegfx::B2IPoint& rDstPoint ) = 0;
620 const basegfx::B2IRange& rSrcRect,
621 const basegfx::B2IPoint& rDstPoint,
627 const basegfx::B2IRange& rSrcRect,
628 const basegfx::B2IRange& rDstRect,
632 const basegfx::B2IRange& rSrcRect,
633 const basegfx::B2IRange& rDstRect,
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,
682 const basegfx::B2IRange& rSubset );
690 BASEBMP_DLLPUBLIC BitmapDeviceSharedPtr cloneBitmapDevice( const basegfx::B2IVector& rSize,