INTEGRATION: CWS thbpp6 (1.6.44); FILE MERGED
2006/12/21 17:20:52 thb 1.6.44.1: #121806# Now keeping full precision of the mtf logic coordinates across mtf->XCanvas conversion
This commit is contained in:
@@ -4,9 +4,9 @@
|
|||||||
*
|
*
|
||||||
* $RCSfile: bitmapaction.hxx,v $
|
* $RCSfile: bitmapaction.hxx,v $
|
||||||
*
|
*
|
||||||
* $Revision: 1.6 $
|
* $Revision: 1.7 $
|
||||||
*
|
*
|
||||||
* last change: $Author: rt $ $Date: 2005-09-08 08:18:02 $
|
* last change: $Author: obo $ $Date: 2007-01-22 11:49:16 $
|
||||||
*
|
*
|
||||||
* The Contents of this file are made available subject to
|
* The Contents of this file are made available subject to
|
||||||
* the terms of GNU Lesser General Public License Version 2.1.
|
* the terms of GNU Lesser General Public License Version 2.1.
|
||||||
@@ -39,8 +39,10 @@
|
|||||||
#include <cppcanvas/canvas.hxx>
|
#include <cppcanvas/canvas.hxx>
|
||||||
#include <action.hxx>
|
#include <action.hxx>
|
||||||
|
|
||||||
class Point;
|
namespace basegfx {
|
||||||
class Size;
|
class B2DPoint;
|
||||||
|
class B2DVector;
|
||||||
|
}
|
||||||
class BitmapEx;
|
class BitmapEx;
|
||||||
|
|
||||||
/* Definition of internal::BitmapActionFactory class */
|
/* Definition of internal::BitmapActionFactory class */
|
||||||
@@ -63,14 +65,14 @@ namespace cppcanvas
|
|||||||
public:
|
public:
|
||||||
/// Unscaled bitmap action, only references destination point
|
/// Unscaled bitmap action, only references destination point
|
||||||
static ActionSharedPtr createBitmapAction( const ::BitmapEx&,
|
static ActionSharedPtr createBitmapAction( const ::BitmapEx&,
|
||||||
const ::Point& rDstPoint,
|
const ::basegfx::B2DPoint& rDstPoint,
|
||||||
const CanvasSharedPtr&,
|
const CanvasSharedPtr&,
|
||||||
const OutDevState& );
|
const OutDevState& );
|
||||||
|
|
||||||
/// Scaled bitmap action, dest point and dest size
|
/// Scaled bitmap action, dest point and dest size
|
||||||
static ActionSharedPtr createBitmapAction( const ::BitmapEx&,
|
static ActionSharedPtr createBitmapAction( const ::BitmapEx&,
|
||||||
const ::Point& rDstPoint,
|
const ::basegfx::B2DPoint& rDstPoint,
|
||||||
const ::Size& rDstSize,
|
const ::basegfx::B2DVector& rDstSize,
|
||||||
const CanvasSharedPtr&,
|
const CanvasSharedPtr&,
|
||||||
const OutDevState& );
|
const OutDevState& );
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user