Home
last modified time | relevance | path

Searched refs:previous (Results 1 – 15 of 15) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dwidget_reader.cpp42 widget_info *previous = NULL; in ReadChildWidgets() local
50 if (previous) in ReadChildWidgets()
52 previous->SetNextWidgetInfo(widget); in ReadChildWidgets()
59 previous = widget; in ReadChildWidgets()
71 widget_info *previous = NULL; in ReadWidgets() local
79 if (previous) in ReadWidgets()
81 previous->SetNextWidgetInfo(widget); in ReadWidgets()
88 previous = widget; in ReadWidgets()
114 folder_info *previous = NULL; in ReadWidgetFolders() local
123 if (previous) in ReadWidgetFolders()
[all …]
DStudioXProject.cpp709 res_info *previous; in Detach() local
720 previous = parent->child; in Detach()
721 while (previous->next != this) in Detach()
723 previous = previous->next; in Detach()
725 previous->next = next; in Detach()
2238 res_info *previous; in DeleteResource() local
2252 previous = which->parent->child; in DeleteResource()
2253 while(previous->next != which) in DeleteResource()
2255 previous = previous->next; in DeleteResource()
2257 previous->next = which->next; in DeleteResource()
[all …]
Dresource_item.cpp173 resource_item *previous; in Detach() local
184 previous = m_parent->m_first; in Detach()
185 while(previous->m_next != this) in Detach()
187 previous = previous->m_next; in Detach()
189 previous->m_next = m_next; in Detach()
255 resource_item* previous = NULL; in Previous() local
259 previous = m_parent->m_first; in Previous()
260 while (previous->m_next != this) in Previous()
262 previous = previous->m_next; in Previous()
266 return previous; in Previous()
Dresource_view.cpp3795 resource_item *previous = mpTree->FindItem(mpTree->GetRoot(), cp); in SelectPreviousItem() local
3797 if (previous) in SelectPreviousItem()
3799 SetCurrentItem(previous); in SelectPreviousItem()
3995 resource_item* previous = mpTree->FindItem(mpTree->GetRoot(), cp); in OnPageUp() local
3999 if (previous) in OnPageUp()
4001 SetCurrentItem(previous); in OnPageUp()
Dstudiox.rc1865 ID_PREV_PANE "Switch back to the previous window pane\nPrevious Pane"
1901 AFX_IDS_SCPREVWINDOW "Switch to the previous document window"
/GUIX-v6.2.1/common/src/
Dgx_window_root_delete.c75 GX_WINDOW_ROOT *previous; in _gx_window_root_delete() local
85 previous = _gx_system_root_window_created_list; in _gx_window_root_delete()
87 while (previous) in _gx_window_root_delete()
89 if ((GX_WINDOW_ROOT *)previous -> gx_widget_next == root_window) in _gx_window_root_delete()
91 previous -> gx_widget_next = root_window -> gx_widget_next; in _gx_window_root_delete()
95 previous = (GX_WINDOW_ROOT *)previous -> gx_widget_next; in _gx_window_root_delete()
Dgx_animation_stop.c82 GX_ANIMATION *previous; in _gx_animation_stop() local
112 previous = _gx_system_animation_list; in _gx_animation_stop()
113 while (previous) in _gx_animation_stop()
115 if (previous -> gx_animation_next == animation) in _gx_animation_stop()
117 previous -> gx_animation_next = animation -> gx_animation_next; in _gx_animation_stop()
120 previous = previous -> gx_animation_next; in _gx_animation_stop()
Dgx_widget_focus_previous.c73 GX_WIDGET *previous; in _gx_widget_focus_previous() local
77 previous = start -> gx_widget_nav_previous; in _gx_widget_focus_previous()
79 if (previous) in _gx_widget_focus_previous()
81 _gx_system_focus_claim(previous); in _gx_widget_focus_previous()
/GUIX-v6.2.1/test/guix_test/regression_test/tests/
Dvalidation_guix_partial_frame_buffer_16bpp.c113 SCREEN_INFO *previous; in control_thread_entry() local
119 ToggleScreen(next->window, previous->window); in control_thread_entry()
127 previous = next; in control_thread_entry()
/GUIX-v6.2.1/test/guix_test/regression_test/
Dgx_show_canvas.md19 5. Keyboard up/down arrows can be used to move between current frame and previous/next frame.
/GUIX-v6.2.1/
DREADME.md143 You can also check [previous questions](https://stackoverflow.com/questions/tagged/azure-rtos+guix)…
/GUIX-v6.2.1/test/
DREADME.md106 1. Build the test using the instructions provided in the previous section.
/GUIX-v6.2.1/test/example_internal/ml_text_view_32bpp/
Dreadme_guix_generic.txt556 Added gx_widget_nav_order_initialize() to set default next/previous focus navigation order.
/GUIX-v6.2.1/test/example_internal/bidi_text_draw_32bpp/
Dreadme_guix_generic.txt556 Added gx_widget_nav_order_initialize() to set default next/previous focus navigation order.
/GUIX-v6.2.1/docs/
Drevision_history.txt1224 Added gx_widget_nav_order_initialize() to set default next/previous focus navigation order.