Home
last modified time | relevance | path

Searched refs:rightBottom (Results 1 – 1 of 1) sorted by relevance

/trunk/main/basegfx/source/workbench/
H A Dbezierclip.cxx142 Point2D& rightBottom, in Impl_calcBounds() argument
147 rightBottom.x = ::std::max( c1.p0.x, ::std::max( c1.p1.x, ::std::max( c1.p2.x, c1.p3.x ) ) ); in Impl_calcBounds()
148 rightBottom.y = ::std::max( c1.p0.y, ::std::max( c1.p1.y, ::std::max( c1.p2.y, c1.p3.y ) ) ); in Impl_calcBounds()

Completed in 21 milliseconds