Searched defs:y2 (Results 1 - 25 of 98) sorted by relevance

1234

/haiku-fatelf/src/libs/agg/src/
H A Dagg_vpgen_clip_polyline.cpp43 double y2 = y; local
H A Dagg_trans_single_path.cpp194 double y2 = y1 + dy * d / dd; local
/haiku-fatelf/headers/libs/agg/
H A Dagg_conv_clip_polygon.h45 void clip_box(double x1, double y1, double x2, double y2) argument
53 double y2() const { return base_type::vpgen().y2(); } 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
53 double y2() const { return base_type::vpgen().y2(); } function in struct:agg::conv_clip_polyline
H A Dagg_math.h37 cross_product(double x1, double y1, double x2, double y2, double x, double y) argument
45 point_in_triangle(double x1, double y1, double x2, double y2, double x3, double y3, double x, double y) argument
[all...]
H A Dagg_path_length.h31 double y2 = 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
55 double y2() const { return m_clip_box.y2; } 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
53 double y2() const { return m_clip_box.y2; } 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, double rx, double ry, double angle, bool large_arc_flag, bool sweep_flag, double x2, double y2) argument
H A Dagg_span_gouraud.h46 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
74 triangle(double x1, double y1, double x2, double y2, double x3, double y3, double d) argument
/haiku-fatelf/src/add-ons/accelerants/3dfx/
H A D3dfx_overlay.cpp86 int32 y2 = y1 + window->height - 1; local
/haiku-fatelf/src/add-ons/accelerants/ati/
H A Dmach64_overlay.cpp41 int32 y2 = window->v_start + window->height - 1; local
H A Drage128_overlay.cpp119 int32 y2 = window->v_start + window->height; local
/haiku-fatelf/src/kits/interface/
H A DGradientLinear.cpp37 BGradientLinear::BGradientLinear(float x1, float y1, float x2, float y2) argument
/haiku-fatelf/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.cpp37 scale2(int x1, int x2, int y1, int y2,BRect area) argument
/haiku-fatelf/src/system/libroot/posix/glibc/arch/generic/
H A De_hypotf.c30 float a,b,t1,t2,y1,y2,w; local
H A De_hypot.c59 double a,b,t1,t2,y1,y2,w; local
H A De_hypotl.c63 long double a,b,t1,t2,y1,y2,w; local
/haiku-fatelf/src/add-ons/translators/exr/
H A DEXRGamma.cpp39 float y2 = knee (x, f2); local
/haiku-fatelf/src/tests/libs/alm/
H A DAreas.cpp29 BReference<YTab> y2 = layout->AddYTab(); local
/haiku-fatelf/src/tests/servers/app/painter/
H A DShapeConverter.cpp76 double y2 = bezierPts[1].y; local
/haiku-fatelf/src/apps/glteapot/
H A DFPS.cpp47 static GLfloat y2 = 0 + gap; local

Completed in 109 milliseconds

1234