Home
last modified time | relevance | path

Searched refs:STATICALLY_ALLOCATED (Results 1 – 5 of 5) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dwidget_reader.cpp96 if (widget->allocation != STATICALLY_ALLOCATED) in ReadWidgets()
98 widget->allocation = STATICALLY_ALLOCATED; in ReadWidgets()
99 … properties_win::SetChildAllocation(widget->GetChildWidgetInfo(), STATICALLY_ALLOCATED); in ReadWidgets()
Dscreen_generator.cpp1251 if (target_info->allocation == STATICALLY_ALLOCATED) in GenerateAnimationInfo()
1271 if (parent_info->allocation == STATICALLY_ALLOCATED) in GenerateAnimationInfo()
1303 if (parent_info->allocation == STATICALLY_ALLOCATED) in GenerateAnimationInfo()
1999 if (parent_info->allocation == STATICALLY_ALLOCATED) in CheckWriteScreenFlow()
2023 if (target_info->allocation == STATICALLY_ALLOCATED) in CheckWriteScreenFlow()
2652 if (info->allocation != STATICALLY_ALLOCATED) in WriteWidgetStyleFlags()
2991 info->allocation == STATICALLY_ALLOCATED) in WriteChildDefine()
3157 start_widget->allocation == STATICALLY_ALLOCATED) in TypedefControlBlock()
3184 start_widget->allocation == STATICALLY_ALLOCATED) in TypedefControlBlock()
3483 if (info->allocation == STATICALLY_ALLOCATED && (!info->is_template)) in WriteExternWidget()
[all …]
DStudioXProject.h32 #define STATICALLY_ALLOCATED 0 macro
Dproperties_win.cpp1253 case STATICALLY_ALLOCATED: in AddWidgetProps()
2530 mpInfo->allocation = STATICALLY_ALLOCATED; in OnChangeDynamicWidget()
2531 SetChildAllocation(mpInfo->GetChildWidgetInfo(), STATICALLY_ALLOCATED); in OnChangeDynamicWidget()
4466 mpInfo->allocation = STATICALLY_ALLOCATED; in OnChangeTemplate()
4467 SetChildAllocation(mpInfo->GetChildWidgetInfo(), STATICALLY_ALLOCATED); in OnChangeTemplate()
DStudioXProject.cpp451 allocation = STATICALLY_ALLOCATED; in init()
2685 if (parent_info->allocation == STATICALLY_ALLOCATED) in AddWidgetToParent()
2687 properties_win::SetChildAllocation(child_info, STATICALLY_ALLOCATED); in AddWidgetToParent()
2696 properties_win::SetChildAllocation(child_info, STATICALLY_ALLOCATED); in AddWidgetToParent()