Lines Matching refs:screenflow
861 if (mDisplays[index].screenflow) in ~studiox_project()
863 delete mDisplays[index].screenflow; in ~studiox_project()
937 mDisplays[index].screenflow = NULL; in InitProjectHeader()
1121 new_project->mDisplays[display].screenflow = NULL; in Clone()
1152 if (src->mDisplays[display].screenflow) in Clone()
1154 … new_project->mDisplays[display].screenflow = new screen_flow(*src->mDisplays[display].screenflow); in Clone()
1191 screen_flow *flow = mDisplays[display].screenflow; in CheckEmptyScreenFlow()
1199 mDisplays[display].screenflow = NULL; in CheckEmptyScreenFlow()
1217 mDisplays[display].screenflow = NULL; in CheckEmptyScreenFlow()
3058 WriteScreenFlow(writer, pInfo->screenflow); in WriteDisplayInfo()
4088 if (info->screenflow) in ReadScreenFlow()
4090 delete info->screenflow; in ReadScreenFlow()
4091 info->screenflow = NULL; in ReadScreenFlow()
4096 info->screenflow = new screen_flow; in ReadScreenFlow()
4107 info->screenflow->SetScale(scale); in ReadScreenFlow()
4117 screen_flow *flow= mDisplays[display_index].screenflow; in ReadFlowItem()