Lines Matching refs:rasterizer_compound_aa

74     template<class Clip=rasterizer_sl_clip_int> class rasterizer_compound_aa
103 rasterizer_compound_aa() : in rasterizer_compound_aa() function
264 rasterizer_compound_aa(const rasterizer_compound_aa<Clip>&);
265 const rasterizer_compound_aa<Clip>&
266 operator = (const rasterizer_compound_aa<Clip>&);
299 void rasterizer_compound_aa<Clip>::reset() in reset()
311 void rasterizer_compound_aa<Clip>::filling_rule(filling_rule_e filling_rule) in filling_rule()
318 void rasterizer_compound_aa<Clip>::clip_box(double x1, double y1, in clip_box()
328 void rasterizer_compound_aa<Clip>::reset_clipping() in reset_clipping()
336 void rasterizer_compound_aa<Clip>::styles(int left, int right) in styles()
351 void rasterizer_compound_aa<Clip>::move_to(int x, int y) in move_to()
360 void rasterizer_compound_aa<Clip>::line_to(int x, int y) in line_to()
369 void rasterizer_compound_aa<Clip>::move_to_d(double x, double y) in move_to_d()
378 void rasterizer_compound_aa<Clip>::line_to_d(double x, double y) in line_to_d()
387 void rasterizer_compound_aa<Clip>::add_vertex(double x, double y, unsigned cmd) in add_vertex()
407 void rasterizer_compound_aa<Clip>::edge(int x1, int y1, int x2, int y2) in edge()
418 void rasterizer_compound_aa<Clip>::edge_d(double x1, double y1, in edge_d()
430 AGG_INLINE void rasterizer_compound_aa<Clip>::sort() in sort()
437 AGG_INLINE bool rasterizer_compound_aa<Clip>::rewind_scanlines() in rewind_scanlines()
456 AGG_INLINE void rasterizer_compound_aa<Clip>::add_style(int style_id) in add_style()
479 unsigned rasterizer_compound_aa<Clip>::sweep_styles() in sweep_styles()
590 unsigned rasterizer_compound_aa<Clip>::style(unsigned style_idx) const in style()
597 AGG_INLINE bool rasterizer_compound_aa<Clip>::navigate_scanline(int y) in navigate_scanline()
620 bool rasterizer_compound_aa<Clip>::hit_test(int tx, int ty) in hit_test()
640 cover_type* rasterizer_compound_aa<Clip>::allocate_cover_buffer(unsigned len) in allocate_cover_buffer()
648 void rasterizer_compound_aa<Clip>::allocate_master_alpha() in allocate_master_alpha()
658 void rasterizer_compound_aa<Clip>::master_alpha(int style, double alpha) in master_alpha()