Searched defs:y2 (Results 1 - 25 of 92) sorted by path

1234

/haiku/headers/libs/agg/
H A Dagg_basics.h287 T x1, y1, x2, y2; member in struct:agg::rect_base
[all...]
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_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_clip_liang_barsky.h83 inline unsigned clip_liang_barsky(T x1, T y1, T x2, T y2, argument
234 bool clip_move_point(T x1, T y1, T x2, T y2, argument
271 clip_line_segment(T* x1, T* y1, T* x2, T* y2, const rect_base<T>& clip_box) argument
[all...]
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_conv_marker.h90 double x1, y1, x2, y2; local
H A Dagg_dda_line.h37 dda_line_interpolator(int y1, int y2, unsigned count) : argument
95 dda2_line_interpolator(int y1, int y2, int count) : argument
112 dda2_line_interpolator(int y1, int y2, int count, int) : argument
231 line_bresenham_interpolator(int x1, int y1, int x2, int y2) : argument
269 int y2() const { return line_lr(m_interpolator.y()); } function in class:agg::line_bresenham_interpolator
[all...]
H A Dagg_glyph_raster_bin.h34 int x1,y1,x2,y2; member in struct:agg::glyph_raster_bin::glyph_rect
H A Dagg_line_aa_basics.h138 int x1, y1, x2, y2, dx, dy, sx, sy; member in struct:agg::line_parameters
[all...]
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_math_stroke.h244 double y2 = v1.y - dy1; local
H A Dagg_path_length.h31 double y2 = 0.0; local
H A Dagg_path_storage.h551 line_adaptor(double x1, double y1, double x2, double y2) : argument
560 void init(double x1, double y1, double x2, double y2) argument
826 double y2; local
1186 double x1, y1, x2, y2; local
1335 flip_y(double y1, double y2) argument
[all...]
H A Dagg_pixfmt_amask_adaptor.h71 bool attach_pixfmt(PixFmt_& pixf, int x1, int y1, int x2, int y2) argument
H A Dagg_pixfmt_gray.h183 bool attach(PixFmt& pixf, int x1, int y1, int x2, int y2) argument
H A Dagg_pixfmt_rgb.h241 bool attach(PixFmt& pixf, int x1, int y1, int x2, int y2) argument
H A Dagg_pixfmt_rgb_packed.h836 bool attach(PixFmt& pixf, int x1, int y1, int x2, int y2) argument
H A Dagg_pixfmt_rgba.h1780 bool attach(PixFmt& pixf, int x1, int y1, int x2, int y2) argument
2365 bool attach(PixFmt& pixf, int x1, int y1, int x2, int y2) argument
H A Dagg_rasterizer_cells_aa.h316 void rasterizer_cells_aa<Cell>::line(int x1, int y1, int x2, int y2) argument
211 render_hline(int ey, int x1, int y1, int x2, int y2) argument
[all...]
H A Dagg_rasterizer_compound_aa.h407 void rasterizer_compound_aa<Clip>::edge(int x1, int y1, int x2, int y2) argument
318 clip_box(double x1, double y1, double x2, double y2) argument
418 edge_d(double x1, double y1, double x2, double y2) argument
H A Dagg_rasterizer_outline_aa.h75 int x1, y1, x2, y2; member in struct:agg::rasterizer_outline_aa::draw_vars
323 int y2; local
[all...]
H A Dagg_rasterizer_scanline_aa.h431 void rasterizer_scanline_aa<Clip>::edge(int x1, int y1, int x2, int y2) argument
340 clip_box(double x1, double y1, double x2, double y2) argument
443 edge_d(double x1, double y1, double x2, double y2) argument
[all...]
H A Dagg_rasterizer_sl_clip.h129 void clip_box(coord_type x1, coord_type y1, coord_type x2, coord_type y2) argument
147 line_clip_y(Rasterizer& ras, coord_type x1, coord_type y1, coord_type x2, coord_type y2, unsigned f1, unsigned f2) const argument
204 line_to(Rasterizer& ras, coord_type x2, coord_type y2) argument
320 clip_box(coord_type x1, coord_type y1, coord_type x2, coord_type y2) argument
324 line_to(Rasterizer& ras, coord_type x2, coord_type y2) argument
[all...]
H A Dagg_renderer_base.h58 bool clip_box(int x1, int y1, int x2, int y2) argument
94 void clip_box_naked(int x1, int y1, int x2, int y2) argument
191 copy_vline(int x, int y1, int y2, const color_type& c) argument
223 blend_vline(int x, int y1, int y2, const color_type& c, cover_type cover) argument
240 copy_bar(int x1, int y1, int x2, int y2, const color_type& c) argument
255 blend_bar(int x1, int y1, int x2, int y2, const color_type& c, cover_type cover) argument
[all...]

Completed in 101 milliseconds

1234