Lines Matching refs:RealRectangle2D
89 const geometry::RealRectangle2D& rBox) in ConvertRectangle()
102 const geometry::RealRectangle2D& rBox) in ConvertRectangleWithConstantSize()
114 geometry::RealRectangle2D PresenterGeometryHelper::ConvertRectangle ( in ConvertRectangle()
117 return geometry::RealRectangle2D( in ConvertRectangle()
155 geometry::RealRectangle2D PresenterGeometryHelper::Intersection ( in Intersection()
156 const geometry::RealRectangle2D& rBox1, in Intersection()
157 const geometry::RealRectangle2D& rBox2) in Intersection()
164 return geometry::RealRectangle2D(0,0,0,0); in Intersection()
166 return geometry::RealRectangle2D(nLeft,nTop, nRight, nBottom); in Intersection()
173 const css::geometry::RealRectangle2D& rBox, in IsInside()
220 geometry::RealRectangle2D PresenterGeometryHelper::Union ( in Union()
221 const geometry::RealRectangle2D& rBox1, in Union()
222 const geometry::RealRectangle2D& rBox2) in Union()
229 return geometry::RealRectangle2D(0,0,0,0); in Union()
231 return geometry::RealRectangle2D(nLeft,nTop, nRight, nBottom); in Union()
276 const geometry::RealRectangle2D& rBox, in CreatePolygon()