Searched refs:aIntersection (Results 1 – 6 of 6) sorted by relevance
236 PropertyBag aIntersection; in getSupportedProperties() local238 …::std::insert_iterator< PropertyBag >( aIntersection, aIntersection.begin() ), PropertyLessByName(… in getSupportedProperties()240 m_aSupportedProperties.swap( aIntersection ); in getSupportedProperties()
1428 Rectangle aIntersection( aCurScreenRect.GetIntersection( i_rRect ) ); in GetBestScreen() local1429 if( ! aIntersection.IsEmpty() ) in GetBestScreen()1431 const unsigned long nCurOverlap( aIntersection.GetWidth() * aIntersection.GetHeight() ); in GetBestScreen()
1718 Point aIntersection; in IsInside() local1728 if ( aLine.Intersection( Line( aPt1, rPt2 ), aIntersection ) ) in IsInside()1734 if ( aIntersection != aLastIntersection ) in IsInside()1736 aLastIntersection = aIntersection; in IsInside()1742 aLastIntersection = aIntersection; in IsInside()
59 PolyPolygon aIntersection; in IntersectClipRect() local61 aPolyPoly.GetIntersection( aPolyPolyRect, aIntersection ); in IntersectClipRect()62 aPolyPoly = aIntersection; in IntersectClipRect()
1491 TableCellGeometry const aIntersection( *this, Rectangle( Point( 0, 0 ), in doPaintContent() local1493 Rectangle const aInters( aIntersection.getRect() ); in doPaintContent()
5214 Rectangle aIntersection = maOutDockRect.GetIntersection( aDockingRect ); in Docking() local5215 if ( !aIntersection.IsEmpty() && !IsDockingPrevented() ) in Docking()
Completed in 259 milliseconds