![]() |
libxputty 0.1
|
Go to the source code of this file.
Functions | |
void | _rounded_iframe (cairo_t *cr, float x, float y, float w, float h) |
void | _draw_image (void *w_, void *user_data) |
_draw_image - internal draw the image to the buffer | |
void _draw_image | ( | void * | w_, |
void * | user_data | ||
) |
_draw_image - internal draw the image to the buffer
*w_ | - void pointer to the Widget_t image |
*user_data | - void pointer to attached user_data |
Definition at line 39 of file xdrawing_area_private.c.
References _rounded_iframe(), Widget_t::app, Resize_t::ascale, Xputty::big_font, Widget_t::crb, get_color_state(), Metrics_t::height, Widget_t::height, Widget_t::image, os_get_surface_size(), os_get_window_metrics(), Widget_t::scale, use_base_color_scheme(), Metrics_t::width, and Widget_t::width.
Referenced by add_image().
void _rounded_iframe | ( | cairo_t * | cr, |
float | x, | ||
float | y, | ||
float | w, | ||
float | h | ||
) |
Definition at line 25 of file xdrawing_area_private.c.
Referenced by _draw_image().