Searched refs:x1 (Results 51 - 75 of 582) sorted by relevance

1234567891011>>

/haiku-fatelf/src/system/libroot/posix/glibc/include/arch/ppc/bits/
H A Dhuge_val.h33 # define HUGE_VAL (__extension__ 0x1.0p2047)
71 # define HUGE_VALF (__extension__ 0x1.0p255f)
/haiku-fatelf/headers/libs/agg/
H A Dagg_rendering_buffer_dynarow.h41 int x1, x2; member in struct:agg::rendering_buffer_dynarow::row_data
105 if(x < r->x1) { r->x1 = x; }
112 r->x1 = x;
H A Dagg_span_interpolator_persp.h51 span_interpolator_persp_exact(double x1, double y1, argument
55 rect_to_quad(x1, y1, x2, y2, quad);
61 double x1, double y1,
64 quad_to_rect(quad, x1, y1, x2, y2);
77 void rect_to_quad(double x1, double y1, double x2, double y2, argument
81 src[0] = src[6] = x1;
92 double x1, double y1, double x2, double y2)
95 dst[0] = dst[6] = x1;
155 // Assume x1,y1 are equal to the ones at the previous end point
261 span_interpolator_persp_lerp(double x1, doubl argument
60 span_interpolator_persp_exact(const double* quad, double x1, double y1, double x2, double y2) argument
91 quad_to_rect(const double* quad, double x1, double y1, double x2, double y2) argument
270 span_interpolator_persp_lerp(const double* quad, double x1, double y1, double x2, double y2) argument
287 rect_to_quad(double x1, double y1, double x2, double y2, const double* quad) argument
301 quad_to_rect(const double* quad, double x1, double y1, double x2, double y2) argument
323 int x1 = iround(xt * subpixel_scale); local
382 int x1 = m_coord_x.y(); local
[all...]
H A Dagg_renderer_outline_aa.h36 distance_interpolator0(int x1, int y1, int x2, int y2, int x, int y) : argument
37 m_dx(line_mr(x2) - line_mr(x1)),
64 int x1, int y1, int x2, int y2,
66 m_dx1(line_mr(x1) - line_mr(xc)),
70 m_dist1((line_mr(x + line_subpixel_scale/2) - line_mr(x1)) * m_dy1 -
102 distance_interpolator1(int x1, int y1, int x2, int y2, int x, int y) : argument
103 m_dx(x2 - x1),
172 distance_interpolator2(int x1, int y1, int x2, int y2, argument
174 m_dx(x2 - x1),
176 m_dx_start(line_mr(sx) - line_mr(x1)),
63 distance_interpolator00(int xc, int yc, int x1, int y1, int x2, int y2, int x, int y) argument
191 distance_interpolator2(int x1, int y1, int x2, int y2, int ex, int ey, int x, int y, int) argument
319 distance_interpolator3(int x1, int y1, int x2, int y2, int sx, int sy, int ex, int ey, int x, int y) argument
1375 clip_box(double x1, double y1, double x2, double y2) argument
1407 semidot_hline(Cmp cmp, int xc1, int yc1, int xc2, int yc2, int x1, int y1, int x2) argument
1518 pie(int xc, int yc, int x1, int y1, int x2, int y2) argument
1579 int x1 = lp.x1; local
1634 int x1 = lp.x1; local
1701 int x1 = lp.x1; local
1773 int x1 = lp.x1; local
[all...]
H A Dagg_trans_viewport.h79 void device_viewport(double x1, double y1, double x2, double y2) argument
81 m_device_x1 = x1;
89 void world_viewport(double x1, double y1, double x2, double y2) argument
91 m_world_x1 = x1;
99 void device_viewport(double* x1, double* y1, double* x2, double* y2) const argument
101 *x1 = m_device_x1;
108 void world_viewport(double* x1, double* y1, double* x2, double* y2) const argument
110 *x1 = m_world_x1;
117 void world_viewport_actual(double* x1, double* y1, argument
120 *x1
[all...]
H A Dagg_bezier_arc.h93 // Computes an elliptical arc from (x1, y1) to (x2, y2). The size and
107 bezier_arc_svg(double x1, double y1, argument
115 init(x1, y1, rx, ry, angle, large_arc_flag, sweep_flag, x2, y2);
119 void init(double x1, double y1,
H A Dagg_conv_marker.h90 double x1, y1, x2, y2; local
108 if(is_stop(m_marker_locator->vertex(&x1, &y1)))
120 m_mtx *= trans_affine_rotation(atan2(y2 - y1, x2 - x1));
121 m_mtx *= trans_affine_translation(x1, y1);
H A Dagg_trans_affine.h108 trans_affine(double x1, double y1, double x2, double y2, argument
111 rect_to_parl(x1, y1, x2, y2, parl);
116 double x1, double y1, double x2, double y2)
118 parl_to_rect(parl, x1, y1, x2, y2);
132 const trans_affine& rect_to_parl(double x1, double y1,
137 double x1, double y1,
386 // x1,y1,x2,y2
390 trans_affine_line_segment(double x1, double y1, double x2, double y2, argument
393 double dx = x2 - x1;
400 multiply(trans_affine_translation(x1, y
115 trans_affine(const double* parl, double x1, double y1, double x2, double y2) argument
[all...]
/haiku-fatelf/headers/os/drivers/usb/
H A DUSB_hid_page_sport_controls.h17 B_HID_UID_SPO_BASEBALL_BAT = 0x1,
H A DUSB_hid_page_digitizers.h17 B_HID_UID_DIG_DIGITIZER = 0x1,
/haiku-fatelf/src/bin/bash/
H A Dalias.h35 #define AL_EXPANDNEXT 0x1
/haiku-fatelf/src/bin/gdb/include/coff/
H A Dtic54x.h47 #define PG_DATA 0x1 /* DATA page */
/haiku-fatelf/src/libs/print/libgutenprint/src/main/
H A Dgutenprint-internal.h56 #define BUFFER_FLAG_FLIP_X 0x1
/haiku-fatelf/headers/private/libroot/
H A Dmathimpl.h72 # define vc(name, value, x1,x2,x3,x4, bexp, xval) \
73 static long const cat3(name,,x)[] = {cat3t(0x,x1,x2), cat3t(0x,x3,x4)};
81 # define vc(name, value, x1,x2,x3,x4, bexp, xval) ;
/haiku-fatelf/src/libs/agg/src/
H A Dagg_trans_double_path.cpp173 double x1 = 0.0; local
184 x1 = vertices[0].x;
186 dx = vertices[1].x - x1;
198 x1 = vertices[j].x;
200 dx = x1 - vertices[i].x;
236 x1 = vertices[i].x;
238 dx = vertices[j].x - x1;
241 *x = x1 + dx * d / dd;
257 double x1 = *x; local
264 transform1(m_src_vertices1, m_kindex1, 1.0, &x1,
[all...]
/haiku-fatelf/src/tests/servers/app/painter/
H A DShapeConverter.cpp72 double x1 = bezierPts[0].x; local
81 Transform(&x1, &y1);
85 fPath->curve4(x1, y1, x2, y2, x3, y3);
/haiku-fatelf/src/apps/glteapot/
H A DFPS.cpp41 static GLfloat x1 = -size / 4 + gap; local
42 static GLfloat x2 = -x1;
55 glVertex2f(x1 + x, y0 + y);
70 glVertex2f(x1 + x, y6 + y);
85 glVertex2f(x1 + x, y3 + y);
/haiku-fatelf/src/add-ons/translators/icns/openjpeg/
H A Dtcd.h83 int x0, y0, x1, y1; /* dimension of the code-blocks : left upper corner (x0, y0) right low corner (x1,y1) */ member in struct:opj_tcd_cblk_enc
94 int x0, y0, x1, y1; /* dimension of the code-blocks : left upper corner (x0, y0) right low corner (x1,y1) */ member in struct:opj_tcd_cblk_dec
106 int x0, y0, x1, y1; /* dimension of the precinct : left upper corner (x0, y0) right low corner (x1,y1) */ member in struct:opj_tcd_precinct
120 int x0, y0, x1, y1; /* dimension of the subband : left upper corner (x0, y0) right low corner (x1,y1) */ member in struct:opj_tcd_band
131 int x0, y0, x1, y1; /* dimension of the resolution level : left upper corner (x0, y0) right low corner (x1,y member in struct:opj_tcd_resolution
141 int x0, y0, x1, y1; /* dimension of component : left upper corner (x0, y0) right low corner (x1,y1) */ member in struct:opj_tcd_tilecomp
152 int x0, y0, x1, y1; /* dimension of the tile : left upper corner (x0, y0) right low corner (x1,y1) */ member in struct:opj_tcd_tile
[all...]
/haiku-fatelf/src/libs/print/libgutenprint/src/xml/
H A DMakefile.am31 dither-matrix-1x1.xml \
32 dither-matrix-2x1.xml \
33 dither-matrix-4x1.xml \
/haiku-fatelf/headers/private/kernel/arch/x86/
H A Ddescriptors.h33 DT_DATA_ACCESSED = 0x1,
/haiku-fatelf/src/add-ons/accelerants/3dfx/
H A D3dfx_overlay.cpp82 int32 x1 = (window->h_start < 0) ? 0 : window->h_start; local
85 int32 x2 = x1 + window->width - 1;
91 OUTREG32(VIDEO_OVERLAY_START_COORDS, x1 | (y1 << 12));
95 OUTREG32(VIDEO_OVERLAY_DUDX_OFFSET_SRC_WIDTH, ((x1 & 0x0001ffff) << 3)
/haiku-fatelf/src/add-ons/kernel/drivers/input/usb_hid/
H A DHIDDataTypes.h11 #define ITEM_TYPE_GLOBAL 0x1
22 #define ITEM_TAG_GLOBAL_LOGICAL_MINIMUM 0x1
35 #define ITEM_TAG_LOCAL_USAGE_MINIMUM 0x1
57 #define UNIT_LENGTH 0x1
/haiku-fatelf/src/bin/gdb/include/opcode/
H A Dmn10200.h78 #define MN10200_OPERAND_DREG 0x1
H A Ds390.h108 #define S390_OPERAND_GPR 0x1
/haiku-fatelf/src/libs/compat/freebsd_network/compat/altq/
H A Dif_altq.h31 #define ALTQF_READY 0x1

Completed in 119 milliseconds

1234567891011>>