Searched defs:x1 (Results 1 - 25 of 95) sorted by relevance

1234

/haiku/headers/libs/agg/
H A Dagg_conv_clip_polygon.h45 void clip_box(double x1, double y1, double x2, double y2) argument
50 double x1() const { return base_type::vpgen().x1(); } function in struct:agg::conv_clip_polygon
H A Dagg_conv_clip_polyline.h45 void clip_box(double x1, double y1, double x2, double y2) argument
50 double x1() const { return base_type::vpgen().x1(); } function in struct:agg::conv_clip_polyline
H A Dagg_math.h37 AGG_INLINE double cross_product(double x1, double y1, argument
45 AGG_INLINE bool point_in_triangle(double x1, double y1, argument
[all...]
H A Dagg_path_length.h28 double x1 = 0.0; local
H A Dagg_bounding_rect.h29 bounding_rect(VertexSource& vs, GetId& gi, unsigned start, unsigned num, CoordT* x1, CoordT* y1, CoordT* x2, CoordT* y2) argument
75 bounding_rect_single(VertexSource& vs, unsigned path_id, CoordT* x1, CoordT* y1, CoordT* x2, CoordT* y2) argument
[all...]
H A Dagg_vpgen_clip_polygon.h42 void clip_box(double x1, double y1, double x2, double y2) argument
52 double x1() const { return m_clip_box.x1; } function in class:agg::vpgen_clip_polygon
H A Dagg_vpgen_clip_polyline.h41 void clip_box(double x1, double y1, double x2, double y2) argument
50 double x1() const { return m_clip_box.x1; } function in class:agg::vpgen_clip_polyline
H A Dagg_conv_marker.h90 double x1, y1, x2, y2; local
H A Dagg_rendering_buffer_dynarow.h41 int x1, x2; member in struct:agg::rendering_buffer_dynarow::row_data
H A Dagg_bezier_arc.h107 bezier_arc_svg(double x1, double y1, argument
/haiku/src/kits/interface/
H A DGradientLinear.cpp37 BGradientLinear::BGradientLinear(float x1, float y1, float x2, float y2) argument
/haiku/src/preferences/screensaver/
H A DUtility.h16 scale_direct(float x1, float x2, float y1, float y2, BRect area) argument
33 scale(int x1, int x2, int y1, int y2,BRect area) argument
H A DPreviewView.cpp48 scale2(int x1, int x2, int y1, int y2, BRect area) argument
/haiku/src/tests/libs/linprog/
H A DProgram.cpp29 Variable* x1 = ls.AddVariable(); local
54 Variable* x1 = ls.AddVariable(); local
86 Variable* x1 = ls.AddVariable(); local
[all...]
/haiku/src/system/libroot/os/arch/sparc/
H A Dfpu_mul.c103 u_int a3, a2, a1, a0, x3, x2, x1, x0, bit, m; local
H A Dfpu_sqrt.c191 u_int x0, x1, x2, x3; local
[all...]
/haiku/src/add-ons/accelerants/3dfx/
H A D3dfx_overlay.cpp82 int32 x1 = (window->h_start < 0) ? 0 : window->h_start; local
/haiku/src/tests/servers/app/painter/
H A DShapeConverter.cpp72 double x1 = bezierPts[0].x; local
/haiku/src/apps/glteapot/
H A DFPS.cpp41 static GLfloat x1 = -size / 4 + gap; local
/haiku/src/libs/agg/src/
H A Dagg_trans_single_path.cpp126 double x1 = 0.0; local
H A Dagg_trans_double_path.cpp173 double x1 = 0.0; local
257 double x1 = *x; local
[all...]
H A Dagg_trans_affine.cpp44 const trans_affine& trans_affine::rect_to_parl(double x1, double y1, argument
161 double x1 = 0.0; local
180 double x1 = 0.0; local
57 parl_to_rect(const double* parl, double x1, double y1, double x2, double y2) argument
[all...]
/haiku/src/libs/stdc++/legacy/
H A DPlotFile.cc87 arc(const int xi, const int yi, const int x0, const int y0, const int x1, const int y1) argument
95 box(const int x0, const int y0, const int x1, const int y1) argument
132 line(const int x0, const int y0, const int x1, const int y1) argument
153 space(const int x0, const int y0, const int x1, const int y1) argument
[all...]
/haiku/src/tests/kits/game/file_game_sound_test/
H A DFileSoundWindow.cpp45 float x1 = textControl -> Bounds().left; local
/haiku/src/add-ons/accelerants/ati/
H A Drage128_overlay.cpp115 int32 x1 = window->h_start; local

Completed in 166 milliseconds

1234