| /GUIX-v6.2.1/guix_studio/ |
| D | screen_generator.cpp | 50 if (!file_name.IsEmpty()) in GenerateScreens() 52 if (file_name.GetAt(file_name.GetLength() - 1) != '\\') in GenerateScreens() 58 if(pCmdInfo->GetSpecificationFileName().IsEmpty()) in GenerateScreens() 68 if (m_outfile) in GenerateScreens() 76 if (!m_outfile->Open(file_name, CFile::modeCreate | CFile::modeWrite)) in GenerateScreens() 95 if (!file_name.IsEmpty()) in GenerateScreens() 97 if (file_name.GetAt(file_name.GetLength() - 1) != '\\') in GenerateScreens() 105 if(pCmdInfo->GetSpecificationFileName().IsEmpty()) in GenerateScreens() 115 if (!SetOutFile(file_name)) in GenerateScreens() 141 if (project_lib_version() < GX_VERSION_3BIT_GLYPH_DRAW_SUPPORT) in WriteErrorDirectives() [all …]
|
| D | resource_gen.cpp | 109 if (GetCmdInfo()->IsNoGui()) in resource_gen() 127 // screen generator to determine if screen rotation support is enabled. 132 #if !defined(ENABLE_RENESAS_DAVE2D_DISPLAY_ROTATION) in IsRotatedResourceSupported() 133 if (project->mHeader.target_cpu == CPU_SYNERGY) in IsRotatedResourceSupported() 139 if (project->mDisplays[display].rotation_angle == GX_SCREEN_ROTATION_CW || in IsRotatedResourceSupported() 145 if (project->mHeader.guix_version >= GX_VERSION_DISPLAY_ROTATION) in IsRotatedResourceSupported() 152 if (project->mHeader.guix_version >= GX_VERSION_8BIT_PALETTE_DISPLAY_ROTATION) in IsRotatedResourceSupported() 160 if (project->mHeader.guix_version >= GX_VERSION_8BIT_PALETTE_DISPLAY_ROTATION) in IsRotatedResourceSupported() 180 if (outfile.GetAt(outfile.GetLength() - 1) != '\\') in SetOutFile() 186 if (outfile.GetAt(1) != ':') in SetOutFile() [all …]
|
| D | project_view.cpp | 103 if (project) in ~project_view() 110 if (mpImageList) in ~project_view() 115 if (m_widget_copy) in ~project_view() 125 if( !CTreeView::PreCreateWindow(cs) ) in PreCreateWindow() 191 if (mpImageList) in OnInitialUpdate() 209 if (entry->widget_type == info->basetype) in AssignTreeImage() 225 if (expaned) in AssignTreeImage() 229 if (entry->bmp_id == IDB_FOLDER_OPEN) in AssignTreeImage() 242 if (entry->bmp_id == IDB_FOLDER_CLOSE) in AssignTreeImage() 279 if (!start->app_name.IsEmpty()) in AddTreeWidgets() [all …]
|
| D | resource_view.cpp | 19 if (!project) return; 124 if (mpTree) in ~resource_view() 129 if (m_pResViewProvider) in ~resource_view() 140 if( !CScrollView::PreCreateWindow(cs) ) in PreCreateWindow() 203 if (item) in OnLButtonDown() 212 if (item->mpRes->folder_id == THEME_HEADER) in OnLButtonDown() 230 if (item->IsOpen()) in OnLButtonDown() 232 if (item->mpRes->folder_id == STRING_GROUP) in OnLButtonDown() 236 if (command) in OnLButtonDown() 260 if (item->IsOpen()) in OnLButtonDown() [all …]
|
| D | binary_resource_gen.cpp | 23 if (GetCmdInfo()->IsNoGui()) in binary_resource_gen() 63 if (map) in DestroyRotatedPixelmaps() 83 if (m_file_format == BINARY_FILE_FORMAT_BIN_STANDALONE) in InitResource() 99 if (m_file_format == BINARY_FILE_FORMAT_BIN_STANDALONE) in DestroyResource() 120 if (pCmd->IsNoGui()) in GenerateBinaryFile() 131 if (gen_res_header) in GenerateBinaryFile() 134 if (!res_file_name.IsEmpty()) in GenerateBinaryFile() 136 if (res_file_name.GetAt(res_file_name.GetLength() - 1) != '\\') in GenerateBinaryFile() 143 if (m_outfile) in GenerateBinaryFile() 151 if (!m_outfile->Open(res_file_name, CFile::modeCreate | CFile::modeWrite)) in GenerateBinaryFile() [all …]
|
| D | target_screen.cpp | 68 if (selected.info->widget == widget) in SelectBoxDraw() 90 if ((!count) || IsGuixCanvasRefreshBlocked()) in RefreshSelectedWidgets() 185 if( !CWnd::PreCreateWindow(cs) ) in PreCreateWindow() 208 if (size.Width() > frame_size.Width()) in UpdateWindowPos() 217 if (size.Height() > frame_size.Height()) in UpdateWindowPos() 261 …if (gx_utility_rectangle_point_detect(&SelectedWidgets[index].info->widget->gx_widget_size, point)) in FindSelectedWidget() 275 if (info) in GetWidgetParentType() 277 if (info->widget) in GetWidgetParentType() 280 if (parent) in GetWidgetParentType() 296 if (!project) in IsWidgetResizable() [all …]
|
| D | StudioXProject.cpp | 32 if(val > max) \ 36 else if (val < min) \ 42 if(val < min) \ 282 if (other.child) in widget_info() 286 if (copy_next) in widget_info() 316 if (ewi.sprite.framelist) in ~widget_info() 323 if (ewi.string_scroll_wheel.string_id_list) in ~widget_info() 331 if (child) in ~widget_info() 348 if (widget) in ~widget_info() 392 // if copying a sprite, make a new sprite framelist in copy() [all …]
|
| D | properties_win.cpp | 483 if(nShiftKey & KEY_STATE_DOWN) in OnTabKey() 490 if (next) in OnTabKey() 501 // test if next focus owner visible in OnTabKey() 502 if (size.top < client.top) in OnTabKey() 506 else if (size.bottom > client.bottom) in OnTabKey() 512 if (shift) in OnTabKey() 531 // If current focus owner is not visible, in OnPageUp() 539 if (size.bottom > client.bottom) in OnPageUp() 563 // If current focus owner is not visible, in OnPageDown() 571 if (size.top < client.top) in OnPageDown() [all …]
|
| D | gx_studio_font_util.cpp | 28 if(font_file == NULL) in gx_studio_font_util_open() 32 if(font_handle == 0) in gx_studio_font_util_open() 38 if(error) in gx_studio_font_util_open() 45 if(error) in gx_studio_font_util_open() 68 if(font_handle -> initialized != 1) in gx_studio_font_util_get_glyph() 72 if(font_handle -> size != pt) in gx_studio_font_util_get_glyph() 75 if(error) in gx_studio_font_util_get_glyph() 87 if(font_handle -> face -> glyph -> format != FT_GLYPH_FORMAT_BITMAP) in gx_studio_font_util_get_glyph() 89 if(aa) in gx_studio_font_util_get_glyph() 95 if (aa && slot->bitmap.pixel_mode == FT_PIXEL_MODE_MONO) in gx_studio_font_util_get_glyph() [all …]
|
| D | widget_factory.cpp | 111 if (service_providers[index]) in DeleteServiceProviders() 126 if (service_providers[index]) in ResetServiceProviders() 128 if (provider_type >= 0) in ResetServiceProviders() 130 if (service_providers[index]->GetType() == provider_type) in ResetServiceProviders() 147 if (index >= 0 && index < PROVIDER_TABLE_SIZE) in GetWidgetType() 149 if (service_providers[index]) in GetWidgetType() 164 if (service_providers[index]) in GetServiceProvider() 166 if (service_providers[index]->GetType() == type) in GetServiceProvider() 184 if (provider) in WidgetTypeToString() 200 if (name.Compare(provider->GetShortName()) == 0) in WidgetStringToType() [all …]
|
| D | studiox_util.cpp | 49 if (gpOpenProject) in project_lib_version() 60 // If the BFFM_INITIALIZED message is received in BrowseCallbackProc() 66 if (NULL != lpData) in BrowseCallbackProc() 88 if (caption == NULL) in BrowseForFolder() 101 if (NULL != pidl) in BrowseForFolder() 111 if (!retval) in BrowseForFolder() 129 if (filepath.IsEmpty() || filepath[1] != ':') in MakeRelativePath() 135 if (toupper(projpath[0]) != toupper(filepath[0])) in MakeRelativePath() 143 if (!projpath[index] || !filepath[index]) in MakeRelativePath() 149 if (toupper(projpath[index]) != toupper(filepath[index])) in MakeRelativePath() [all …]
|
| D | image_reader.cpp | 16 if (pReader) 23 if (pReader->ReadImage(path)) 53 if (Red == other.Red && Green == other.Green && in operator !=() 64 if (Red == other.Red && Green == other.Green && in operator ==() 168 // can be called by app code if image is not needed. Cleans 179 if (map->gx_pixelmap_data) in DestroyImage() 184 if (map->gx_pixelmap_aux_data) in DestroyImage() 196 if (!mPixelmapList.GetCount() || dest_width <= 0 || dest_height <= 0) in ResizeImage() 200 if (src->gx_pixelmap_flags & GX_PIXELMAP_COMPRESSED) in ResizeImage() 228 // check to see if we need an aux-data in ResizeImage() [all …]
|
| D | undo_manager.cpp | 31 if (!folder || IsAddEntryLocked()) in AddEntry() 36 if (current) in AddEntry() 39 if (current > tail) in AddEntry() 43 if (entries < MAX_UNDO_ENTRIES) in AddEntry() 78 if (!info || !info->widget || IsAddEntryLocked()) in AddEntry() 83 if (current) in AddEntry() 94 if (current->type == type && fold) in AddEntry() 96 if (current->widget_list[0].project_info == info) in AddEntry() 107 if (current->type == type && in AddEntry() 119 if (current > tail) in AddEntry() [all …]
|
| D | ProjectConfigDlg.cpp | 126 if (current_display >= 0) in IMPLEMENT_DYNAMIC() 144 if (!dlt.Load(MAKEINTRESOURCE(IDD_CONFIGURE_PROJECT_WIN))) in IMPLEMENT_DYNAMIC() 182 if (mpProject) in OnInitDialog() 220 if (!mpProject) in DoDataExchange() 247 if (pDX->m_bSaveAndValidate) in DoDataExchange() 374 #if defined(_DEBUG) in SaveDisplayConfig() 389 #if defined(STUDIOX_EVAL_BUILD) in SaveDisplayConfig() 391 if (radio_index == 1) in SaveDisplayConfig() 415 if (mpProject->mDisplays[display_index].format_332) in SaveDisplayConfig() 431 if (mpProject->mDisplays[display_index].format_4444 == TRUE) in SaveDisplayConfig() [all …]
|
| D | widget_service_provider.cpp | 83 if (entry->widget_type == widget_type) in GetDefaultEventProcess() 102 if (version > 50) in MakeCreatePreamble() 122 " if (status == GX_SUCCESS)\n" in GetCreateFromDefFunction() 125 if (project_lib_version() > 50401) in GetCreateFromDefFunction() 127 "#if defined(GUIX_5_4_0_COMPATIBILITY)\n" in GetCreateFromDefFunction() 151 if (project_lib_version() > 50400) in DeclarePropertiesStruct() 159 " #if defined(GX_WIDGET_USER_DATA)\n" in DeclarePropertiesStruct() 169 else if (project_lib_version() > 50205) in DeclarePropertiesStruct() 177 " #if defined(GX_WIDGET_USER_DATA)\n" in DeclarePropertiesStruct() 202 if (project_lib_version() < 50100) in DeclarePropertiesStruct() [all …]
|
| D | string_table_edit_dlg.cpp | 38 if (char_count) in GetUtf8Text() 74 if (text.IsEmpty()) in SetUtf8Text() 212 if (mpWinHeader) in ~string_table_edit_dlg() 216 if (mpButtonFrame) in ~string_table_edit_dlg() 221 if (mpTableFrame) in ~string_table_edit_dlg() 225 if (mpTableHeader) in ~string_table_edit_dlg() 230 if (mpStrReferenceWin) in ~string_table_edit_dlg() 260 if (pWnd == &mNotesEdit) in OnCtlColor() 277 if (size.Width() < MIN_STRING_DIALOG_WIDTH) in OnCreate() 322 if (string_table::IsRight2LeftLanguage(0)) in OnCreate() [all …]
|
| D | MainFrm.cpp | 237 #if 0 254 #if 1 269 //if (m_pColInfo[0].nIdealSize == 0) in FixColumnWidths() 275 if (m_pColInfo[0].nIdealSize < 200) in FixColumnWidths() 280 if(m_pColInfo[1].nIdealSize == 0) in FixColumnWidths() 287 if (m_res_width < 200) in FixColumnWidths() 292 if (target_width <= 0) in FixColumnWidths() 366 if (project_lib_version() >= 50201) in OnAddMltButton() 527 if (info) in OnAddTemplate() 637 if (scale > 400) in OnZoom() [all …]
|
| D | screen_flow_edit_dlg.cpp | 82 if (CWnd::OnCreate(lpCreateStruct) == -1) in OnCreate() 167 if ((pMsg->message == WM_KEYDOWN) && in PreTranslateMessage() 250 if (project_view) in OnRunProject() 267 if (info.dwFlags & HCF_HIGHCONTRASTON) in OnEraseBkgnd() 293 if (pWnd->GetDlgCtrlID() == ID_ZOOM_VALUE_LABLE) in OnCtlColor() 299 // TODO: Return a different brush if the default is not desired in OnCtlColor() 412 if (src_item && target_item && src_item->enabled && target_item->enabled) in OnPaint() 439 if (GetFocus() != this) in OnPaint() 449 if (index < mpScreenFlow->GetFlowListCount()) in OnPaint() 453 if (item == mpDragItem) in OnPaint() [all …]
|
| D | edit_pixelmap_dlg.cpp | 117 if (project) in IMPLEMENT_DYNAMIC() 152 if (!mpInfo->is_default && !IsPixelmapFolder()) in OnPaint() 188 if (mpInfo->is_default) in DoDataExchange() 195 else if (IsPixelmapFolder()) in DoDataExchange() 209 if (pDX->m_bSaveAndValidate) in DoDataExchange() 224 if (!button) in SetCheck() 229 if (check == PIXINFO_NOT_EQUAL) in SetCheck() 245 if (!button) in GetCheck() 287 if (mPixelmapInfo.keep_alpha != PIXINFO_NOT_SET) in InitPixelmapDlgConfig() 297 if (!IsPixelmapFolder()) in InitPixelmapDlgConfig() [all …]
|
| /GUIX-v6.2.1/guix_studio/libs/libpng/include/ |
| D | zlib.h | 15 claim that you wrote the original software. If you use this software 54 Compression can be done in a single step if the buffers are large enough, 95 z_const char *msg; /* last error message, NULL if no error */ 115 int text; /* true if compressed data believed to be text */ 119 Bytef *extra; /* pointer to extra field or Z_NULL if none */ 120 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */ 126 int hcrc; /* true if there was or will be a header crc */ 145 zalloc must return Z_NULL if there is not enough memory for the object. 146 If zlib is used in a multi-threaded application, zalloc and zfree must be 152 exactly 65536 bytes, but will not be required to allocate more than this if [all …]
|
| /GUIX-v6.2.1/guix_studio/libs/libgit2/include/git2/ |
| D | repository.h | 30 * The method will automatically detect if 'path' is a normal 66 * if nothing has been found. The lookup ends when the first repository 70 * The method will automatically detect if the repository is bare 71 * (if there is a repository). 78 * @param across_fs If true, then the lookup will not stop when a 100 * Only open the repository if it can be immediately found in the 110 * "/home/user/source/" will not return "/.git/" as the found repo if 124 * only open the repository if start_path itself points to the git 132 * If set, `git_repository_open_ext` will ignore the other flags and 141 * `git_repository_open_ext` with this flag will error out if either [all …]
|
| /GUIX-v6.2.1/common/src/ |
| D | gx_utility_bidi_paragraph_reorder.c | 29 #if defined(GX_DYNAMIC_BIDI_TEXT_SUPPORT) 32 if (pre) \ 37 if (!head) \ 105 if ((text.gx_string_ptr[0] == GX_KEY_CARRIAGE_RETURN) || in _gx_utility_bidi_buffer_allocate() 134 if (max_bracket_pair < GX_BIDI_MAX_BRACKET_DEPTH) in _gx_utility_bidi_buffer_allocate() 138 if (bracket_pair.gx_bidi_bracket_pair_open) in _gx_utility_bidi_buffer_allocate() 140 if (bracket_pair.gx_bidi_bracket_pair_open == unicode) in _gx_utility_bidi_buffer_allocate() 143 if (bracket_pair_count > max_bracket_pair) in _gx_utility_bidi_buffer_allocate() 153 if (depth > max_depth) in _gx_utility_bidi_buffer_allocate() 161 if (max_depth > GX_BIDI_MAX_EXPLICIT_DEPTH + 1) in _gx_utility_bidi_buffer_allocate() [all …]
|
| D | gx_display_driver_generic_aliased_wide_arc_draw.c | 32 #if defined(GX_ARC_DRAWING_SUPPORT) 129 if ((start_angle >= 90) && in _gx_display_driver_generic_simple_aliased_wide_arc_draw() 141 if (blend_func == GX_NULL) in _gx_display_driver_generic_simple_aliased_wide_arc_draw() 149 if (r <= (UINT)((brush_width - 1) >> 1)) in _gx_display_driver_generic_simple_aliased_wide_arc_draw() 166 if (((start_angle < 90) && (end_angle < 90)) || in _gx_display_driver_generic_simple_aliased_wide_arc_draw() 169 if (outer_start.gx_point_y < outer_end.gx_point_y) in _gx_display_driver_generic_simple_aliased_wide_arc_draw() 178 if (inner_start.gx_point_y < ymin) in _gx_display_driver_generic_simple_aliased_wide_arc_draw() 183 if (inner_end.gx_point_y < ymin) in _gx_display_driver_generic_simple_aliased_wide_arc_draw() 189 if (clip -> gx_rectangle_top > ymin) in _gx_display_driver_generic_simple_aliased_wide_arc_draw() 195 if (((start_angle < 270) && (end_angle < 270)) || (start_angle > 270)) in _gx_display_driver_generic_simple_aliased_wide_arc_draw() [all …]
|
| /GUIX-v6.2.1/samples/demo_guix_widget_types/ |
| D | guix_widget_types_specifications.c | 62 if (action->flags & GX_ACTION_FLAG_DYNAMIC_TARGET) in gx_studio_action_target_get() 66 if(action->flags & GX_ACTION_FLAG_DYNAMIC_PARENT) in gx_studio_action_target_get() 77 if (target == GX_NULL) in gx_studio_action_target_get() 81 if (target) in gx_studio_action_target_get() 99 if (action->flags & GX_ACTION_FLAG_DYNAMIC_TARGET) in gx_studio_action_target_find() 103 if(action->flags & GX_ACTION_FLAG_DYNAMIC_PARENT) in gx_studio_action_target_find() 125 if (action->flags & GX_ACTION_FLAG_DYNAMIC_PARENT) in gx_studio_action_parent_find() 146 if (animation) in gx_studio_animation_execute() 150 if((action->flags & GX_ACTION_FLAG_POP_TARGET) || in gx_studio_animation_execute() 156 if(action->flags & GX_ACTION_FLAG_POP_TARGET) in gx_studio_animation_execute() [all …]
|
| /GUIX-v6.2.1/test/example_internal/template/ |
| D | template_specifications.c | 58 if (action->flags & GX_ACTION_FLAG_DYNAMIC_TARGET) in gx_studio_action_target_get() 62 if(action->flags & GX_ACTION_FLAG_DYNAMIC_PARENT) in gx_studio_action_target_get() 73 if (target == GX_NULL) in gx_studio_action_target_get() 77 if (target) in gx_studio_action_target_get() 95 if (action->flags & GX_ACTION_FLAG_DYNAMIC_TARGET) in gx_studio_action_target_find() 99 if(action->flags & GX_ACTION_FLAG_DYNAMIC_PARENT) in gx_studio_action_target_find() 121 if (action->flags & GX_ACTION_FLAG_DYNAMIC_PARENT) in gx_studio_action_parent_find() 142 if (animation) in gx_studio_animation_execute() 146 if((action->flags & GX_ACTION_FLAG_POP_TARGET) || in gx_studio_animation_execute() 152 if(action->flags & GX_ACTION_FLAG_POP_TARGET) in gx_studio_animation_execute() [all …]
|