|
string | readfile (string filename) |
|
void | set_color (canvas &cvs, brush_type type, color c) |
|
void | fill_rect (canvas &cvs, rect r) |
|
void | fill_rect (canvas &cvs, rect r, color color) |
|
void | fill_circle (canvas &cvs, rect rc, color color) |
|
void | draw_circle (canvas &cvs, rect rc, color color) |
|
void | clip_rect (canvas &cvs, rect r) |
|
void | draw_image (canvas &cvs, int x, int y, const Bitmap &bmp) |
|
void | draw_image (canvas &cvs, rect rc, const Bitmap &bmp) |
|
void | add_color_stop (canvas &cvs, brush_type type, float offset, color c, optional< float > hint) |
|
bool | set_font (canvas &cvs, const string &raw_font_data, int pixel_size) |
|
void | fill_polygon (canvas &cvs, vector< xy > points, color color) |
|
string | getdir (string filename) |
|
void | draw_image_pattern (canvas &cvs, const background_layer &bg, const Bitmap &img) |
|
void | set_gradient (canvas &cvs, const background_layer::linear_gradient &gradient, int origin_x, int origin_y) |
|
void | set_gradient (canvas &cvs, const background_layer::radial_gradient &gradient, int origin_x, int origin_y) |
|
void | set_gradient (canvas &cvs, const background_layer::conic_gradient &gradient, int origin_x, int origin_y) |
|
template<class Gradient > |
void | draw_gradient (uint_ptr hdc, const background_layer &bg, const Gradient &gradient) |
|