Lines Matching full:if

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()
393 if (other.basetype == GX_TYPE_SPRITE) in copy()
395 if (other.ewi.sprite.framelist) in copy()
406 if (other.basetype == GX_TYPE_STRING_SCROLL_WHEEL) in copy()
408 if (other.ewi.string_scroll_wheel.string_id_list) in copy()
425 if (other.widget) in copy()
529 if (ResType == RES_TYPE_PIXELMAP) in res_info()
596 if (other.font_support_extended_unicode) in res_info()
601 if (other.font_pages) in res_info()
617 if (other.child) in res_info()
622 if (copy_next) in res_info()
646 if (font) in ~res_info()
648 if (!is_default || !pathinfo.pathname.IsEmpty()) in ~res_info()
653 if (font_pages) in ~res_info()
661 if (map_list.GetCount()) in ~res_info()
665 if (thumbnail) in ~res_info()
689 if (child) in Attach()
711 if (parent) in Detach()
713 if (parent->child == this) in Detach()
736 if (frame_id < map_list.GetCount()) in GetPixelmap()
747 if (frame_id < map_delay_list.GetCount()) in GetPixelmapDelayTime()
790 if (entry) in FindFolderIdString()
821 if (entry) in FindFolderIdVal()
845 if (mDisplays[index].GetFirstChildFolder()) in ~studiox_project()
849 if (test) in ~studiox_project()
856 if (mDisplays[index].stable) in ~studiox_project()
861 if (mDisplays[index].screenflow) in ~studiox_project()
939 if (bNewProject) in InitProjectHeader()
970 if (bNewProject) in InitProjectHeader()
1077 if (src->mDisplays[display].themes[theme].palette) in Clone()
1124 if (src->mDisplays[display].GetFirstChildFolder()) in Clone()
1134 if (src->mDisplays[display].themes[theme].GetFirstResourceInfo()) in Clone()
1137 if (info) in Clone()
1146 if (src->mDisplays[display].stable) in Clone()
1152 if (src->mDisplays[display].screenflow) in Clone()
1169 if (record->name == name) in GetDefaultPixelmapRecord()
1192 if (flow) in CheckEmptyScreenFlow()
1196 if (!item_count) in CheckEmptyScreenFlow()
1207 if (item->trigger_list) in CheckEmptyScreenFlow()
1214 if (no_triggers) in CheckEmptyScreenFlow()
1237 if (display->themes[ThemeIndex].palette) in CleanupThemeResources()
1273 if (project) in InitializeProjectResourcesThreadEntry()
1279 if (display >= project->mHeader.num_displays) in InitializeProjectResourcesThreadEntry()
1321 if (IsDave2dFontFormat(GetOpenProject(), display)) in ConfigureDefaultFont()
1333 if (IsRenesasDave2D(GetOpenProject())) in ConfigureDefaultFont()
1356 if (put->font_pages) in ConfigureDefaultFont()
1370 if (info->type == RES_TYPE_FONT) in InitializeFonts()
1373 if (info->font) in InitializeFonts()
1375 if (!info->is_default || !info->pathinfo.pathname.IsEmpty()) in InitializeFonts()
1380 if (info->is_default && info->pathinfo.pathname.IsEmpty()) in InitializeFonts()
1390 if (!info->font_charset_include_string_table) in InitializeFonts()
1395 if (!font) in InitializeFonts()
1402 if (info->child) in InitializeFonts()
1416 if (info->type == RES_TYPE_PIXELMAP) in AssignSharedPaletteToPixelmaps()
1420 if (info->child) in AssignSharedPaletteToPixelmaps()
1444 if (display_color_format == GX_COLOR_FORMAT_8BIT_PALETTE) in CheckAssignSharedPaletteToPixelmaps()
1464 if (info->GetPixelmapFrameCount()) in InitializeOnePixelmap()
1469 if (info->thumbnail) in InitializeOnePixelmap()
1475 if (display_color_format == -1) in InitializeOnePixelmap()
1484 if (IsRenesasDave2D(this)) in InitializeOnePixelmap()
1486 if (display_color_format == GX_COLOR_FORMAT_565RGB) in InitializeOnePixelmap()
1488 if (info->keep_alpha) in InitializeOnePixelmap()
1490 if (!IsAlphaFormat(info->output_color_format)) in InitializeOnePixelmap()
1498if ((display_color_format == GX_COLOR_FORMAT_24XRGB) || (display_color_format == GX_COLOR_FORMAT_3… in InitializeOnePixelmap()
1500 if (info->keep_alpha && (info->output_color_format == GX_COLOR_FORMAT_565RGB)) in InitializeOnePixelmap()
1516 if (info->pathinfo.pathname.IsEmpty()) in InitializeOnePixelmap()
1518 if (info->is_default) in InitializeOnePixelmap()
1522 if (record) in InitializeOnePixelmap()
1534 if (info->raw) in InitializeOnePixelmap()
1546 if (pReader) in InitializeOnePixelmap()
1548 if (info->output_color_format) in InitializeOnePixelmap()
1553 if (info->parent) in InitializeOnePixelmap()
1566 if (info->keep_alpha) in InitializeOnePixelmap()
1577 if (color_format == GX_COLOR_FORMAT_8BIT_PALETTE) in InitializeOnePixelmap()
1587 if (theme_palette) in InitializeOnePixelmap()
1589 if (display_color_format > GX_COLOR_FORMAT_8BIT_PALETTE) in InitializeOnePixelmap()
1591 // If the display color format is > 8bpp palette, then the image requires in InitializeOnePixelmap()
1593 … // When we delete the image, we don't know if the palette is shared, so make a copy in InitializeOnePixelmap()
1603 … // if the display color format is 8bpp palette, then the image pAuxData will be set to NULL, in InitializeOnePixelmap()
1619 if (default_image_info) in InitializeOnePixelmap()
1629 if (result) in InitializeOnePixelmap()
1636 if (frame_count > 1) in InitializeOnePixelmap()
1641 if (!info->thumbnail) in InitializeOnePixelmap()
1645 if (pmap->gx_pixelmap_width > THUMBNAIL_SIZE || in InitializeOnePixelmap()
1651 if (xstretch >= ystretch) in InitializeOnePixelmap()
1663 if (thumbnail) in InitializeOnePixelmap()
1671 if (info->compress) in InitializeOnePixelmap()
1676 if (IsRenesasDave2D(this)) in InitializeOnePixelmap()
1685 if (display_index < 0) in InitializeOnePixelmap()
1690if ((mDisplays[display_index].rotation_angle == GX_SCREEN_ROTATION_NONE) && (result == FALSE)) in InitializeOnePixelmap()
1702 if (mHeader.warn_missing_image) in InitializeOnePixelmap()
1713 if (pReader) in InitializeOnePixelmap()
1731 if (info->type == RES_TYPE_PIXELMAP) in InitializePixelmaps()
1735 if (info->child) in InitializePixelmaps()
1754 // if this theme does not yet have a palette, create a default palette: in CreateThemePalette()
1755 if (mDisplays[display].themes[theme].palette == NULL) in CreateThemePalette()
1762 if (!info || mDisplays[display].themes[theme].palette == NULL) in CreateThemePalette()
1770 if (free_slots > 0) in CreateThemePalette()
1774 if (image_palette.palette) in CreateThemePalette()
1777 if (image_palette.used_size > free_slots) in CreateThemePalette()
1792 if (theme_palette) in CreateThemePalette()
1805 if (info->type == RES_TYPE_PIXELMAP) in TestForPixelmapsUsingGlobalPalette()
1807 if ((info->palette_type == PALETTE_TYPE_SHARED) && (!info->raw)) in TestForPixelmapsUsingGlobalPalette()
1812 if (info->child) in TestForPixelmapsUsingGlobalPalette()
1814 if (TestForPixelmapsUsingGlobalPalette(info->child)) in TestForPixelmapsUsingGlobalPalette()
1834 if (info) in InitializeThemePixelmaps()
1838 if (display_color_format == GX_COLOR_FORMAT_8BIT_PALETTE) in InitializeThemePixelmaps()
1844 if (display_color_format >= GX_COLOR_FORMAT_5551BGRX && in InitializeThemePixelmaps()
1850 if (need_palette) in InitializeThemePixelmaps()
1856 // this theme doesn't need a palette. If it has one, delete it in InitializeThemePixelmaps()
1857 if (mDisplays[display].themes[theme].palette) in InitializeThemePixelmaps()
1878 if (display >= mHeader.num_displays) in TaskInitializeAllPixelmaps()
1897 if (project) in TaskInitializeAllPixelmapsThreadEntry()
1919 if (project) in InitializeFontsThreadEntry()
1928 if (display > project->mHeader.num_displays - 1) in InitializeFontsThreadEntry()
1936 if (info) in InitializeFontsThreadEntry()
2036 if (pRecord) in CreateDefaultResources()
2045 if (ThemeIndex == 0) in CreateDefaultResources()
2093 if (ThemeIndex == 0) in CreateDefaultResources()
2134 if (ThemeIndex == 0) in CreateDefaultResources()
2163 if (!pInfo->stable) in CreateDefaultResources()
2203 if (mDisplays[display].stable != NULL) in AddLanguage()
2242 if (parent) in DeleteResource()
2244 if (which->parent->child == which) in DeleteResource()
2265 if (display >= 0) in DeleteResource()
2267 if (parent && (parent->type == RES_TYPE_FOLDER)) in DeleteResource()
2269 // if parent is a folder, loop resources from folder group in DeleteResource()
2289 if (pCmdInfo->IsNoGui()) in CountEnabledThemes()
2298 if (enabled) in CountEnabledThemes()
2317 if (pCmdInfo->IsNoGui()) in CountEnabledLanguages()
2326 if (enabled) in CountEnabledLanguages()
2345 if (pCmdInfo->IsNoGui()) in CountEnabledDisplays()
2354 if (enabled) in CountEnabledDisplays()
2371 if (info->themes[index].statically_defined) in CountStaticallyDefinedThemes()
2386 if (mHeader.languages[index].statically_defined) in CountStaticallyDefinedLanguages()
2401 if (folder_item == folder) in DeleteFolder()
2412 if (folder_item->GetNextFolder() == folder) in DeleteFolder()
2432 if (parent_info) in DeleteWidget()
2434 if (parent_info->GetChildWidgetInfo() == which) in DeleteWidget()
2453 // here if we don't have parent info, should be a top-level widget. in DeleteWidget()
2460 if (widget_folder) in DeleteWidget()
2466 if (current == which) in DeleteWidget()
2468 if (prev) in DeleteWidget()
2493 if (DisplayIndex < MAX_DISPLAYS) in AddFolderToDisplay()
2506 if (display < MAX_DISPLAYS) in IsPaletteMode()
2508 if (mDisplays[display].colorformat == GX_COLOR_FORMAT_8BIT_PALETTE) in IsPaletteMode()
2522 if (!pview) in AddWidgetToFolder()
2527 if (info->GetNextWidgetInfo()) in AddWidgetToFolder()
2555 if (start == find) in IsWidgetInInfoTree()
2559 if (start->GetChildWidgetInfo()) in IsWidgetInInfoTree()
2561 if (IsWidgetInInfoTree(start->GetChildWidgetInfo(), find)) in IsWidgetInInfoTree()
2580 if (info == folder) in GetDisplayIndex()
2599 if (IsWidgetInInfoTree(folder->GetFirstChildWidget(), info)) in GetDisplayIndex()
2627 if (test == info) in GetDisplayIndex()
2644 if (display >= 0 && display < MAX_DISPLAYS) in GetDisplayColorFormat()
2656 if (!parent_info) in AddWidgetToParent()
2662 if (parent_info->widget) in AddWidgetToParent()
2664 if (child_info->widget == NULL) in AddWidgetToParent()
2670 if ((parent_info->basetype == GX_TYPE_MENU) && in AddWidgetToParent()
2673 if (parent_info->widget && child_info->widget) in AddWidgetToParent()
2683 if (mHeader.guix_version > 50000) in AddWidgetToParent()
2685 if (parent_info->allocation == STATICALLY_ALLOCATED) in AddWidgetToParent()
2699 if (parent_info->GetChildWidgetInfo()) in AddWidgetToParent()
2701 if ((parent_info->basetype == GX_TYPE_MENU) && in AddWidgetToParent()
2704 //if the inserted widget is a menu item, we should link in AddWidgetToParent()
2709 if (list_total_count == 0) in AddWidgetToParent()
2747 if (info->GetNextWidgetInfo() == NULL) in MoveInfoToFront()
2756 if (parent) in MoveInfoToFront()
2758 if (parent->GetChildWidgetInfo() == info) in MoveInfoToFront()
2767 if (previous->GetNextWidgetInfo() == info) in MoveInfoToFront()
2787 if (parent) in MoveInfoToBack()
2789 if (parent->GetChildWidgetInfo() == info) in MoveInfoToBack()
2799 if (previous->GetNextWidgetInfo() == info) in MoveInfoToBack()
2844 if(!xml_mode) in WriteOneResource()
2858 if (!xml_mode) in WriteOneResource()
2878 if (res->font_support_extended_unicode) in WriteOneResource()
2883 if (xml_mode) in WriteOneResource()
2887 if (res->font_pages[loop].enabled) in WriteOneResource()
2950 if I don't think we will use the saved values for things like in WriteResources()
2953 will use from the saved data. So if you notice that the reader is in WriteResources()
2960 if (!xml_mode || start->type == RES_TYPE_FONT || start->type == RES_TYPE_PIXELMAP) in WriteResources()
2967 if (start->child) in WriteResources()
2972 if (!xml_mode || start->type == RES_TYPE_FONT || start->type == RES_TYPE_PIXELMAP) in WriteResources()
2988 if (!xml_mode) in WriteThemePaletteInfo()
3041 if (pInfo->themes[theme].palette) in WriteDisplayInfo()
3055 if (display_index < mHeader.num_displays) in WriteDisplayInfo()
3075 if (table) in WriteStringTable()
3082 if (table->CountLanguages() != mHeader.num_languages) in WriteStringTable()
3111 if (screen_flow) in WriteScreenFlow()
3134 if (item) in WriteFlowItem()
3194 if (action->animation) in WriteTriggerInfo()
3300 if (GetPropsWin()) in Save()
3312 if (!writer.OpenFile(pathname)) in Save()
3346 if (GetOutputFileName(SavePathname, FileName, in SaveAs()
3401 if (!start) in GenerateResourceXml()
3407 if (!writer.OpenFile(pathname)) in GenerateResourceXml()
3436if (theme->palette && (GetResourceType(start) == RES_TYPE_PIXELMAP) && (dinfo->colorformat < GX_CO… in GenerateResourceXml()
3445 if (start->type == RES_TYPE_FONT || start->type == RES_TYPE_PIXELMAP) in GenerateResourceXml()
3451 else if (start->child) in GenerateResourceXml()
3465 if (!reader.ReadFile(pathname)) in ReadXMLFile()
3479 if (reader.EnterSection("resource_project")) in ReadXMLFile()
3481 if (reader.EnterSection("header")) in ReadXMLFile()
3486 if (version < PROJECT_VERSION_INITIAL_RESOURCE_XML) in ReadXMLFile()
3494 if (converter != L"GUIX Studio") in ReadXMLFile()
3502 if (mHeader.studio_version > CalculateStudioVersion()) in ReadXMLFile()
3519 if (reader.EnterSection("display_info")) in ReadXMLFile()
3550 //if (mHeader.studio_version < 5040001) in ReadWidgetFolders()
3551 if (!reader.EnterSection("widget_folder")) in ReadWidgetFolders()
3555 if (folder) in ReadWidgetFolders()
3576 if (display_color_format == GX_COLOR_FORMAT_8BIT_PALETTE) in ReadPaletteType()
3583 if (res->output_color_format != GX_COLOR_FORMAT_8BIT_PALETTE) in ReadPaletteType()
3590 if (reader.ReadString("palette_type", palette_type, 40)) in ReadPaletteType()
3592 if (strlen(palette_type) > 1) in ReadPaletteType()
3594 if (strcmp(palette_type, "Private") == 0) in ReadPaletteType()
3600 if (strcmp(palette_type, "Shared") == 0) in ReadPaletteType()
3613 if (palette_type[0] == '0') in ReadPaletteType()
3619 if (palette_type[0] == '1' || in ReadPaletteType()
3645 if (put->type == RES_TYPE_PIXELMAP || in ReadOneResource()
3649 if (!TestInputName(put->name, NULL, NULL, FALSE)) in ReadOneResource()
3665 if (!NameExists(display_index, put->type, name)) in ReadOneResource()
3680 if (mHeader.project_version <= 52) in ReadOneResource()
3684 if (put->type == RES_TYPE_FOLDER || in ReadOneResource()
3701 if (!reader.ReadBool("enabled", put->enabled)) in ReadOneResource()
3722 if (!IsFontBitsSupported(put->font_bits)) in ReadOneResource()
3731 if ((mHeader.project_version >= 51)&& in ReadOneResource()
3742 if ((mHeader.project_version >= 53) && in ReadOneResource()
3756 if (pCmdInfo->IsXmlMode()) in ReadOneResource()
3773 if (pages.GetCount()) in ReadOneResource()
3787 if (put->font_support_extended_unicode) in ReadOneResource()
3797 if (reader.EnterSection("font_page_data")) in ReadOneResource()
3825 if (put -> is_default && put->pathinfo.pathname.IsEmpty()) in ReadOneResource()
3832 if (mHeader.studio_version < STUDIO_VERSION_USE_INTERNAL_SYSTEM_PNG_DATA) in ReadOneResource()
3834 if (put->is_default) in ReadOneResource()
3836 if (put->pathinfo.pathname.Find(L"graphics\\system_png\\radiobutton_on.png") >= 0 || in ReadOneResource()
3850 if (mHeader.project_version >= PROJECT_VERSION_WRITE_COLOR_FORMAT_NAME) in ReadOneResource()
3869 if (put->output_color_format < 0 || put->output_color_format > 50) in ReadOneResource()
3898 if (restype) in ReadResources()
3903 if (newres->type == RES_TYPE_COLOR) in ReadResources()
3905 if (FindResource(parent, RES_TYPE_COLOR, newres->name)) in ReadResources()
3913 else if (newres->type == RES_TYPE_FOLDER) in ReadResources()
3938 else if (newres->type == RES_TYPE_GROUP) in ReadResources()
3940 if (newres->folder_id == STRING_GROUP) in ReadResources()
3947 if (parent) in ReadResources()
3953 if (pInfo->themes[theme_index].GetFirstResourceInfo()) in ReadResources()
3969 if (newres) in ReadResources()
3976 if (parent == NULL) in ReadResources()
3979 if (newres) in ReadResources()
3981 if ((newres->type != RES_TYPE_HEADER) || in ReadResources()
4015 if (info->stable) in ReadStringTable()
4022 if (reader.EnterSection("string_table")) in ReadStringTable()
4039 if (reader.EnterSection("string_record")) in ReadStringTable()
4046 if (!temp_val.IsEmpty()) in ReadStringTable()
4075 // if the string table is missing, initialize to in ReadStringTable()
4088 if (info->screenflow) in ReadScreenFlow()
4094 if (reader.EnterSection("screen_flow")) in ReadScreenFlow()
4100 if (!reader.ReadInt("scale", scale)) in ReadScreenFlow()
4130 if (!reader.ReadBool("enabled", item->enabled)) in ReadFlowItem()
4165 if (reader.EnterSection("action_list")) in ReadTriggerInfo()
4175 if (action->action_type) in ReadTriggerInfo()
4181 if (!action->animation_id_name.IsEmpty()) in ReadTriggerInfo()
4187if (!reader.ReadBool("target_show_child_widgets", action->target_show_child_widgets)) in ReadTriggerInfo()
4192if (!reader.ReadBool("parent_show_child_widgets", action->parent_show_child_widgets)) in ReadTriggerInfo()
4197 if (reader.EnterSection("animation_info")) in ReadTriggerInfo()
4208if (!reader.ReadUShort("frame_interval", action->animation->gx_animation_frame_interval)) in ReadTriggerInfo()
4213if (!reader.ReadUShort("start_delay", action->animation->gx_animation_start_delay)) in ReadTriggerInfo()
4224 if (detach) in ReadTriggerInfo()
4229 if (push_target) in ReadTriggerInfo()
4254 if (!head) in ReadTriggerInfo()
4259 if (pre) in ReadTriggerInfo()
4275 if (reader.EnterSection("vscroll_appearance")) in ReadThemeScrollbars()
4281 if (reader.EnterSection("hscroll_appearance")) in ReadThemeScrollbars()
4296 if (reader.EnterSection("palette")) in ReadThemePaletteInfo()
4301 if (test_size > 256) in ReadThemePaletteInfo()
4307 if (xml_mode) in ReadThemePaletteInfo()
4317 if (test_size > theme->palette_total_size) in ReadThemePaletteInfo()
4321 if (test_size < 0) in ReadThemePaletteInfo()
4327 if (theme->palette_total_size > 0) in ReadThemePaletteInfo()
4337 if (mHeader.project_version < 52) in ReadThemePaletteInfo()
4378 if (reader.EnterSection("display_info")) in ReadDisplayInfo()
4381 if (open_index == index) in ReadDisplayInfo()
4387 // if display resolution is not valid, default to in ReadDisplayInfo()
4390 if (pInfo->xres > GX_MAX_DISPLAY_RESOLUTION || pInfo->xres <= 0) in ReadDisplayInfo()
4394 if (pInfo->yres > GX_MAX_DISPLAY_RESOLUTION || pInfo->yres <= 0) in ReadDisplayInfo()
4420 if (IsCpuWithDave2D(mHeader.target_cpu)) in ReadDisplayInfo()
4428 if (!reader.ReadBool("allocate_canvas", pInfo->allocate_canvas)) in ReadDisplayInfo()
4450 if (pInfo->format_332) in ReadDisplayInfo()
4461 if (pInfo->packed_format) in ReadDisplayInfo()
4472 if (pInfo->reverse_order) in ReadDisplayInfo()
4485 if (pInfo->format_4444) in ReadDisplayInfo()
4487 if (pInfo->reverse_order) in ReadDisplayInfo()
4496 else if (pInfo->format_555) in ReadDisplayInfo()
4498 if (pInfo->reverse_order) in ReadDisplayInfo()
4509 if (pInfo->reverse_order) in ReadDisplayInfo()
4522 if (reader.EnterSection("theme_info")) in ReadDisplayInfo()
4526 if (!reader.ReadInt("active_theme", pInfo->active_theme)) in ReadDisplayInfo()
4531 if (pInfo->num_themes <= 0 || pInfo->num_themes > MAX_THEMES) in ReadDisplayInfo()
4540 if (pInfo->active_theme < 0 || pInfo->active_theme >= pInfo->num_themes) in ReadDisplayInfo()
4552if (!reader.ReadBool("gen_color_table", pInfo->themes[theme].gen_color_table)) in ReadDisplayInfo()
4557 if (!reader.ReadBool("gen_font_table", pInfo->themes[theme].gen_font_table)) in ReadDisplayInfo()
4562if (!reader.ReadBool("gen_pixelmap_table", pInfo->themes[theme].gen_pixelmap_table)) in ReadDisplayInfo()
4567 if (!reader.ReadBool("enabled", pInfo->themes[theme].enabled)) in ReadDisplayInfo()
4572if (!reader.ReadBool("statically_defined", pInfo->themes[theme].statically_defined)) in ReadDisplayInfo()
4577 if (reader.EnterSection("theme_data")) in ReadDisplayInfo()
4579 if (mHeader.project_version >= 53) in ReadDisplayInfo()
4589 if (mHeader.project_version <= 52) in ReadDisplayInfo()
4597 if (mHeader.project_version <= 54) in ReadDisplayInfo()
4614if (FindResource(parent, RES_TYPE_COLOR, CString(default_record->name)) == NULL) in ReadDisplayInfo()
4650 if (reader.ReadBool(CT2A(mHeader.languages[language].name), enabled)) in ReadDisplayInfo()
4656 if (mHeader.project_version <= 52) in ReadDisplayInfo()
4660 if (old_theme_data_format) in ReadDisplayInfo()
4687 if (reader.EnterSection("header")) in ReadProjectHeader()
4691 // default to the original version, 5.0, if no version information in ReadProjectHeader()
4694 // default to version 5.3.2.0, if no version information in ReadProjectHeader()
4697 if (mHeader.guix_version < 50000) in ReadProjectHeader()
4720 if (IsCpuWithDave2D(mHeader.target_cpu)) in ReadProjectHeader()
4722 if (!reader.ReadBool("dave2d_graph_accelerator", mHeader.dave2d_graph_accelerator)) in ReadProjectHeader()
4724 if (!reader.ReadBool("synergy_graph_accelerator", mHeader.dave2d_graph_accelerator)) in ReadProjectHeader()
4730 if (!reader.ReadInt("renesas_jpeg_decoder", mHeader.renesas_jpeg_decoder)) in ReadProjectHeader()
4732 if (!reader.ReadInt("synergy_jpeg_decoder", mHeader.renesas_jpeg_decoder)) in ReadProjectHeader()
4738 if (!reader.ReadInt("renesas_png_decoder", mHeader.renesas_png_decoder)) in ReadProjectHeader()
4740 if (!reader.ReadInt("synergy_png_decoder", mHeader.renesas_png_decoder)) in ReadProjectHeader()
4753 if (!reader.ReadBool("grid_enabled", mHeader.grid_enabled)) in ReadProjectHeader()
4758 if (!reader.ReadBool("snap_enabled", mHeader.snap_enabled)) in ReadProjectHeader()
4763 if (!reader.ReadBool("snap_to_widget_enabled", mHeader.snap_to_widget_enabled)) in ReadProjectHeader()
4768 if (!reader.ReadInt("grid_spacing", mHeader.grid_spacing)) in ReadProjectHeader()
4775 if (!reader.ReadInt("snap_spacing", mHeader.snap_spacing)) in ReadProjectHeader()
4786 if (!reader.ReadBool("gen_res_header", mHeader.gen_res_header)) in ReadProjectHeader()
4791 if (!reader.ReadBool("custom_resource_enabled", mHeader.custom_resource_enabled)) in ReadProjectHeader()
4796 if (!reader.ReadString("custom_resource_file_name", mHeader.custom_resource_file_name)) in ReadProjectHeader()
4808 if (!reader.ReadInt("palette_mode_aa_text_colors", mHeader.palette_mode_aa_text_colors)) in ReadProjectHeader()
4821 if (reader.EnterSection("language_names")) in ReadProjectHeader()
4828 // symbol and get rid of it if it is there: in ReadProjectHeader()
4836 if (symbol_index > 0) in ReadProjectHeader()
4843 if (reader.ReadBool("enabled", enabled)) in ReadProjectHeader()
4851if (!reader.ReadBool("support_bidi_text", mHeader.languages[index].support_bidi_text)) in ReadProjectHeader()
4856if (!reader.ReadBool("gen_reordered_bidi_text", mHeader.languages[index].gen_reordered_bidi_text)) in ReadProjectHeader()
4861if (!reader.ReadBool("support_thai_glyph_shaping", mHeader.languages[index].support_thai_glyph_sha… in ReadProjectHeader()
4866if (!reader.ReadBool("gen_adjusted_thai_string", mHeader.languages[index].gen_adjusted_thai_string… in ReadProjectHeader()
4871if (!reader.ReadBool("statically_defined", mHeader.languages[index].statically_defined)) in ReadProjectHeader()
4879 if (reader.EnterSection("string_export")) in ReadProjectHeader()
4893 else if (reader.EnterSection("xliff")) in ReadProjectHeader()
4916 if (!reader.ReadFile(pathname)) in Read()
4924 if (reader.EnterSection("project")) in Read()
4931 if ((mHeader.project_version > PROJECT_VERSION) || in Read()
4934if (!AskUser("This project was created by a newer release of GUIX Studio. Do you want to continue?… in Read()
4942 // happen if the user copies a project: in Read()
4945 if (index > 0) in Read()
4951 if (index > 0) in Read()
4958 if (!ReadDisplayInfo(reader, index)) in Read()
4966 if (mDisplays[0].themes[0].GetFirstResourceInfo() == GX_NULL) in Read()
4975 if ((mHeader.studio_version != studio_version)|| in Read()
5002 if (DisplayIndex < 0) in AddToIdDictionary()
5011 if (id_name == "ID_DROP_LIST_BUTTON") in AddToIdDictionary()
5026 if (dictionary->GetCount() == 0) in AddToIdDictionary()
5037 /* Check if the id name already exist. */ in AddToIdDictionary()
5038 if(get_info->id_name == id_name) in AddToIdDictionary()
5058 if (DisplayIndex < 0) in RemoveFromIdDictionary()
5081 if (get_info->id_name == id_name) in RemoveFromIdDictionary()
5083 if (get_info->reference_count == 1) in RemoveFromIdDictionary()
5104 if (dictionary.GetAt(index).id_name == id_name) in GetIdIndex()
5117 if (DisplayIndex < 0) in GetIdIndex()
5125 if (id_name == "ID_DROP_LIST_BUTTON") in GetIdIndex()
5150 if (DisplayIndex < 0) in GetIdName()
5169 if (index < dictionary->GetCount()) in GetIdName()
5182 if (DisplayIndex < 0) in CleanupIdDictionary()
5207 if (copied_dictionary) in CopyIdDictionary()
5248 if(dictionary->GetSize() > 2) in SortIdDictionary()
5264 if ((mHeader.project_version <= 54) && in AddToResourceDictionary()
5283 if (dictionary->GetCount() == 0) in AddToResourceDictionary()
5295 if (dictionary->GetAt(index) == info->name) in AddToResourceDictionary()
5301 if (res_id == -1) in AddToResourceDictionary()
5338 if (dictionary->GetAt(index) == info->name) in RemoveFromResourceDictionary()
5374 if (dictionary->GetAt(index) == old_name) in UpdateDictionaryResourceName()
5409 if (index < dictionary->GetCount()) in GetResourceName()
5420 if (copied_dictionary) in CopyDictionary()
5471 if (!pCmdInfo->IsXmlMode()) in SortResDictionary()
5486 if (dictionary->GetSize() > skip_count + 1) in SortResDictionary()
5499 if (name.IsEmpty()) in GetResourceId()
5524 if (dictionary->GetAt(index) == name) in GetResourceId()
5557 if (res_id < (ULONG) dictionary->GetCount()) in FindResource()
5570 if (res_id < (ULONG) dictionary->GetCount()) in FindResource()
5584 if (res_id < (ULONG) dictionary->GetCount()) in FindResource()
5610 if (pRes->type == restype && in FindResource()
5615 if (pRes->child) in FindResource()
5618 if (found) in FindResource()
5642 if (pRes->type == restype && in FindResourceFolder()
5648 if (pRes->child) in FindResourceFolder()
5651 if (found) in FindResourceFolder()
5673 if (test == child) in FindParentInfo()
5678 if (found) in FindParentInfo()
5698 if (found) in FindParentInfo()
5713 if (found) in FindParentInfo()
5730 if (found) in FindWidgetInfo()
5746 if (start->app_name == name) in FindWidgetInfo()
5751 if (search_child && start->GetChildWidgetInfo()) in FindWidgetInfo()
5755 if (found) in FindWidgetInfo()
5782 if (start->folder_name == name) in FindFolderInfo()
5796 if (display_index < MAX_DISPLAYS) in FindFolderInfo()
5799 if (found) in FindFolderInfo()
5816 if (IsWidgetInInfoTree(folder->GetFirstChildWidget(), child)) in FindParentFolderInfo()
5833 if (widget && (widget->gx_widget_type == GX_TYPE_MENU_LIST)) in FindWidgetInfo()
5842 if (found) in FindWidgetInfo()
5858 if (child) in FindWidgetInfo()
5860 if (child->widget == widget) in FindWidgetInfo()
5866 if (found) in FindWidgetInfo()
5883 if (start->widget == widget) in FindWidgetInfo()
5888 if (start->GetChildWidgetInfo()) in FindWidgetInfo()
5892 if (found) in FindWidgetInfo()
5935 if (other.first_widget) in folder_info()
5940 if (copy_next) in folder_info()
5975 if (first_widget) in ~folder_info()
5996 //if (first_widget) in SetFirstChildWidget()