Lines Matching refs:B2DVector

45             basegfx::B2DVector                      maGraphicLogicSize;
46 basegfx::B2DVector maSize;
47 basegfx::B2DVector maOffset;
48 basegfx::B2DVector maOffsetPosition;
49 basegfx::B2DVector maRectPoint;
58 const basegfx::B2DVector& rGraphicLogicSize, in ImpSdrFillGraphicAttribute()
59 const basegfx::B2DVector& rSize, in ImpSdrFillGraphicAttribute()
60 const basegfx::B2DVector& rOffset, in ImpSdrFillGraphicAttribute()
61 const basegfx::B2DVector& rOffsetPosition, in ImpSdrFillGraphicAttribute()
62 const basegfx::B2DVector& rRectPoint, in ImpSdrFillGraphicAttribute()
81 const basegfx::B2DVector& getGraphicLogicSize() const { return maGraphicLogicSize; } in getGraphicLogicSize()
82 const basegfx::B2DVector& getSize() const { return maSize; } in getSize()
83 const basegfx::B2DVector& getOffset() const { return maOffset; } in getOffset()
84 const basegfx::B2DVector& getOffsetPosition() const { return maOffsetPosition; } in getOffsetPosition()
85 const basegfx::B2DVector& getRectPoint() const { return maRectPoint; } in getRectPoint()
111 basegfx::B2DVector(), in get_global_default()
112 basegfx::B2DVector(), in get_global_default()
113 basegfx::B2DVector(), in get_global_default()
114 basegfx::B2DVector(), in get_global_default()
115 basegfx::B2DVector(), in get_global_default()
130 const basegfx::B2DVector& rGraphicLogicSize, in SdrFillGraphicAttribute()
131 const basegfx::B2DVector& rSize, in SdrFillGraphicAttribute()
132 const basegfx::B2DVector& rOffset, in SdrFillGraphicAttribute()
133 const basegfx::B2DVector& rOffsetPosition, in SdrFillGraphicAttribute()
134 const basegfx::B2DVector& rRectPoint, in SdrFillGraphicAttribute()
221 const basegfx::B2DVector& SdrFillGraphicAttribute::getGraphicLogicSize() const in getGraphicLogicSize()
226 const basegfx::B2DVector& SdrFillGraphicAttribute::getSize() const in getSize()
231 const basegfx::B2DVector& SdrFillGraphicAttribute::getOffset() const in getOffset()
236 const basegfx::B2DVector& SdrFillGraphicAttribute::getOffsetPosition() const in getOffsetPosition()
241 const basegfx::B2DVector& SdrFillGraphicAttribute::getRectPoint() const in getRectPoint()
268 basegfx::B2DVector aBitmapTopLeft(0.0, 0.0); in createFillGraphicAttribute()
316 … const basegfx::B2DVector aRectPoint(getTiling() ? getRectPoint() : basegfx::B2DVector(0.0, 0.0)); in createFillGraphicAttribute()