Lines Matching defs:top
1526 double left, right, top, bottom; // values used, because a bounding rect can have values reversed L<->R, T<->B
1599 Placeable.Dst.top = 0;
1631 d->PixelsInY = Placeable.Dst.bottom - Placeable.Dst.top + 1;
1644 d->ulCornerInY = Placeable.Dst.top;
2034 tmp_path << "M " << pix_to_xy( d, rc.left , rc.top ) << " ";
2035 tmp_path << "L " << pix_to_xy( d, rc.right, rc.top ) << " ";
2053 tmp_path << "M " << pix_to_xy( d, rc.left , rc.top ) << " ";
2054 tmp_path << "L " << pix_to_xy( d, rc.right, rc.top ) << " ";
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);
2151 tmp_rectangle << "\n\tM " << pix_to_xy( d, left , top ) << " ";
2152 tmp_rectangle << "\n\tL " << pix_to_xy( d, right, top ) << " ";
2168 U_sanerect16(rc, &left, &top, &right, &bottom);
2178 << pix_to_xy(d, left , top + cny )
2181 << pix_to_xy(d, left , top + cny*f1 )
2183 << pix_to_xy(d, left + cnx*f1 , top )
2185 << pix_to_xy(d, left + cnx , top )
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 )