Searched refs:r_x (Results 1 – 2 of 2) sorted by relevance
419 double r_x = aPoly.getB2DPoint(1).getX(); in resolveUnderlines() local421 if( r_x < l_x ) in resolveUnderlines()423 u_y = r_x; r_x = l_x; l_x = u_y; in resolveUnderlines()434 pEle->x + pEle->w*0.9 <= r_x ) in resolveUnderlines()455 l_x >= pEle->x && r_x <= pEle->x+pEle->w ) in resolveUnderlines()
233 const double r_x( p1.x - p0.x ); in Impl_calcSafeParams() local255 const double currTLow( (lowerYBound - p0.y) * r_x / r_y + p0.x ); in Impl_calcSafeParams()258 const double currTHigh( (upperYBound - p0.y) * r_x / r_y + p0.x ); in Impl_calcSafeParams()
Completed in 37 milliseconds