zebra_draw        424 core/conf.c        CONF_INFO( 70, conf.zebra_draw,                             CONF_DEF_VALUE, i:0),
zebra_draw       1957 core/gui.c         MENU_ITEM(0x5c,LANG_MENU_ZEBRA_DRAW,              MENUITEM_BOOL,                            &conf.zebra_draw, 0 ),
zebra_draw       2653 core/gui.c             y = shortcut_text(x, y, SHORTCUT_TOGGLE_ZEBRA,LANG_MENU_ZEBRA_DRAW,gui_on_off_enum(0,&conf.zebra_draw), col);
zebra_draw        882 core/gui_osd.c             kbd_shortcut(SHORTCUT_TOGGLE_ZEBRA, &conf.zebra_draw, 1);
zebra_draw       1364 core/gui_osd.c     if (conf.zebra_draw)
zebra_draw       1365 core/gui_osd.c         if (libzebra->gui_osd_draw_zebra(conf.zebra_draw && camera_info.state.is_shutter_half_press && camera_info.state.mode_photo))
zebra_draw        158 include/conf.h     int zebra_draw;
zebra_draw        772 modules/zebra.c     return conf.zebra_draw == 0;
zebra_draw        325 platform/ixus240_elph320hs/kbd.c     { 3, TS_KEY_TOGGLE_ZEBRA, 0x00000800, RB(2,1), 1, "Zebra", 0, GUI_MODE_ALT, GUI_MODE_ALT, MODE_REC|MODE_PLAY, &conf.zebra_draw, gui_on_off_enum, &conf.touchscreen_disable_shortcut_controls },
zebra_draw        101 platform/ixus310_elph500hs/kbd.c     { 3, TS_KEY_TOGGLE_ZEBRA, 0x00000800, RB(2,1,1), 1, "Zebra", 0, GUI_MODE_ALT, GUI_MODE_ALT, MODE_REC|MODE_PLAY, &conf.zebra_draw, gui_on_off_enum, &conf.touchscreen_disable_shortcut_controls },