Home | History | Annotate | Download | only in agg23

Lines Matching refs:ren

34     renderer_base(pixfmt_type& ren) :
35 m_ren(&ren),
36 m_clip_box(0, 0, ren.width() - 1, ren.height() - 1)
38 void attach(pixfmt_type& ren)
40 m_ren = &ren;
41 m_clip_box = rect(0, 0, ren.width() - 1, ren.height() - 1);
43 const pixfmt_type& ren() const
47 pixfmt_type& ren()