Searched defs:y1 (Results 1 - 25 of 91) 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, 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 clip_move_point(T x1, T y1, T x2, T y2, const rect_base<T>& clip_box, T* x, T* y, unsigned flags) 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
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_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
267 int y1() const { return m_y1_lr; } 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 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_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
1186 double x1, y1, x2, y2; local
1335 void path_base<VC>::flip_y(double y1, doubl 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.h211 render_hline(int ey, int x1, int y1, int x2, int y2) argument
316 line(int x1, int y1, int x2, int y2) argument
[all...]
H A Dagg_rasterizer_compound_aa.h318 void rasterizer_compound_aa<Clip>::clip_box(double x1, double y1, argument
407 void rasterizer_compound_aa<Clip>::edge(int x1, int y1, int x2, int y2) argument
418 void rasterizer_compound_aa<Clip>::edge_d(double x1, double y1, argument
H A Dagg_rasterizer_outline_aa.h75 int x1, y1, x2, y2; member in struct:agg::rasterizer_outline_aa::draw_vars
321 int y1; local
[all...]
H A Dagg_rasterizer_scanline_aa.h340 void rasterizer_scanline_aa<Clip>::clip_box(double x1, double y1, argument
431 void rasterizer_scanline_aa<Clip>::edge(int x1, int y1, int x2, int y2) argument
443 void rasterizer_scanline_aa<Clip>::edge_d(double x1, double y1, 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
137 void move_to(coord_type x1, coord_type y1) 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
220 coord_type y1 = m_y1; local
320 clip_box(coord_type x1, coord_type y1, coord_type x2, coord_type y2) argument
321 move_to(coord_type x1, coord_type y1) 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...]
H A Dagg_renderer_mclip.h106 void add_clip_box(int x1, int y1, int x2, int y2) argument
183 void copy_vline(int x, int y1, in argument
206 blend_vline(int x, int y1, int y2, const color_type& c, cover_type cover) argument
218 copy_bar(int x1, int y1, int x2, int y2, const color_type& c) argument
229 blend_bar(int x1, int y1, int x2, int y2, const color_type& c, cover_type cover) argument
[all...]

Completed in 145 milliseconds

1234