Searched refs:isRectangle (Results 1 – 17 of 17) sorted by relevance
964 ASSERT_TRUE(tools::isRectangle( aRect1 )) << "checking rectangle-ness of rectangle 1"; in TEST_F()965 ASSERT_TRUE(tools::isRectangle( aRect2 )) << "checking rectangle-ness of rectangle 2"; in TEST_F()966 ASSERT_TRUE(!tools::isRectangle( aNonRect1 )) << "checking non-rectangle-ness of polygon 1"; in TEST_F()967 ASSERT_TRUE(!tools::isRectangle( aNonRect2 )) << "checking non-rectangle-ness of polygon 2"; in TEST_F()968 ASSERT_TRUE(!tools::isRectangle( aNonRect3 )) << "checking non-rectangle-ness of polygon 3"; in TEST_F()969 ASSERT_TRUE(!tools::isRectangle( aNonRect4 )) << "checking non-rectangle-ness of polygon 4"; in TEST_F()970 ASSERT_TRUE(!tools::isRectangle( aNonRect5 )) << "checking non-rectangle-ness of polygon 5"; in TEST_F()
498 if(basegfx::tools::isRectangle(rCandidate)) in clipPolyPolygonOnPolyPolygon()500 if(basegfx::tools::isRectangle(rClip)) in clipPolyPolygonOnPolyPolygon()514 else if(basegfx::tools::isRectangle(rClip)) in clipPolyPolygonOnPolyPolygon()516 if(basegfx::tools::isRectangle(rCandidate)) in clipPolyPolygonOnPolyPolygon()
514 bool isRectangle( const B2DPolyPolygon& rPoly ) in isRectangle() function520 return isRectangle( rPoly.getB2DPolygon(0) ); in isRectangle()
2365 bool isRectangle( const B2DPolygon& rPoly ) in isRectangle() function
169 bool isRectangle( const PolyPolygon& rPolyPoly ) in isRectangle() function182 return ::basegfx::tools::isRectangle( rPoly.getB2DPolygon() ); in isRectangle()
113 bool isRectangle( const PolyPolygon& rPolyPoly );
583 if( tools::isRectangle( rPoly ) ) in gradientFill()818 const bool bRectangularPolygon( tools::isRectangle( aPolyPoly ) ); in fillTexturedPolyPolygon()
285 if( !::basegfx::tools::isRectangle( in redraw()
169 if( ::basegfx::tools::isRectangle( aClipPath.getB2DPolygon( 0 ) ) ) in redraw()
198 if(basegfx::tools::isRectangle(aClipPolyPolygon)) in apply()
243 BASEGFX_DLLPUBLIC bool isRectangle( const B2DPolyPolygon& rPoly );
339 BASEGFX_DLLPUBLIC bool isRectangle( const B2DPolygon& rPoly );
794 if( !basegfx::tools::isRectangle( in RemoveTransparenciesFromMetaFile()811 !basegfx::tools::isRectangle( in RemoveTransparenciesFromMetaFile()
1511 if( basegfx::tools::isRectangle( aPoly ) ) in appendPolygon()
101 ::basegfx::tools::isRectangle( aClipPath.getB2DPolygon(0) ) ); in updateClipState()
513 if(basegfx::tools::isRectangle(maClip) && aClipRange.isInside(aTextRange)) in InsertObj()
963 bool bIsRectangle = ::basegfx::tools::isRectangle( aPolygon ); in doPolyPolygonImplementation()
Completed in 156 milliseconds