Lines Matching defs:right

808         // if the stroke is the same as the fill, and the right size not to change the end size of the object, do not do it separately
1526 double left, right, top, bottom; // values used, because a bounding rect can have values reversed L<->R, T<->B
1594 if(!Placeable.Dst.right && !Placeable.Dst.left){ // no page size has been supplied
1607 Placeable.Dst.right = Dst.x;
1613 Placeable.Dst.right = round(((double) Placeable.Inch) * 297.0/25.4);
1630 d->PixelsInX = Placeable.Dst.right - Placeable.Dst.left + 1;
2035 tmp_path << "L " << pix_to_xy( d, rc.right, rc.top ) << " ";
2036 tmp_path << "L " << pix_to_xy( d, rc.right, rc.bottom ) << " ";
2054 tmp_path << "L " << pix_to_xy( d, rc.right, rc.top ) << " ";
2055 tmp_path << "L " << pix_to_xy( d, rc.right, 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 );
2098 double rx = pix_to_abs_size( d, std::abs(rc.right - rc.left )/2.0 );
2148 U_sanerect16(rc, &left, &top, &right, &bottom);
2152 tmp_rectangle << "\n\tL " << pix_to_xy( d, right, top ) << " ";
2153 tmp_rectangle << "\n\tL " << pix_to_xy( d, right, bottom ) << " ";
2168 U_sanerect16(rc, &left, &top, &right, &bottom);
2188 << pix_to_xy(d, right - cnx , top )
2191 << pix_to_xy(d, right - cnx*f1 , top )
2193 << pix_to_xy(d, right , top + cny*f1 )
2195 << pix_to_xy(d, right , top + cny )
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 )
2605 // WMF textalignment is a bit strange: 0x6 is center, 0x2 is right, 0x0 is left, the value 0x4 is also drawn left