Home
last modified time | relevance | path

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

/trunk/main/sdext/source/pdfimport/tree/
H A Dgenericelements.cxx419 double r_x = aPoly.getB2DPoint(1).getX(); in resolveUnderlines() local
421 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()
/trunk/main/basegfx/source/workbench/
H A Dbezierclip.cxx233 const double r_x( p1.x - p0.x ); in Impl_calcSafeParams() local
255 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 36 milliseconds