Searched refs:leftTop (Results 1 – 1 of 1) sorted by relevance
141 void Impl_calcBounds( Point2D& leftTop, in Impl_calcBounds() argument145 leftTop.x = ::std::min( c1.p0.x, ::std::min( c1.p1.x, ::std::min( c1.p2.x, c1.p3.x ) ) ); in Impl_calcBounds()146 leftTop.y = ::std::min( c1.p0.y, ::std::min( c1.p1.y, ::std::min( c1.p2.y, c1.p3.y ) ) ); in Impl_calcBounds()
Completed in 28 milliseconds