Home
last modified time | relevance | path

Searched refs:state (Results 1 – 16 of 16) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dresource_export_dlg.cpp250 int state; in AddDisplays() local
290 state = mResView.GetChildrenState(hTheme); in AddDisplays()
291 mResView.SetItemState(hTheme, state); in AddDisplays()
300 state = mResView.GetChildrenState(hDisplay); in AddDisplays()
301 mResView.SetItemState(hDisplay, state); in AddDisplays()
306 state = mResView.GetChildrenState(hParent); in AddDisplays()
307 mResView.SetItemState(hParent, state); in AddDisplays()
335 int state = mResView.GetChildrenState(hParent); in AddLanguages() local
336 mResView.SetItemState(hParent, state); in AddLanguages()
350 UINT state; in SaveDisplayChecks() local
[all …]
Dimport_project_dlg.cpp81 int state = mProjectTree.GetItemCheckState(hParent); in OnOK() local
83 if (state == CUSTOM_TV_STATE_UNCHECKED) in OnOK()
97 state = mProjectTree.GetItemCheckState(hDisplay); in OnOK()
99 if (state == CUSTOM_TV_STATE_UNCHECKED) in OnOK()
113 state = mProjectTree.GetItemCheckState(hItem); in OnOK()
115 if (state == CUSTOM_TV_STATE_CHECKED) in OnOK()
Dcolor_box_button.cpp41 int state; in OnPaint() local
74 state = GetState(); in OnPaint()
75 if (state & BST_PUSHED) in OnPaint()
83 else if ((state & BST_FOCUS) || m_hover) in OnPaint()
Dexpress_dialog.cpp439 UINT state = lpDIS->itemState; in DrawBitmap() local
440 if ((state & ODS_SELECTED) && m_bitmapSel.m_hObject != NULL) in DrawBitmap()
442 else if ((state & ODS_FOCUS) && m_bitmapFocus.m_hObject != NULL) in DrawBitmap()
444 else if ((state & ODS_DISABLED) && m_bitmapDisabled.m_hObject != NULL) in DrawBitmap()
491 UINT state = lpDrawItemStruct->itemState; in DrawItem() local
493 if ((state & ODS_FOCUS) || (state & ODS_SELECTED)) in DrawItem()
506 if (state & ODS_SELECTED) in DrawItem()
Dresource_item_provider.cpp159 ExpandCollapseState state; in GetPropertyValue() local
160 get_ExpandCollapseState(&state); in GetPropertyValue()
162 pRetVal->lVal = state; in GetPropertyValue()
Dresource_export_dlg.h26 void SetItemState(HTREEITEM hItem, int state);
Dscreen_flow_edit_dlg.cpp1899 int state; in PopulateScreenItems() local
1922 state = CUSTOM_TV_STATE_CHECKED; in PopulateScreenItems()
1926 state = CUSTOM_TV_STATE_UNCHECKED; in PopulateScreenItems()
1930 mScreenItemView.SetItemState(hItem, state); in PopulateScreenItems()
1937 state = mScreenItemView.GetChildrenState(hParent); in PopulateScreenItems()
1938 mScreenItemView.SetItemState(hParent, state); in PopulateScreenItems()
1949 UINT state = wParam; in OnShowHideScreenItem() local
1957 if (state == CUSTOM_TV_STATE_CHECKED) in OnShowHideScreenItem()
Dproject_view.cpp2878 UINT state = 0; in GetTreeState() local
2884 state = mpTree->GetItemState(screen, TVIS_EXPANDED); in GetTreeState()
2886 state_array->Add(state); in GetTreeState()
2900 UINT state = 0; in GetTreeState() local
2906 state = mpTree->GetItemState(hParent, TVIS_EXPANDED); in GetTreeState()
2908 state_array->Add(state); in GetTreeState()
DMainFrm.cpp1385 int state; in PlaybackOnemacro() local
1388 playback->Read(&state, sizeof(int)); in PlaybackOnemacro()
1389 proj_tree_state.Add(state); in PlaybackOnemacro()
/GUIX-v6.2.1/guix_studio/libs/freetype/include/freetype/
Dotsvg.h206 FT_Pointer *state );
/GUIX-v6.2.1/.github/ISSUE_TEMPLATE/
Dhardware-or-architecture-support.md16 If this is a new board or SoC, please state whether you are willing to maintain the Azure RTOS supp…
/GUIX-v6.2.1/guix_studio/libs/libpng/include/
Dzlib.h96 struct internal_state FAR *state; /* not visible by applications */ member
/GUIX-v6.2.1/ports/win32/lib/vs_2019/
Dtx_api.h1602 UINT _tx_thread_info_get(TX_THREAD *thread_ptr, CHAR **name, UINT *state, ULONG *run_count,
1638 UINT _txe_thread_info_get(TX_THREAD *thread_ptr, CHAR **name, UINT *state, ULONG *run_count,
1660 UINT _txr_thread_info_get(TX_THREAD *thread_ptr, CHAR **name, UINT *state, ULONG *run_count,
/GUIX-v6.2.1/test/guix_studio_test/fonts/
DNotoSansHans-Regular-readme.txt131 5. Submission of Contributions. Unless You explicitly state otherwise,
/GUIX-v6.2.1/test/example_internal/common_resources/fonts/
DNotoSansHans-Regular-readme.txt131 5. Submission of Contributions. Unless You explicitly state otherwise,
/GUIX-v6.2.1/docs/
Drevision_history.txt76 …_THREAD_SLEEPING and GX_THREAD_AWAKE to allow application to be notified of GUIX task state change.