Lines Matching defs:bottom
1526 double left, right, top, bottom; // values used, because a bounding rect can have values reversed L<->R, T<->B
1608 Placeable.Dst.bottom = Dst.y;
1614 Placeable.Dst.bottom = round(((double) Placeable.Inch) * 210.0/25.4);
1631 d->PixelsInY = Placeable.Dst.bottom - Placeable.Dst.top + 1;
2036 tmp_path << "L " << pix_to_xy( d, rc.right, rc.bottom ) << " ";
2037 tmp_path << "L " << pix_to_xy( d, rc.left, rc.bottom ) << " ";
2055 tmp_path << "L " << pix_to_xy( d, rc.right, rc.bottom ) << " ";
2056 tmp_path << "L " << pix_to_xy( d, rc.left, rc.bottom ) << " ";
2096 double cx = pix_to_x_point( d, (rc.left + rc.right)/2.0, (rc.bottom + rc.top)/2.0 );
2097 double cy = pix_to_y_point( d, (rc.left + rc.right)/2.0, (rc.bottom + rc.top)/2.0 );
2099 double ry = pix_to_abs_size( d, std::abs(rc.top - rc.bottom)/2.0 );
2148 U_sanerect16(rc, &left, &top, &right, &bottom);
2153 tmp_rectangle << "\n\tL " << pix_to_xy( d, right, bottom ) << " ";
2154 tmp_rectangle << "\n\tL " << pix_to_xy( d, left, bottom ) << " ";
2168 U_sanerect16(rc, &left, &top, &right, &bottom);
2198 << pix_to_xy(d, right , bottom - cny )
2201 << pix_to_xy(d, right , bottom - cny*f1 )
2203 << pix_to_xy(d, right - cnx*f1 , bottom )
2205 << pix_to_xy(d, right - cnx , bottom )
2208 << pix_to_xy(d, left + cnx , bottom )
2211 << pix_to_xy(d, left + cnx*f1 , bottom )
2213 << pix_to_xy(d, left , bottom - cny*f1 )
2215 << pix_to_xy(d, left , bottom - cny )