Searched defs:y1 (Results 1 - 25 of 91) 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
51 double y1() const { return base_type::vpgen().y1(); } 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
51 double y1() const { return base_type::vpgen().y1(); } 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.h29 double y1 = 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
53 double y1() const { return m_clip_box.y1; } 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
51 double y1() const { return m_clip_box.y1; } function in class:agg::vpgen_clip_polyline
H A Dagg_conv_marker.h90 double x1, y1, x2, y2; local
H A Dagg_bezier_arc.h107 bezier_arc_svg(double x1, double y1, argument
H A Dagg_span_gouraud.h74 void triangle(double x1, double y1, argument
46 span_gouraud(const color_type& c1, const color_type& c2, const color_type& c3, double x1, double y1, double x2, double y2, double x3, double y3, double d) 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/add-ons/accelerants/3dfx/
H A D3dfx_overlay.cpp83 int32 y1 = (window->v_start < 0) ? 0 : window->v_start; local
/haiku/src/add-ons/accelerants/ati/
H A Dmach64_overlay.cpp38 int32 y1 = (window->v_start < 0) ? 0 : window->v_start; local
H A Drage128_overlay.cpp116 int32 y1 = window->v_start; local
/haiku/src/tests/libs/alm/
H A DAreas.cpp28 BReference<YTab> y1 = layout->AddYTab(); local
/haiku/src/tests/servers/app/painter/
H A DShapeConverter.cpp73 double y1 = bezierPts[0].y; local
/haiku/src/system/libroot/os/arch/sparc/
H A Dfpu_div.c157 u_int r0, r1, r2, r3, d0, d1, d2, d3, y0, y1, y2, y3; local
H A Dfpu_sqrt.c192 u_int y0, y1, y2, y3; local
/haiku/src/apps/glteapot/
H A DFPS.cpp46 static GLfloat y1 = size / 2 - gap; local
/haiku/src/libs/agg/src/
H A Dagg_trans_single_path.cpp127 double y1 = 0.0; local
H A Dagg_trans_double_path.cpp174 double y1 = 0.0; local
258 double y1 = *y; local
[all...]
H A Dagg_trans_affine.cpp44 const trans_affine& trans_affine::rect_to_parl(double x1, double y1, argument
162 double y1 = 0.0; local
181 double y1 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...]

Completed in 198 milliseconds

1234