Home
last modified time | relevance | path

Searched refs:B2IPoint (Results 1 – 25 of 42) sorted by relevance

12

/trunk/main/basebmp/inc/basebmp/
H A Dbitmapdevice.hxx46 class B2IPoint;
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,
558 virtual void setPixel_i( const basegfx::B2IPoint& rPt,
[all …]
H A Dgenericcolorimageaccessor.hxx58 { return mpDevice->getPixel( basegfx::B2IPoint( i->x,i->y ) ); } in operator ()()
62 { return mpDevice->getPixel( basegfx::B2IPoint( i[diff]->x, in operator ()()
67 { return mpDevice->setPixel( basegfx::B2IPoint( i->x,i->y ), in set()
72 { return mpDevice->setPixel( basegfx::B2IPoint( i[diff]->x, in set()
/trunk/main/basegfx/inc/basegfx/point/
H A Db2ipoint.hxx43 class BASEGFX_DLLPUBLIC B2IPoint : public ::basegfx::B2ITuple class
50 B2IPoint() in B2IPoint() function in basegfx::B2IPoint
64 B2IPoint(sal_Int32 nX, sal_Int32 nY) in B2IPoint() function in basegfx::B2IPoint
73 B2IPoint(const B2IPoint& rPoint) in B2IPoint() function in basegfx::B2IPoint
80 B2IPoint(const ::basegfx::B2ITuple& rTuple) in B2IPoint() function in basegfx::B2IPoint
84 ~B2IPoint() in ~B2IPoint()
89 B2IPoint& operator*=( const B2IPoint& rPnt ) in operator *=()
98 B2IPoint& operator*=(sal_Int32 t) in operator *=()
108 B2IPoint& operator=( const ::basegfx::B2ITuple& rPoint );
115 B2IPoint& operator*=( const ::basegfx::B2DHomMatrix& rMat );
[all …]
/trunk/main/basebmp/test/
H A Dlinetest.cxx61 const basegfx::B2IPoint aPt1(1,1); in implTestBasicDiagonalLines()
62 const basegfx::B2IPoint aPt2(9,9); in implTestBasicDiagonalLines()
67 const basegfx::B2IPoint aPt3(0,0); in implTestBasicDiagonalLines()
69 const basegfx::B2IPoint aPt4(10,10); in implTestBasicDiagonalLines()
85 const basegfx::B2IPoint aPt2(0,10); in implTestBasicHorizontalLines()
103 const basegfx::B2IPoint aPt1(1,1); in implTestBasicVerticalLines()
104 const basegfx::B2IPoint aPt2(1,9); in implTestBasicVerticalLines()
109 const basegfx::B2IPoint aPt3(0,0); in implTestBasicVerticalLines()
111 const basegfx::B2IPoint aPt4(0,10); in implTestBasicVerticalLines()
123 const basegfx::B2IPoint aPt1(1,1); in implTestTieBreaking()
[all …]
H A Dcliptest.cxx69 const basegfx::B2IPoint aPt(0,0); in implTestPixelClip()
74 const basegfx::B2IPoint aPt2(10,10); in implTestPixelClip()
78 const basegfx::B2IPoint aPt1(10,0); in implTestPixelClip()
82 const basegfx::B2IPoint aPt3(0,10); in implTestPixelClip()
92 const basegfx::B2IPoint aPt1(0,0); in implTestLineClip()
93 const basegfx::B2IPoint aPt2(1,9); in implTestLineClip()
97 const basegfx::B2IPoint aPt3(1,5); in implTestLineClip()
118 const basegfx::B2IPoint aPt(0,10); in implTestFillClip()
157 const basegfx::B2IPoint aPt(1,1); in implTestBmpClip()
181 const basegfx::B2IPoint aDestLeftTop(0,0); in implTestMaskColorClip()
[all …]
H A Dfilltest.cxx75 const basegfx::B2IPoint aPt1(1,1); in implTestRectFill()
77 const basegfx::B2IPoint aPt2(9,9); in implTestRectFill()
79 const basegfx::B2IPoint aPt3(0,0); in implTestRectFill()
81 const basegfx::B2IPoint aPt4(10,10); in implTestRectFill()
119 const basegfx::B2IPoint aPt1(0,0); in implTestCornerCases()
128 const basegfx::B2IPoint aPt2(10,10); in implTestCornerCases()
137 const basegfx::B2IPoint aPt3(5,0); in implTestCornerCases()
146 const basegfx::B2IPoint aPt4(5,10); in implTestCornerCases()
H A Dbmpdemo.cxx987 static basegfx::B2IPoint project( const basegfx::B2IPoint& rPoint ) in project()
1008 return basegfx::B2IPoint( (sal_Int32)(6*x2), (sal_Int32)(6*z2) ); in project()
1094 const basegfx::B2IPoint aPt111(10,10); in Paint()
1095 const basegfx::B2IPoint aPt222(0,10); in Paint()
1114 const basegfx::B2IPoint aPt1(0,0); in Paint()
1115 const basegfx::B2IPoint aPt2(1,9); in Paint()
1126 const basegfx::B2IPoint aPt1(0,0); in Paint()
1127 const basegfx::B2IPoint aPt2(0,800); in Paint()
1130 const basegfx::B2IPoint aPt3(0,1001); in Paint()
1138 basegfx::B2IPoint aCenter( aTestSize.getX()/2, in Paint()
[all …]
H A Dbasictest.cxx108 const basegfx::B2IPoint aPt(3,3); in TEST_F()
113 const basegfx::B2IPoint aPt2(0,0); in TEST_F()
118 const basegfx::B2IPoint aPt3(aSize.getX()-1,aSize.getY()-1); in TEST_F()
126 const basegfx::B2IPoint aPt4(-100000,-100000); in TEST_F()
128 const basegfx::B2IPoint aPt5(100000,100000); in TEST_F()
132 const basegfx::B2IPoint aPt6(aSize.getX(),aSize.getY()); in TEST_F()
147 const basegfx::B2IPoint aPt222(1,1); in TEST_F()
H A Dmasktest.cxx72 const basegfx::B2IPoint aDestLeftTop(0,0); in implTestMaskBasics()
73 const basegfx::B2IPoint aDestRightTop(5,0); in implTestMaskBasics()
74 const basegfx::B2IPoint aDestLeftBottom(0,5); in implTestMaskBasics()
75 const basegfx::B2IPoint aDestRightBottom(5,5); in implTestMaskBasics()
79 basegfx::B2IPoint(1,1), in implTestMaskBasics()
/trunk/main/basebmp/source/
H A Dbitmapdevice.cxx428 void implRenderLine2( const basegfx::B2IPoint& rPt1, in implRenderLine2()
444 void implRenderLine( const basegfx::B2IPoint& rPt1, in implRenderLine()
445 const basegfx::B2IPoint& rPt2, in implRenderLine()
460 void implDrawLine( const basegfx::B2IPoint& rPt1, in implDrawLine()
461 const basegfx::B2IPoint& rPt2, in implDrawLine()
1242 void assertImagePoint( const basegfx::B2IPoint& rPt, in assertImagePoint()
1269 const ::basegfx::B2IPoint aSourceTopLeft( in clipAreaImpl()
1322 const basegfx::B2IPoint aDestTopLeft( in clipAreaImpl()
1324 const ::basegfx::B2IPoint aSourceTopLeft( in clipAreaImpl()
1444 basegfx::B2IPoint aDestPoint( rDstPoint ); in drawMaskedColor()
[all …]
/trunk/main/svx/source/sdr/overlay/
H A Doverlaymanagerbuffered.cxx88 …const basegfx::B2IPoint aIPointDestinationOffsetPixel(aDestinationOffsetPixel.X(), aDestinationOff… in ImpPrepareBufferDevice()
89 …const basegfx::B2IPoint aNewMinimum(maBufferRememberedRangePixel.getMinimum() + aIPointDestination… in ImpPrepareBufferDevice()
90 …const basegfx::B2IPoint aNewMaximum(maBufferRememberedRangePixel.getMaximum() + aIPointDestination… in ImpPrepareBufferDevice()
566 const basegfx::B2IPoint aTopLeft( in invalidateRange()
569 const basegfx::B2IPoint aBottomRight( in invalidateRange()
578 …const basegfx::B2IPoint aTopLeft((sal_Int32)floor(aDiscreteRange.getMinX()), (sal_Int32)floor(aDis… in invalidateRange()
579 …const basegfx::B2IPoint aBottomRight((sal_Int32)ceil(aDiscreteRange.getMaxX()), (sal_Int32)ceil(aD… in invalidateRange()
/trunk/main/basegfx/source/point/
H A Db2ipoint.cxx32 B2IPoint& B2IPoint::operator=( const ::basegfx::B2ITuple& rPoint ) in operator =()
39 B2IPoint& B2IPoint::operator*=( const ::basegfx::B2DHomMatrix& rMat ) in operator *=()
/trunk/main/canvas/source/tools/
H A Dsurface.cxx42 const ::basegfx::B2IPoint& rPos, in Surface()
79 ::basegfx::B2IPoint aDestOffset; in getUVCoords()
100 basegfx::B2DRectangle Surface::getUVCoords( const ::basegfx::B2IPoint& rPos, in getUVCoords()
238 ::basegfx::B2IPoint aPos1( in drawRectangularArea()
241 ::basegfx::B2IPoint aPos2( in drawRectangularArea()
256 ::basegfx::B2IPoint aDestOffset; in drawRectangularArea()
H A Dsurface.hxx58 const ::basegfx::B2IPoint& rPos,
135 ::basegfx::B2IPoint maSourceOffset;
151 basegfx::B2DRectangle getUVCoords( const ::basegfx::B2IPoint& rPos,
H A Dpage.hxx97 const ::basegfx::B2IPoint& getPos() const { return maRect.maPos; } in getPos()
100 …void setSourceOffset( const ::basegfx::B2IPoint& rOffset ) { maSourceOffset… in setSourceOffset()
149 ::basegfx::B2IPoint maSourceOffset;
H A Dcanvastools.cxx783 ::basegfx::B2IPoint& io_rDestPoint, in clipAreaImpl()
787 const ::basegfx::B2IPoint aSourceTopLeft( in clipAreaImpl()
833 ::basegfx::B2IPoint& io_rDestPoint, in clipScrollArea()
869 ::basegfx::B2IPoint& io_rDestPoint, in clipBlit()
885 const ::basegfx::B2IPoint aTopLeft( ::basegfx::fround( rRange.getMinX() ), in spritePixelAreaFromB2DRange()
888 aTopLeft + ::basegfx::B2IPoint( in spritePixelAreaFromB2DRange()
/trunk/main/vcl/unx/headless/
H A Dsvpgdi.cxx298 m_aDevice->setPixel( B2IPoint( nX, nY ), in drawPixel()
309 m_aDevice->setPixel( B2IPoint( nX, nY ), in drawPixel()
320 m_aDevice->drawLine( B2IPoint( nX1, nY1 ), in drawLine()
321 B2IPoint( nX2, nY2 ), in drawLine()
529 B2IPoint aDestPoint( rPosAry.mnDestX, rPosAry.mnDestY ); in drawMask()
540 aCopy->drawMaskedColor( aFgColor, rSrc.getBitmap(), aSrcRect, B2IPoint() ); in drawMask()
564 basebmp::Color aColor( m_aDevice->getPixel( B2IPoint( nX, nY ) ) ); in getPixel()
H A Dsvptext.cxx56 sal_uInt32 nBmpFormat, B2IPoint& rTargetPos );
93 sal_GlyphId aGlyphId, sal_uInt32 nBmpFormat, B2IPoint& rTargetPos ) in GetGlyphBmp()
142 rTargetPos += B2IPoint( pGcpHelper->maRawBitmap.mnXOffset, pGcpHelper->maRawBitmap.mnYOffset ); in GetGlyphBmp()
484 B2IPoint aDstPoint( aPos.X(), aPos.Y() ); in DrawServerFontLayout()
/trunk/main/basegfx/inc/basegfx/range/
H A Db2ibox.hxx138 B2IPoint getMinimum() const in getMinimum()
140 return B2IPoint( in getMinimum()
146 B2IPoint getMaximum() const in getMaximum()
148 return B2IPoint( in getMaximum()
H A Db2irange.hxx139 B2IPoint getMinimum() const in getMinimum()
141 return B2IPoint( in getMinimum()
147 B2IPoint getMaximum() const in getMaximum()
149 return B2IPoint( in getMaximum()
/trunk/main/basegfx/inc/basegfx/tools/
H A Dcanvastools.hxx69 class B2IPoint;
160 …om::sun::star::geometry::IntegerPoint2D integerPoint2DFromB2IPoint( const ::basegfx::B2IPoint& );
164 …BASEGFX_DLLPUBLIC ::basegfx::B2IPoint b2IPointFromIntegerPoint2D( const ::com::sun::star::geometr…
168 …SEGFX_DLLPUBLIC ::com::sun::star::awt::Point awtPointFromB2IPoint( const ::basegfx::B2IPoint& );
172 …BASEGFX_DLLPUBLIC ::basegfx::B2IPoint b2IPointFromAwtPoint( const ::com::sun::star::awt::Point& );
/trunk/main/basegfx/source/tools/
H A Dcanvastools.cxx518 geometry::IntegerPoint2D integerPoint2DFromB2IPoint( const ::basegfx::B2IPoint& rPoint ) in integerPoint2DFromB2IPoint()
536 ::basegfx::B2IPoint b2IPointFromIntegerPoint2D( const geometry::IntegerPoint2D& rPoint ) in b2IPointFromIntegerPoint2D()
538 return ::basegfx::B2IPoint( rPoint.X, in b2IPointFromIntegerPoint2D()
554 awt::Point awtPointFromB2IPoint( const ::basegfx::B2IPoint& rPoint ) in awtPointFromB2IPoint()
581 ::basegfx::B2IPoint b2IPointFromAwtPoint( const awt::Point& rPoint ) in b2IPointFromAwtPoint()
583 return ::basegfx::B2IPoint( rPoint.X, in b2IPointFromAwtPoint()
/trunk/main/vcl/inc/vcl/
H A Dcanvastools.hxx49 class B2IPoint;
240 Point VCL_DLLPUBLIC pointFromB2IPoint( const ::basegfx::B2IPoint& );
244 basegfx::B2IPoint VCL_DLLPUBLIC b2IPointFromPoint( const Point& );
/trunk/main/canvas/inc/canvas/rendering/
H A Disurface.hxx35 class B2IPoint;
74 virtual bool update( const ::basegfx::B2IPoint& rDestPos,
/trunk/main/canvas/inc/canvas/
H A Dcanvastools.hxx48 class B2IPoint;
366 ::basegfx::B2IPoint& io_rDestPoint,
394 ::basegfx::B2IPoint& io_rDestPoint,

Completed in 111 milliseconds

12