| /GUIX-v6.2.1/samples/demo_guix_washing_machine/ |
| D | mode_select.c | 38 MODE_BTN_INFO *entry = mode_button_info_list; in mode_select_window_init() local 41 while (entry->button) in mode_select_window_init() 45 …_pixelmap_button_pixelmap_set((GX_PIXELMAP_BUTTON*)entry->button, entry->map_id, entry->map_id, en… in mode_select_window_init() 48 gx_prompt_text_id_set(&entry->button->template_mode_btn_mode_label, entry->text_id); in mode_select_window_init() 51 gx_numeric_prompt_value_set(&entry->button->template_mode_btn_total_time, entry->minutes); in mode_select_window_init() 54 … gx_prompt_text_id_set(&entry->button_small->template_mode_btn_small_mode_label, entry->text_id); in mode_select_window_init() 57 …gx_numeric_prompt_value_set(&entry->button_small->template_mode_btn_small_total_time, entry->minut… in mode_select_window_init() 60 …_button_pixelmap_set((GX_PIXELMAP_BUTTON*)entry->button_small, entry->map_id_small, entry->map_id_… in mode_select_window_init() 62 if (selected_button_id != entry->button->gx_widget_id) in mode_select_window_init() 65 gx_widget_hide(entry->button); in mode_select_window_init() [all …]
|
| D | water_level.c | 42 widget_angle_map* entry = map_list; in get_angle() local 44 while (entry->widget) in get_angle() 46 if (entry->widget == widget) in get_angle() 48 return entry->angle; in get_angle() 50 entry++; in get_angle() 61 widget_angle_map* entry = map_list; in get_button_widget() local 63 while (entry->widget) in get_button_widget() 65 if (entry->angle == angle) in get_button_widget() 67 return entry->widget; in get_button_widget() 69 entry++; in get_button_widget()
|
| /GUIX-v6.2.1/guix_studio/ |
| D | undo_manager.cpp | 390 undo_record *entry = current; in Undo() local 403 widget_list_size = entry->widget_list.GetSize(); in Undo() 407 if (entry->type == UNDO_TYPE_DELETE_WIDGET) in Undo() 409 parent_info = entry->widget_list[0].parent_info; in Undo() 413 parent_info = entry->widget_list[0].project_info; in Undo() 422 switch(entry->type) in Undo() 428 widget_factory::MoveWidget(entry->widget_list[widget_list_index].project_info, in Undo() 429 entry->widget_list[widget_list_index].copy_info->size); in Undo() 431 current_info = entry->widget_list[widget_list_index].project_info; in Undo() 441 current_info = entry->widget_list[0].project_info; in Undo() [all …]
|
| D | canonical_normalize.cpp | 3129 GX_UNICODE_RANGE *entry = gx_studio_full_composition_exclusion_table; in gx_studio_full_composition_exclusion_test() local 3131 while (entry->gx_unicode_range_start) in gx_studio_full_composition_exclusion_test() 3133 if ((unicode >= entry->gx_unicode_range_start) && in gx_studio_full_composition_exclusion_test() 3134 (unicode <= entry->gx_unicode_range_end)) in gx_studio_full_composition_exclusion_test() 3138 entry++; in gx_studio_full_composition_exclusion_test() 3150 GX_UNICODE_RANGE *entry = gx_studio_nfc_quick_check_no_table; in gx_studio_nfc_quick_check() local 3152 while (entry->gx_unicode_range_start) in gx_studio_nfc_quick_check() 3154 if (code_point >= entry->gx_unicode_range_start && in gx_studio_nfc_quick_check() 3155 code_point <= entry->gx_unicode_range_end) in gx_studio_nfc_quick_check() 3161 entry++; in gx_studio_nfc_quick_check() [all …]
|
| D | app_runner.cpp | 128 APP_ANIMATION *entry = app_animation_created_list; in app_animation_clean_up() local 132 while (entry) in app_animation_clean_up() 134 next = entry->app_animation_next; in app_animation_clean_up() 135 if (entry->app_animation_win_thread_id == data->win32_window_ThreadId) in app_animation_clean_up() 139 pre->app_animation_next = entry->app_animation_next; in app_animation_clean_up() 143 app_animation_created_list = entry->app_animation_next; in app_animation_clean_up() 146 if (entry->app_animation->gx_animation_status != GX_ANIMATION_IDLE) in app_animation_clean_up() 148 gx_animation_stop(entry->app_animation); in app_animation_clean_up() 151 delete entry->app_animation; in app_animation_clean_up() 152 delete entry; in app_animation_clean_up() [all …]
|
| /GUIX-v6.2.1/common/src/ |
| D | gx_utility_bidi_paragraph_reorder.c | 430 GX_BIDI_EXPLICIT_ENTRY *entry; in _gx_utility_bidi_explicit_levels_determine() local 448 entry = stack; in _gx_utility_bidi_explicit_levels_determine() 452 entry -> gx_bidi_explicit_level = context -> gx_bidi_context_base_level; in _gx_utility_bidi_explicit_levels_determine() 453 entry -> gx_bidi_explicit_override_status = GX_BIDI_OVERRIDE_STATUS_N; in _gx_utility_bidi_explicit_levels_determine() 454 entry -> gx_bidi_explicit_isolate_status = GX_FALSE; in _gx_utility_bidi_explicit_levels_determine() 455 last_entry = entry; in _gx_utility_bidi_explicit_levels_determine() 456 entry++; in _gx_utility_bidi_explicit_levels_determine() 472 entry -> gx_bidi_explicit_level = (GX_UBYTE)(last_entry -> gx_bidi_explicit_level + 1); in _gx_utility_bidi_explicit_levels_determine() 479 if ((entry -> gx_bidi_explicit_level & 0x01) == 0) in _gx_utility_bidi_explicit_levels_determine() 481 … entry -> gx_bidi_explicit_level = (GX_UBYTE)(entry -> gx_bidi_explicit_level + 1); in _gx_utility_bidi_explicit_levels_determine() [all …]
|
| D | gx_utility_bidi_arabic_shaping.c | 321 ARABIC_FORM *entry = GX_NULL; in _gx_utility_bidi_arabic_form_get() local 325 entry = arabic_form_table_b; in _gx_utility_bidi_arabic_form_get() 329 entry = arabic_form_table_a; in _gx_utility_bidi_arabic_form_get() 332 if (entry) in _gx_utility_bidi_arabic_form_get() 334 while (entry -> code_point) in _gx_utility_bidi_arabic_form_get() 336 if (entry -> code_point == code_point) in _gx_utility_bidi_arabic_form_get() 341 return entry -> isolated; in _gx_utility_bidi_arabic_form_get() 344 return entry -> initial; in _gx_utility_bidi_arabic_form_get() 347 return entry -> final; in _gx_utility_bidi_arabic_form_get() 350 return entry -> medial; in _gx_utility_bidi_arabic_form_get() [all …]
|
| D | gx_utility_bidi_bracket_pair_get.c | 138 GX_CONST GX_BIDI_BRACKET_PAIR *entry = _gx_bidi_bracket_pair; in _gx_utility_bidi_bracket_pair_get() local 142 while (entry -> gx_bidi_bracket_pair_open) in _gx_utility_bidi_bracket_pair_get() 144 if (code == entry -> gx_bidi_bracket_pair_open || in _gx_utility_bidi_bracket_pair_get() 145 code == entry -> gx_bidi_bracket_pair_close) in _gx_utility_bidi_bracket_pair_get() 147 *bracket_pair = *entry; in _gx_utility_bidi_bracket_pair_get() 150 entry++; in _gx_utility_bidi_bracket_pair_get()
|
| D | gx_utility_bidi_mirroring_get.c | 447 GX_CONST GX_BIDI_MIRROR *entry = _gx_bidi_mirroring; in _gx_utility_bidi_mirroring_get() local 451 while (entry -> gx_bidi_code) in _gx_utility_bidi_mirroring_get() 453 if (entry -> gx_bidi_code == code) in _gx_utility_bidi_mirroring_get() 455 *mirror = entry -> gx_bidi_mirror_code; in _gx_utility_bidi_mirroring_get() 458 entry++; in _gx_utility_bidi_mirroring_get()
|
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/ |
| D | validation_guix_system_screen_stack.c | 98 TEST *entry = test_list; in control_thread_entry() local 103 while(entry->steps) in control_thread_entry() 106 comment[0] = entry->comment; in control_thread_entry() 109 gx_validation_capture_frames(frame_id, entry->steps, comment, 1, 1000); in control_thread_entry() 111 my_event.gx_event_payload.gx_event_pointdata.gx_point_x = entry->xpos; in control_thread_entry() 112 my_event.gx_event_payload.gx_event_pointdata.gx_point_y = entry->ypos; in control_thread_entry() 120 entry++; in control_thread_entry()
|
| D | validation_guix_window_execute.c | 140 TEST *entry = test_list; in control_thread_entry() local 148 while(entry->comment) in control_thread_entry() 151 switch(entry->event_type) in control_thread_entry() 161 my_event.gx_event_type = entry->event_type; in control_thread_entry() 164 my_event.gx_event_payload.gx_event_pointdata.gx_point_x = entry->xpos; in control_thread_entry() 165 my_event.gx_event_payload.gx_event_pointdata.gx_point_y = entry->ypos; in control_thread_entry() 170 my_event.gx_event_type = entry->event_type; in control_thread_entry() 178 gx_validation_set_frame_comment(entry->comment); in control_thread_entry() 180 entry++; in control_thread_entry()
|
| D | validation_guix_all_widgets_execute.c | 85 SCREEN_INFO *entry = screen_info; in control_thread_entry() local 91 while(entry->id) in control_thread_entry() 93 gx_widget_find((GX_WIDGET *)root, entry->id, GX_SEARCH_DEPTH_INFINITE, &parent); in control_thread_entry() 95 if(entry->id == ID_BUTTON_SCREEN) in control_thread_entry() 130 sprintf(test_comment[0], "Switch from %s to next", entry->name); in control_thread_entry() 136 … gx_validation_capture_frames(frame_id, entry->animation_steps, (char **)test_comment, 1, 1000); in control_thread_entry() 142 entry++; in control_thread_entry()
|
| /GUIX-v6.2.1/test/example_internal/drop_list/ |
| D | demo_guix_drop_list.c | 81 DROP_LIST_CHILD *entry = (DROP_LIST_CHILD *) widget; in drop_list_row_create() local 83 strcpy(entry->text, "List Entry #"); in drop_list_row_create() 85 strcat(entry->text, (char*)temp); in drop_list_row_create() 87 gx_widget_created_test(&entry->child_win, &created); in drop_list_row_create() 91 …gx_studio_widget_create((GX_BYTE *) &entry->child_win, &drop_list_child_win_define, (GX_WIDGET *) … in drop_list_row_create() 94 string.gx_string_ptr = entry->text; in drop_list_row_create() 95 string.gx_string_length = strnlen(entry->text, DROP_LIST_MAX_TEXT); in drop_list_row_create() 96 gx_prompt_text_set_ext(&entry->child_win.drop_list_child_win_drop_list_child_prompt, &string); in drop_list_row_create()
|
| /GUIX-v6.2.1/guix_studio/libs/libgit2/include/git2/ |
| D | tree.h | 168 GIT_EXTERN(void) git_tree_entry_free(git_tree_entry *entry); 176 GIT_EXTERN(const char *) git_tree_entry_name(const git_tree_entry *entry); 184 GIT_EXTERN(const git_oid *) git_tree_entry_id(const git_tree_entry *entry); 192 GIT_EXTERN(git_object_t) git_tree_entry_type(const git_tree_entry *entry); 200 GIT_EXTERN(git_filemode_t) git_tree_entry_filemode(const git_tree_entry *entry); 212 GIT_EXTERN(git_filemode_t) git_tree_entry_filemode_raw(const git_tree_entry *entry); 235 const git_tree_entry *entry); 349 const git_tree_entry *entry, void *payload); 397 const char *root, const git_tree_entry *entry, void *payload);
|
| /GUIX-v6.2.1/samples/demo_guix_keyboard/ |
| D | demo_guix_keyboard.c | 209 VOID key_widget_create(KEY_WIDGET *key_widget, USHORT id, KEY_LAYOUT_ENTRY *entry, GX_WIDGET *frame) in key_widget_create() argument 219 map = theme_ptr->theme_pixelmap_table[entry->selected_background]; in key_widget_create() 220 left = frame->gx_widget_size.gx_rectangle_left + entry->xoffset; in key_widget_create() 221 top = frame->gx_widget_size.gx_rectangle_top + entry->yoffset; in key_widget_create() 230 entry->normal_background, in key_widget_create() 231 entry->selected_background, in key_widget_create() 237 key_widget->icon = entry->icon; in key_widget_create() 238 key_widget->text = entry->text; in key_widget_create() 239 key_widget->key_val = entry->key_val; in key_widget_create() 245 VOID PopulateKeyboardButtons(GX_WINDOW *frame, KEY_LAYOUT_ENTRY *entry) in PopulateKeyboardButtons() argument [all …]
|
| /GUIX-v6.2.1/test/example_internal/keyboard_8bpp/ |
| D | demo_guix_keyboard_8bpp.c | 231 VOID key_widget_create(KEY_WIDGET *key_widget, USHORT id, KEY_LAYOUT_ENTRY *entry, GX_WIDGET *frame) in key_widget_create() argument 241 map = theme_ptr->theme_pixelmap_table[entry->selected_background]; in key_widget_create() 242 left = frame->gx_widget_size.gx_rectangle_left + entry->xoffset; in key_widget_create() 243 top = frame->gx_widget_size.gx_rectangle_top + entry->yoffset; in key_widget_create() 252 entry->normal_background, in key_widget_create() 253 entry->selected_background, in key_widget_create() 259 key_widget->icon = entry->icon; in key_widget_create() 260 key_widget->text = entry->text; in key_widget_create() 261 key_widget->key_val = entry->key_val; in key_widget_create() 267 VOID PopulateKeyboardButtons(GX_WINDOW *frame, KEY_LAYOUT_ENTRY *entry) in PopulateKeyboardButtons() argument [all …]
|
| /GUIX-v6.2.1/test/example_internal/all_widgets_synergy_565rgb/ |
| D | demo_guix_all_widgets_synergy_565rgb.c | 193 DROP_LIST_WIDGET *entry = (DROP_LIST_WIDGET *) widget; in drop_list_row_create() local 195 GX_STRCPY(entry->text, " List Entry #"); in drop_list_row_create() 197 GX_STRCAT(entry->text, (char*)temp); in drop_list_row_create() 204 …gx_prompt_create(&entry->prompt, entry->text, list, 0, GX_STYLE_ENABLED|GX_STYLE_TEXT_LEFT|GX_STYL… in drop_list_row_create() 205 …gx_prompt_text_color_set(&entry->prompt, GX_COLOR_ID_CANVAS, GX_COLOR_ID_CANVAS, GX_COLOR_ID_CANVA… in drop_list_row_create() 208 text.gx_string_ptr = entry->text; in drop_list_row_create() 209 text.gx_string_length = strnlen(entry->text, sizeof(entry->text)); in drop_list_row_create() 211 gx_prompt_text_set_ext(&entry->prompt, &text); in drop_list_row_create()
|
| /GUIX-v6.2.1/test/example_internal/all_widgets_synergy_16bpp_flip/ |
| D | demo_guix_all_widgets_synergy_16bpp_flip.c | 193 DROP_LIST_WIDGET *entry = (DROP_LIST_WIDGET *) widget; in drop_list_row_create() local 195 GX_STRCPY(entry->text, " List Entry #"); in drop_list_row_create() 197 GX_STRCAT(entry->text, (char*)temp); in drop_list_row_create() 204 …gx_prompt_create(&entry->prompt, entry->text, list, 0, GX_STYLE_ENABLED|GX_STYLE_TEXT_LEFT|GX_STYL… in drop_list_row_create() 205 …gx_prompt_text_color_set(&entry->prompt, GX_COLOR_ID_CANVAS, GX_COLOR_ID_CANVAS, GX_COLOR_ID_CANVA… in drop_list_row_create() 208 text.gx_string_ptr = entry->text; in drop_list_row_create() 209 text.gx_string_length = strnlen(entry->text, sizeof(entry->text)); in drop_list_row_create() 211 gx_prompt_text_set_ext(&entry->prompt, &text); in drop_list_row_create()
|
| /GUIX-v6.2.1/test/example_internal/all_widgets_565bgr/ |
| D | demo_guix_all_widgets_565bgr.c | 224 DROP_LIST_WIDGET *entry = (DROP_LIST_WIDGET *) widget; in drop_list_row_create() local 226 GX_STRCPY(entry->text, "List Entry #"); in drop_list_row_create() 228 GX_STRCAT(entry->text, (char*)temp); in drop_list_row_create() 235 …gx_prompt_create(&entry->prompt, entry->text, list, 0, GX_STYLE_ENABLED|GX_STYLE_TEXT_LEFT|GX_STYL… in drop_list_row_create() 236 … gx_widget_fill_color_set(&entry->prompt, GX_COLOR_ID_BLACK, GX_COLOR_ID_BLUE, GX_COLOR_ID_BLACK); in drop_list_row_create() 237 … gx_prompt_text_color_set(&entry->prompt, GX_COLOR_ID_WHITE, GX_COLOR_ID_WHITE, GX_COLOR_ID_WHITE); in drop_list_row_create() 240 string.gx_string_ptr = entry->text; in drop_list_row_create() 241 string.gx_string_length = strnlen(entry->text, sizeof(entry->text)); in drop_list_row_create() 242 gx_prompt_text_set_ext(&entry->prompt, &string); in drop_list_row_create()
|
| /GUIX-v6.2.1/test/example_internal/all_widgets_5_2_0/ |
| D | demo_guix_all_widgets_5_2_0.c | 158 DROP_LIST_WIDGET *entry = (DROP_LIST_WIDGET *) widget; in drop_list_row_create() local 160 GX_STRCPY(entry->text, "List Entry #"); in drop_list_row_create() 162 GX_STRCAT(entry->text, (char*)temp); in drop_list_row_create() 169 …gx_prompt_create(&entry->prompt, entry->text, list, 0, GX_STYLE_ENABLED|GX_STYLE_TEXT_LEFT|GX_STYL… in drop_list_row_create() 170 gx_widget_fill_color_set(&entry->prompt, GX_COLOR_ID_BLACK, GX_COLOR_ID_BLUE); in drop_list_row_create() 171 gx_prompt_text_color_set(&entry->prompt, GX_COLOR_ID_WHITE, GX_COLOR_ID_WHITE); in drop_list_row_create() 174 gx_prompt_text_set(&entry->prompt, (GX_CHAR*)entry->text); in drop_list_row_create()
|
| /GUIX-v6.2.1/test/example_internal/all_widgets_5_2_5/ |
| D | demo_guix_all_widgets_5_2_5.c | 182 DROP_LIST_WIDGET *entry = (DROP_LIST_WIDGET *) widget; in drop_list_row_create() local 184 GX_STRCPY(entry->text, "List Entry #"); in drop_list_row_create() 186 GX_STRCAT(entry->text, (char*)temp); in drop_list_row_create() 193 …gx_prompt_create(&entry->prompt, entry->text, list, 0, GX_STYLE_ENABLED|GX_STYLE_TEXT_LEFT|GX_STYL… in drop_list_row_create() 194 gx_widget_fill_color_set(&entry->prompt, GX_COLOR_ID_BLACK, GX_COLOR_ID_BLUE); in drop_list_row_create() 195 gx_prompt_text_color_set(&entry->prompt, GX_COLOR_ID_WHITE, GX_COLOR_ID_WHITE); in drop_list_row_create() 198 gx_prompt_text_set(&entry->prompt, (GX_CHAR*)entry->text); in drop_list_row_create()
|
| /GUIX-v6.2.1/test/example_internal/all_widgets_8bpp/ |
| D | demo_guix_all_widgets_8bpp.c | 270 DROP_LIST_WIDGET *entry = (DROP_LIST_WIDGET *) widget; in drop_list_row_create() local 273 GX_STRCPY(entry->text, "List Entry #"); in drop_list_row_create() 275 GX_STRCAT(entry->text, (char*)temp); in drop_list_row_create() 282 …gx_prompt_create(&entry->prompt, entry->text, list, 0, GX_STYLE_ENABLED|GX_STYLE_TEXT_LEFT|GX_STYL… in drop_list_row_create() 283 … gx_widget_fill_color_set(&entry->prompt, GX_COLOR_ID_BLACK, GX_COLOR_ID_BLUE, GX_COLOR_ID_BLACK); in drop_list_row_create() 284 … gx_prompt_text_color_set(&entry->prompt, GX_COLOR_ID_WHITE, GX_COLOR_ID_WHITE, GX_COLOR_ID_WHITE); in drop_list_row_create() 287 string.gx_string_ptr = entry->text; in drop_list_row_create() 288 string.gx_string_length = strnlen(entry->text, sizeof(entry->text)); in drop_list_row_create() 289 gx_prompt_text_set_ext(&entry->prompt, &string); in drop_list_row_create()
|
| /GUIX-v6.2.1/test/example_internal/all_widgets_synergy_8bpp/ |
| D | demo_guix_all_widgets_synergy_8bpp.c | 206 DROP_LIST_WIDGET *entry = (DROP_LIST_WIDGET *) widget; in drop_list_row_create() local 208 GX_STRCPY(entry->text, "List Entry #"); in drop_list_row_create() 210 GX_STRCAT(entry->text, (char*)temp); in drop_list_row_create() 217 …gx_prompt_create(&entry->prompt, entry->text, list, 0, GX_STYLE_ENABLED|GX_STYLE_TEXT_LEFT|GX_STYL… in drop_list_row_create() 218 … gx_widget_fill_color_set(&entry->prompt, GX_COLOR_ID_BLACK, GX_COLOR_ID_BLUE, GX_COLOR_ID_BLACK); in drop_list_row_create() 219 … gx_prompt_text_color_set(&entry->prompt, GX_COLOR_ID_WHITE, GX_COLOR_ID_WHITE, GX_COLOR_ID_WHITE); in drop_list_row_create() 222 gx_prompt_text_set(&entry->prompt, (GX_CHAR*)entry->text); in drop_list_row_create()
|
| /GUIX-v6.2.1/test/example_internal/all_widgets_synergy_8bpp_6_1_3/ |
| D | demo_guix_all_widgets_synergy_8bpp_6_1_3.c | 206 DROP_LIST_WIDGET *entry = (DROP_LIST_WIDGET *) widget; in drop_list_row_create() local 208 GX_STRCPY(entry->text, "List Entry #"); in drop_list_row_create() 210 GX_STRCAT(entry->text, (char*)temp); in drop_list_row_create() 217 …gx_prompt_create(&entry->prompt, entry->text, list, 0, GX_STYLE_ENABLED|GX_STYLE_TEXT_LEFT|GX_STYL… in drop_list_row_create() 218 … gx_widget_fill_color_set(&entry->prompt, GX_COLOR_ID_BLACK, GX_COLOR_ID_BLUE, GX_COLOR_ID_BLACK); in drop_list_row_create() 219 … gx_prompt_text_color_set(&entry->prompt, GX_COLOR_ID_WHITE, GX_COLOR_ID_WHITE, GX_COLOR_ID_WHITE); in drop_list_row_create() 222 gx_prompt_text_set(&entry->prompt, (GX_CHAR*)entry->text); in drop_list_row_create()
|
| /GUIX-v6.2.1/test/example_internal/all_widgets_synergy_8bpp_rotated_ccw/ |
| D | demo_guix_all_widgets_synergy_8bpp_rotated_ccw.c | 215 DROP_LIST_WIDGET *entry = (DROP_LIST_WIDGET *) widget; in drop_list_row_create() local 217 GX_STRCPY(entry->text, "List Entry #"); in drop_list_row_create() 219 GX_STRCAT(entry->text, (char*)temp); in drop_list_row_create() 226 …gx_prompt_create(&entry->prompt, entry->text, list, 0, GX_STYLE_ENABLED|GX_STYLE_TEXT_LEFT|GX_STYL… in drop_list_row_create() 227 … gx_widget_fill_color_set(&entry->prompt, GX_COLOR_ID_BLACK, GX_COLOR_ID_BLUE, GX_COLOR_ID_BLACK); in drop_list_row_create() 228 … gx_prompt_text_color_set(&entry->prompt, GX_COLOR_ID_WHITE, GX_COLOR_ID_WHITE, GX_COLOR_ID_WHITE); in drop_list_row_create() 231 gx_prompt_text_set(&entry->prompt, (GX_CHAR*)entry->text); in drop_list_row_create()
|