Home
last modified time | relevance | path

Searched refs:theme_set_background_source (Results 1 – 3 of 3) sorted by relevance

/third_party/weston/shared/
Dcairo-util.c369 theme_set_background_source(struct theme *t, cairo_t *cr, uint32_t flags) in theme_set_background_source() function
415 theme_set_background_source(t, cr, THEME_FRAME_ACTIVE); in theme_create()
428 theme_set_background_source(t, cr, 0); in theme_create()
Dcairo-util.h74 theme_set_background_source(struct theme *t, cairo_t *cr, uint32_t flags);
/third_party/weston/clients/
Dwindow.c5411 theme_set_background_source(menu->window->display->theme, in menu_redraw_handler()