Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dscreen_generator.cpp1220 widget_info *target_info = NULL; in GenerateAnimationInfo() local
1238 target_info = m_project->FindWidgetInfo(folder, item->screen_name, FALSE); in GenerateAnimationInfo()
1241target_info = m_project->FindWidgetInfo(target_info->GetChildWidgetInfo(), action->target_widget_n… in GenerateAnimationInfo()
1246 target_info = m_project->FindWidgetInfo(folder, action->target_widget_name, FALSE); in GenerateAnimationInfo()
1249 if (target_info) in GenerateAnimationInfo()
1251 if (target_info->allocation == STATICALLY_ALLOCATED) in GenerateAnimationInfo()
1253 target_name = GetWidgetReferenceName(target_info); in GenerateAnimationInfo()
1266 parent_info = m_project->FindParentInfo(target_info); in GenerateAnimationInfo()
1852 widget_info *target_info; in CheckWriteScreenFlow() local
1926 target_info = NULL; in CheckWriteScreenFlow()
[all …]