Public Member Functions | |
| cairo_pattern (ImageData32 const &data) | |
| ~cairo_pattern (void) | |
| void | set_matrix (Cairo::Matrix const &matrix) |
| void | set_origin (double x, double y) |
| void | set_extend (Cairo::Extend extend) |
| void | set_filter (Cairo::Filter filter) |
| Cairo::RefPtr < Cairo::SurfacePattern > const & | pattern (void) const |
| mapnik::cairo_pattern::cairo_pattern | ( | ImageData32 const & | data | ) | [inline] |
| mapnik::cairo_pattern::~cairo_pattern | ( | void | ) | [inline] |
| void mapnik::cairo_pattern::set_matrix | ( | Cairo::Matrix const & | matrix | ) | [inline] |
Referenced by mapnik::cairo_renderer< T >::process().
| void mapnik::cairo_pattern::set_origin | ( | double | x, | |
| double | y | |||
| ) | [inline] |
Referenced by mapnik::cairo_context::add_image().
| void mapnik::cairo_pattern::set_extend | ( | Cairo::Extend | extend | ) | [inline] |
Referenced by mapnik::cairo_renderer< T >::process().
| void mapnik::cairo_pattern::set_filter | ( | Cairo::Filter | filter | ) | [inline] |
Referenced by mapnik::cairo_renderer< T >::process().
| Cairo::RefPtr<Cairo::SurfacePattern> const& mapnik::cairo_pattern::pattern | ( | void | ) | const [inline] |
Referenced by mapnik::cairo_context::add_image(), and mapnik::cairo_context::set_pattern().
1.5.6