Searched refs:x_ (Results 1 - 10 of 10) sorted by relevance

/haiku/headers/libs/agg/
H A Dagg_vcgen_markers_term.h53 coord_type(double x_, double y_) : x(x_), y(y_) {} argument
H A Dagg_vertex_sequence.h50 // vertex_dist(double x_, double y_) :
51 // x(x_),
138 vertex_dist(double x_, double y_) : argument
139 x(x_),
162 vertex_dist_cmd(double x_, double y_, unsigned cmd_) : argument
163 vertex_dist(x_, y_),
H A Dagg_path_storage_integer.h43 vertex_integer(T x_, T y_, unsigned flag) : argument
44 x(((x_ << 1) & ~1) | (flag & 1)),
47 unsigned vertex(double* x_, double* y_, argument
51 *x_ = dx + (double(x >> 1) / coord_scale) * scale;
H A Dagg_scanline_bin.h157 span(coord_type x_, coord_type len_) : x(x_), len(len_) {} argument
H A Dagg_basics.h513 point_base(T x_, T y_) : x(x_), y(y_) {} argument
526 vertex_base(T x_, T y_, unsigned cmd_) : x(x_), y(y_), cmd(cmd_) {} argument
H A Dagg_renderer_raster_text.h177 const_span(int x_, unsigned len_, const cover_type* covers_) : argument
178 x(x_), len(len_), covers(covers_)
H A Dagg_scanline_p.h192 span(coord_type x_, coord_type len_, const cover_type* covers_) : argument
193 x(x_), len(len_), covers(covers_) {}
H A Dagg_scanline_u.h296 span(coord_type x_, coord_type len_, cover_type* covers_) : argument
297 x(x_), len(len_), covers(covers_) {}
H A Dagg_rasterizer_outline_aa.h41 line_aa_vertex(int x_, int y_) : argument
42 x(x_),
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dlonglong.h855 UDItype x_ = (USItype)(x); \
858 __asm__ ("nsb %1, %0" : "=r" (c_) : "r" (x_)); \

Completed in 119 milliseconds