/AliOS-Things-master/components/littlevgl/src/lv_themes/ |
A D | lv_theme.h | 44 lv_style_t * bg; member 104 lv_style_t * bg; member 112 lv_style_t * bg; member 137 lv_style_t * bg; member 151 lv_style_t * bg; member 165 lv_style_t * bg; member 180 lv_style_t * bg; member 195 lv_style_t * bg; member 210 lv_style_t * bg; member 223 lv_style_t * bg; member [all …]
|
A D | lv_theme_zen.c | 47 static lv_style_t bg; in basic_init() local 211 static lv_style_t bg, indic; in bar_init() local 412 static lv_style_t bg, rel, pr, tgl_rel, tgl_pr, ina; in btnm_init() local 464 static lv_style_t bg, rel, pr, tgl_rel, tgl_pr, ina; in kb_init() local 520 static lv_style_t bg, rel, pr; in mbox_init() local 590 static lv_style_t bg, rel, pr, tgl_rel, tgl_pr, ina; in list_init() local 637 static lv_style_t bg, sel; in ddlist_init() local 660 static lv_style_t bg, sel; in roller_init() local
|
A D | lv_theme_mono.c | 357 static lv_style_t bg; in ddlist_init() local 370 static lv_style_t bg; in roller_init() local
|
A D | lv_theme_material.c | 50 static lv_style_t bg, panel, scr; in basic_init() local 442 static lv_style_t bg, rel, pr, tgl_rel, tgl_pr, ina; in btnm_init() local 626 static lv_style_t bg, sel; in ddlist_init() local
|
A D | lv_theme_night.c | 32 static lv_style_t scr, bg, sb, panel; variable
|
A D | lv_theme_alien.c | 34 static lv_style_t bg; variable
|
A D | lv_theme_nemo.c | 36 static lv_style_t bg; variable
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_ttf.h | 255 #define TTF_RenderText(font, text, fg, bg) \ argument 257 #define TTF_RenderUTF8(font, text, fg, bg) \ argument 259 #define TTF_RenderUNICODE(font, text, fg, bg) \ argument
|
/AliOS-Things-master/components/littlevgl/src/lv_objx/ |
A D | lv_mbox.h | 53 lv_cont_ext_t bg; /*Ext. of ancestor*/ member
|
A D | lv_cb.c | 266 lv_obj_t * bg = lv_obj_get_parent(bullet); in lv_bullet_design() local
|
A D | lv_page.h | 59 lv_cont_ext_t bg; /*Ext. of ancestor*/ member
|
A D | lv_label.c | 834 lv_area_t bg; in lv_label_design() local
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/gregbook/ |
A D | rpng2-win.c | 156 #define alpha_composite(composite, fg, alpha, bg) { \ argument 241 } bg[] = { variable
|
A D | rpng-win.c | 127 #define alpha_composite(composite, fg, alpha, bg) { \ argument
|
A D | rpng-x.c | 109 #define alpha_composite(composite, fg, alpha, bg) { \ argument
|
A D | rpng2-x.c | 169 #define alpha_composite(composite, fg, alpha, bg) { \ argument 267 } bg[] = { variable
|
/AliOS-Things-master/components/SDL2/src/video/x11/ |
A D | SDL_x11mouse.c | 122 XColor fg, bg; in X11_CreatePixmapCursor() local
|
/AliOS-Things-master/components/SDL2/src/ttf/ |
A D | SDL_ttf.c | 1541 const char *text, SDL_Color fg, SDL_Color bg) in TTF_RenderText_Shaded() 1562 const char *text, SDL_Color fg, SDL_Color bg) in TTF_RenderUTF8_Shaded() 1705 SDL_Color bg) in TTF_RenderUNICODE_Shaded() 1726 SDL_Color bg) in TTF_RenderGlyph_Shaded()
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | png.h | 2510 # define png_composite(composite, fg, alpha, bg) \ argument 2519 # define png_composite_16(composite, fg, alpha, bg) \ argument 2530 # define png_composite(composite, fg, alpha, bg) \ argument 2536 # define png_composite_16(composite, fg, alpha, bg) \ argument
|
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/ |
A D | png.h | 2510 # define png_composite(composite, fg, alpha, bg) \ argument 2519 # define png_composite_16(composite, fg, alpha, bg) \ argument 2530 # define png_composite(composite, fg, alpha, bg) \ argument 2536 # define png_composite_16(composite, fg, alpha, bg) \ argument
|
/AliOS-Things-master/components/py_engine/framework/ |
A D | st7789py.py | 853 def write(self, font, string, x, y, fg=WHITE, bg=BLACK): argument
|
/AliOS-Things-master/components/py_engine/engine/drivers/display/ |
A D | lcd160cr.py | 315 def set_text_color(self, fg, bg): argument
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/libtests/ |
A D | pngvalid.c | 9353 const double bg = dp->background_gamma; in gamma_info_imp() local 10780 double bg; in gamma_composition_test() local
|