| /GUIX-v6.2.1/test/guix_studio_test/test_view/ |
| D | test_utils.py | 1706 def check_support_bidi_text(check): argument 1707 if check: 1711 send_to_language_configure_dialog('CMD_CHECK_SUPPORT_BIDI_TEXT', check) 1713 def check_reorder_bidi_text(check): argument 1714 if check: 1718 send_to_language_configure_dialog('CMD_CHECK_REORDER_BIDI_TEXT', check) 1720 def check_support_thai_glyph_shapping(check): argument 1721 if check: 1725 send_to_language_configure_dialog('CMD_CHECK_SUPPORT_THAI_SHAPING', check) 1727 def check_gen_adjusted_thai_string(check): argument [all …]
|
| /GUIX-v6.2.1/common/src/ |
| D | gx_generic_scroll_wheel_down_wrap.c | 82 GX_WIDGET *check; in _gx_generic_scroll_wheel_down_wrap() local 103 check = _gx_widget_first_visible_client_child_get((GX_WIDGET *)wheel); in _gx_generic_scroll_wheel_down_wrap() 105 if (check) in _gx_generic_scroll_wheel_down_wrap() 109 …ity_rectangle_shift(&newpos, 0, (GX_VALUE)(-(newpos.gx_rectangle_bottom - check -> gx_widget_size.… in _gx_generic_scroll_wheel_down_wrap()
|
| D | gx_horizontal_list_right_wrap.c | 79 GX_WIDGET *check; in _gx_horizontal_list_right_wrap() local 107 check = _gx_widget_first_client_child_get((GX_WIDGET *)list); in _gx_horizontal_list_right_wrap() 109 if (check) in _gx_horizontal_list_right_wrap() 115 … check -> gx_widget_size.gx_rectangle_left + 1)), 0); in _gx_horizontal_list_right_wrap()
|
| D | gx_generic_scroll_wheel_up_wrap.c | 80 GX_WIDGET *check; in _gx_generic_scroll_wheel_up_wrap() local 96 check = _gx_widget_last_visible_client_child_get((GX_WIDGET *)wheel); in _gx_generic_scroll_wheel_up_wrap() 98 if (check) in _gx_generic_scroll_wheel_up_wrap() 103 …_gx_utility_rectangle_shift(&newpos, 0, (GX_VALUE)(check -> gx_widget_size.gx_rectangle_bottom - n… in _gx_generic_scroll_wheel_up_wrap()
|
| D | gx_vertical_list_down_wrap.c | 80 GX_WIDGET *check; in _gx_vertical_list_down_wrap() local 108 check = _gx_widget_first_client_child_get((GX_WIDGET *)list); in _gx_vertical_list_down_wrap() 110 if (check) in _gx_vertical_list_down_wrap() 114 …ity_rectangle_shift(&newpos, 0, (GX_VALUE)(-(newpos.gx_rectangle_bottom - check -> gx_widget_size.… in _gx_vertical_list_down_wrap()
|
| D | gx_horizontal_list_left_wrap.c | 79 GX_WIDGET *check; in _gx_horizontal_list_left_wrap() local 102 check = _gx_widget_last_client_child_get((GX_WIDGET *)list); in _gx_horizontal_list_left_wrap() 108 … (GX_VALUE)(check -> gx_widget_size.gx_rectangle_right - in _gx_horizontal_list_left_wrap()
|
| D | gx_vertical_list_up_wrap.c | 80 GX_WIDGET *check; in _gx_vertical_list_up_wrap() local 102 check = _gx_widget_last_client_child_get((GX_WIDGET *)list); in _gx_vertical_list_up_wrap() 107 …_gx_utility_rectangle_shift(&newpos, 0, (GX_VALUE)(check -> gx_widget_size.gx_rectangle_bottom - n… in _gx_vertical_list_up_wrap()
|
| /GUIX-v6.2.1/guix_studio/ |
| D | resource_export_dlg.cpp | 114 int check; in DoDataExchange() local 115 check = project->mHeader.binary_file_format & BINARY_FILE_FORMAT_BIN; in DoDataExchange() 116 ((CButton *)GetDlgItem(IDC_BINARY_FORMAT_BIN))->SetCheck(check); in DoDataExchange() 117 check = project->mHeader.binary_file_format & BINARY_FILE_FORMAT_SREC; in DoDataExchange() 118 ((CButton *)GetDlgItem(IDC_BINARY_FORMAT_SREC))->SetCheck(check); in DoDataExchange() 211 int check = ((CButton *)GetDlgItem(IDC_BINARY_FORMAT_SREC))->GetCheck(); in ShowHideMemoryOffset() local 213 GetDlgItem(IDC_MEM_OFFSET_LABEL)->ShowWindow(check); in ShowHideMemoryOffset() 214 GetDlgItem(IDC_MEM_OFFSET_EDIT)->ShowWindow(check); in ShowHideMemoryOffset() 527 int check; in OnTestMessage() local 547 check = _tstoi(param.GetAt(2)); in OnTestMessage() [all …]
|
| D | string_export_dlg.cpp | 129 int check = ((CButton *)GetDlgItem(IDC_XLIFF_FORMAT))->GetCheck(); in DoDataExchange() local 130 if (check) in DoDataExchange() 294 int check = ((CButton *)GetDlgItem(IDC_XLIFF_FORMAT))->GetCheck(); in ShowHideXliffVersion() local 296 GetDlgItem(IDC_XLIFF_VERSION_LABEL)->ShowWindow(check); in ShowHideXliffVersion() 297 GetDlgItem(IDC_XLIFF_VERSION)->ShowWindow(check); in ShowHideXliffVersion()
|
| D | canonical_normalize.cpp | 3273 GX_UBYTE check; in gx_studio_nfc_form_detect() local 3295 gx_studio_nfc_quick_check(code_point, &check); in gx_studio_nfc_form_detect() 3297 if ((check == GX_NORMALIZATION_FORM_NO) || in gx_studio_nfc_form_detect() 3298 (check == GX_NORMALIZATION_FORM_MAYBE)) in gx_studio_nfc_form_detect() 3300 *return_code = check; in gx_studio_nfc_form_detect()
|
| D | checkbox_service_provider.cpp | 253 GX_RESOURCE_ID check = box->gx_checkbox_checked_pixelmap_id; in AssignPixelmap() local 273 check = pixmap_id; in AssignPixelmap() 277 check = GX_PIXELMAP_CHECKBOX_ON_ID; in AssignPixelmap() 302 gx_checkbox_pixelmap_set(box, ucheck, check, ducheck, dcheck); in AssignPixelmap()
|
| D | import_project_dlg.cpp | 195 int check; in OnTestMessage() local 211 check = _tstoi(param.GetAt(2)); in OnTestMessage() 217 if (check) in OnTestMessage()
|
| D | edit_pixelmap_dlg.h | 77 void SetCheck(int control_id, int check); 78 void GetCheck(int control_id, int &check);
|
| D | synergy_settings_dlg.cpp | 66 BOOL check = mD2DCheck.GetCheck(); in DoDataExchange() local 68 project->mHeader.dave2d_graph_accelerator = check; in DoDataExchange()
|
| D | trigger_action_edit_dlg.cpp | 409 BOOL check = mTargetShowChildWidgets.GetCheck(); in OnSelectAddedActionList() local 410 if (check != action->target_show_child_widgets) in OnSelectAddedActionList() 416 check = mParentShowChildWidgets.GetCheck(); in OnSelectAddedActionList() 417 if (check != action->target_show_child_widgets) in OnSelectAddedActionList() 505 BOOL check = mTargetShowChildWidgets.GetCheck(); in OnClickTargetShowChildWidgets() local 512 action->target_show_child_widgets = check; in OnClickTargetShowChildWidgets() 522 BOOL check = mParentShowChildWidgets.GetCheck(); in OnClickParentShowChildWidgets() local 529 action->parent_show_child_widgets = check; in OnClickParentShowChildWidgets()
|
| D | edit_pixelmap_dlg.cpp | 220 void edit_pixelmap_dlg::SetCheck(int control_id, int check) in SetCheck() argument 229 if (check == PIXINFO_NOT_EQUAL) in SetCheck() 236 button->SetCheck(check); in SetCheck() 241 void edit_pixelmap_dlg::GetCheck(int control_id, int &check) in GetCheck() argument 253 check = 1; in GetCheck() 257 check = 0; in GetCheck() 261 check = PIXINFO_NOT_EQUAL; in GetCheck()
|
| D | font_path_dialog.cpp | 1202 int check; in OnTestMessage() local 1276 check = _tstoi(param.GetAt(1)); in OnTestMessage() 1294 ((CButton *)pWnd)->SetCheck(check); in OnTestMessage()
|
| D | properties_win.cpp | 4450 BOOL check; in OnChangeTemplate() local 4454 check = pb->GetCheck(); in OnChangeTemplate() 4457 if (check) in OnChangeTemplate() 4462 mpInfo->is_template = check; in OnChangeTemplate() 4483 mpInfo->is_template = check; in OnChangeTemplate()
|
| D | studiox.rc | 384 IDB_CHECK BITMAP "res\\check.bmp"
|
| /GUIX-v6.2.1/guix_studio/libs/libgit2/include/git2/sys/ |
| D | filter.h | 254 git_filter_check_fn check; member
|
| /GUIX-v6.2.1/guix_studio/libs/libpng/ |
| D | README.txt | 17 …bpng and zlib project disabled warnings 4244 and 4996, which triggers an issue in TSA binary check.
|
| /GUIX-v6.2.1/ |
| D | README.md | 143 You can also check [previous questions](https://stackoverflow.com/questions/tagged/azure-rtos+guix)…
|
| /GUIX-v6.2.1/docs/ |
| D | revision_history.txt | 116 Fix bug in vertical_list and horizontal list slide check. 971 …gxe_circular_gauge_create.c Added error check for the size…
|
| /GUIX-v6.2.1/test/example_internal/ml_text_view_32bpp/ |
| D | readme_guix_generic.txt | 303 …gxe_circular_gauge_create.c Added error check for the size…
|
| /GUIX-v6.2.1/test/example_internal/bidi_text_draw_32bpp/ |
| D | readme_guix_generic.txt | 303 …gxe_circular_gauge_create.c Added error check for the size…
|