Searched refs:diagram_width (Results 1 – 4 of 4) sorted by relevance
| /GUIX-v6.2.1/guix_studio/ |
| D | screen_flow.h | 85 void CheckAddFlowItem(CString screen_name, int diagram_width, int diagram_height); 88 void InitFlowItemRect(CRect &rect, int diagram_width, int diagram_height); 89 void UpdateFlowItemRect(flow_item *item, int diagram_width, int diagram_height);
|
| D | screen_flow.cpp | 477 void screen_flow::CheckAddFlowItem(CString screen_name, int diagram_width, int diagram_height) in CheckAddFlowItem() argument 498 InitFlowItemRect(rect, diagram_width, diagram_height); in CheckAddFlowItem() 645 void screen_flow::InitFlowItemRect(CRect &return_rect, int diagram_width, int diagram_heihgt) in InitFlowItemRect() argument 678 while (new_rect.left + width < diagram_width) in InitFlowItemRect() 712 void screen_flow::UpdateFlowItemRect(flow_item *item, int diagram_width, int diagram_height) in UpdateFlowItemRect() argument 735 InitFlowItemRect(rect, diagram_width, diagram_height); in UpdateFlowItemRect()
|
| D | screen_flow_edit_dlg.h | 134 void InitScreenFlow(int diagram_width, int diagram_height);
|
| D | screen_flow_edit_dlg.cpp | 1739 void screen_flow_edit_dlg::InitScreenFlow(int diagram_width, int diagram_height) in InitScreenFlow() argument 1768 mpScreenFlow->CheckAddFlowItem(screen->app_name, diagram_width, diagram_height); in InitScreenFlow()
|