Home
last modified time | relevance | path

Searched refs:bottom (Results 1 – 25 of 50) sorted by relevance

12

/GUIX-v6.2.1/guix_studio/
Dleft_panel_frame.cpp62 childrect.bottom = childrect.top + m_header_height - 1; in OnCreate()
66 childrect.top = childrect.bottom; in OnCreate()
67 childrect.bottom -= (clientrect.bottom - clientrect.top) / 2; in OnCreate()
77 int bottom; in PositionChildren() local
82 bottom = childrect.bottom; in PositionChildren()
83 childrect.bottom = childrect.top + m_header_height - 1; in PositionChildren()
86 childrect.top = childrect.bottom; in PositionChildren()
87 childrect.bottom = bottom; in PositionChildren()
158 childrect.bottom = childrect.top + m_header_height - 1; in OnCreate()
162 childrect.top = childrect.bottom + 1; in OnCreate()
[all …]
Dexpress_dialog.cpp69 size.bottom = size.top + m_height; in OnCreate()
83 size.bottom = size.top + m_title_bar_height; in OnCreate()
134 size.bottom = client.bottom - 4; in AddSaveButton()
135 size.top = size.bottom - m_save_button_height; in AddSaveButton()
154 size.bottom = client.bottom - 4 - (m_save_button_height - m_cancel_button_height) / 2; in AddCancelButton()
155 size.top = size.bottom - m_cancel_button_height; in AddCancelButton()
235 title_rect.bottom = title_rect.top + m_title_bar_height; in PaintTitleAndStatusBar()
271 …dc->StretchBlt(xpos, size.bottom - m_status_bar_height, bm.bmWidth, m_status_bar_height, &dcMemory… in PaintTitleAndStatusBar()
285 rect.bottom = rect.top + m_title_bar_height; in OnNcHitTest()
305 size.bottom = client.bottom - 4; in OnSize()
[all …]
Dscreen_flow_edit_dlg.cpp135 size.bottom = size.top + bmp.bmHeight; in OnSize()
156 size.bottom = client.bottom - 2; in OnSize()
530 dirty.bottom -= scrollpos.cy; in OnLButtonDown()
776 else if (mpDragItem->rect.top + shift_y >= mpDragItem->rect.bottom - MIN_SCREEN_BOX_SIZE) in ShiftTop()
779 shift_y = mpDragItem->rect.bottom - MIN_SCREEN_BOX_SIZE - mpDragItem->rect.top; in ShiftTop()
825 if (scaled_rect.bottom - scrollpos.cy + scaled_shift_y> client.bottom) in ShiftBottom()
829 int bottom; in ShiftBottom() local
831 scaled_shift_y = client.bottom + scrollpos.cy - scaled_rect.bottom; in ShiftBottom()
832 scaled_bottom = scaled_rect.bottom + scaled_shift_y; in ShiftBottom()
833 bottom = (scaled_bottom * 100) / mScale; in ShiftBottom()
[all …]
Dmessage_dialog.cpp96 size.bottom = size.top + tsize.cy; in AddCStaticControl()
126 size.bottom += temp_size.cy; in AddCStaticControl()
138 size.bottom += temp_size.cy; in AddCStaticControl()
146 size.bottom += tsize.cy; in AddCStaticControl()
150 size.bottom += tsize.cy + 1; in AddCStaticControl()
152 client.bottom = size.bottom + m_status_bar_height + 16; in AddCStaticControl()
Dtarget_view.cpp81 childrect.bottom = 240; in OnCreate()
282 sizetotal.cy = size.bottom - size.top + 2; in UpdateScrollSize()
315 vertex[1].y = client.bottom; in OnEraseBkgnd()
351 pDC->LineTo(size.right + 1, size.bottom + 1); in OnDraw()
352 pDC->LineTo(size.left - 1, size.bottom + 1); in OnDraw()
367 pDC->MoveTo(size.right + 8, size.bottom + 1); in OnDraw()
368 pDC->LineTo(size.right + 1, size.bottom + 1); in OnDraw()
369 pDC->LineTo(size.right + 1, size.bottom + 9); in OnDraw()
371 pDC->MoveTo(size.left - 8, size.bottom + 1); in OnDraw()
372 pDC->LineTo(size.left - 1, size.bottom + 1); in OnDraw()
[all …]
Doptions_dialog.cpp93 size.bottom = size.top + 40; in PositionChildren()
99 size.top = size.bottom + 10; in PositionChildren()
100 size.bottom = size.top + 30; in PositionChildren()
104 window_size.bottom = size.bottom + 60; in PositionChildren()
Dstring_table_edit_dlg.cpp440 int height = size.bottom - size.top; in PositionChildren()
447 childsize.bottom = childsize.top + m_button_bar_height; in PositionChildren()
453 childsize.top = childsize.bottom + 1; in PositionChildren()
454 childsize.bottom = childsize.top + m_table_header_height; in PositionChildren()
457 childsize.top = childsize.bottom + 1; in PositionChildren()
458 childsize.bottom = size.top + (height / 2) - 12; in PositionChildren()
460 childsize.bottom += 12; in PositionChildren()
466 childsize.bottom = childsize.top + m_table_header_height; in PositionChildren()
470 childsize.top = childsize.bottom + 1; in PositionChildren()
471 childsize.bottom = size.top + (height / 2) - 12; in PositionChildren()
[all …]
Dstring_scroll_wheel_edit_dlg.cpp113 frame_size.top = size.bottom + 5; in OnInitDialog()
115 frame_size.bottom -= m_status_bar_height + 10; in OnInitDialog()
153 else if (rect.bottom > list_client.bottom) in TestSetRowData()
155 mpValueListFrame->Scroll(rect.bottom - list_client.bottom); in TestSetRowData()
224 size.bottom -= 5; in OnCreate()
340 else if (rect.bottom > list_client.bottom) in PreTranslateKeyDown()
342 list->Scroll(rect.bottom - list_client.bottom); in PreTranslateKeyDown()
540 client.bottom = client.top + mRowHeight; in OnCreate()
Deasing_function_select_dlg.cpp77 mWaveRect.bottom = 0; in IMPLEMENT_DYNAMIC()
163 mWaveRect.top = rect.bottom + (mAnimationBoxSize.cy << 2); in OnPaint()
167 mWaveRect.bottom = rect.top - (mAnimationBoxSize.cy << 2); in OnPaint()
175 mAnimationRect.bottom += (mAnimationBoxSize.cy << 2); in OnPaint()
196 g.DrawLine(&pen, mWaveRect.left, mWaveRect.top, mWaveRect.left, mWaveRect.bottom); in OnPaint()
197 g.DrawLine(&pen, mWaveRect.left, mWaveRect.bottom, mWaveRect.right, mWaveRect.bottom); in OnPaint()
726 y1 = (REAL)mWaveRect.bottom; in DrawEasingCurve()
730 y2 = (REAL)mWaveRect.bottom - height * mpEasingFuncCallback(x, width); in DrawEasingCurve()
739 y2 = (REAL)mWaveRect.bottom - height * mpEasingFuncCallback(x, width); in DrawEasingCurve()
743 g.DrawLine(&line_pen, mWaveRect.left, mWaveRect.bottom, mWaveRect.right, mWaveRect.top); in DrawEasingCurve()
[all …]
Dresource_item.cpp621 rect.bottom -= 2; in PaintThemeHeader()
633 boxrect.bottom = boxrect.top + m_header_height; in PaintThemeHeader()
638 vspace = boxrect.bottom - boxrect.top; in PaintThemeHeader()
668 m_up_icon_rect.bottom = m_up_icon_rect.top + height; in PaintThemeHeader()
678 m_down_icon_rect.top = m_up_icon_rect.bottom; in PaintThemeHeader()
680 m_down_icon_rect.bottom = m_down_icon_rect.top + height; in PaintThemeHeader()
734 rect.bottom = rect.top + m_header_height - 3; in PaintGroupHeader()
748 boxrect.bottom = boxrect.top + m_header_height; in PaintGroupHeader()
753 vspace = boxrect.bottom - boxrect.top; in PaintGroupHeader()
774 vspace = boxrect.bottom - boxrect.top; in PaintGroupHeader()
[all …]
Dright_panel_frame.cpp62 childrect.top = childrect.bottom; in OnCreate()
63 childrect.bottom -= clientrect.bottom; in OnCreate()
Dfont_path_dialog.cpp165 dc.MoveTo(client.left, client.bottom - 1); in BEGIN_MESSAGE_MAP()
166 dc.LineTo(client.right, client.bottom - 1); in BEGIN_MESSAGE_MAP()
168 dc.LineTo(client.left, client.bottom - 1); in BEGIN_MESSAGE_MAP()
170 dc.LineTo(client.right - 1, client.bottom - 1); in BEGIN_MESSAGE_MAP()
186 dc.LineTo(size.right, size.bottom); in BEGIN_MESSAGE_MAP()
194 dc.LineTo(size.right, size.bottom); in BEGIN_MESSAGE_MAP()
248 RangeListEntrySize.bottom = RangeListEntrySize.top + m_range_row_height; in OnCreate()
286 childsize.bottom = childsize.top + m_range_row_height - 1; in CreateExtendedRangeEntry()
302 childsize.bottom += m_range_row_height; in CreateExtendedRangeEntry()
412 fieldsize.bottom--; in OnCreate()
[all …]
Drecent_project_win.cpp46 size.bottom = parentSize.bottom - 4; in GetCreateNewProjectButtonSize()
47 size.top = size.bottom - GetScaledValue(NEW_BUTTON_HEIGHT, dpi, text_scaler); in GetCreateNewProjectButtonSize()
67 size.bottom = client.bottom - m_status_bar_height - space; in OnCreate()
163 size.bottom = size.top + row_height; in OnCreate()
Dtrigger_list_edit_dlg.cpp115 rect.bottom -= (m_status_bar_height + 10); in OnInitDialog()
122 rect.top = list_prompt_rect.bottom + 1; in OnInitDialog()
602 childsize.bottom = childsize.top + rowheight; in PositionChildren()
608 childsize.bottom += rowheight; in PositionChildren()
682 dc.LineTo(boxrect.left, boxrect.bottom - 1); in OnPaint()
684 dc.LineTo(boxrect.right - 1, boxrect.bottom - 1); in OnPaint()
685 dc.MoveTo(boxrect.left, boxrect.bottom - 1); in OnPaint()
686 dc.LineTo(boxrect.right, boxrect.bottom - 1); in OnPaint()
Dtarget_screen.cpp227 size.bottom = size.top + height; in UpdateWindowPos()
921 rect.bottom = mGridSnapInfo.crosshair_cy + mGridSnapInfo.crosshair_size; in InvalidateCrosshairArea()
928 rect.bottom = (rect.bottom + 1) * scale / 100; in InvalidateCrosshairArea()
951 rect.bottom = snapline->target_bottom_right + 1; in InvalidateSnapLineArea()
958 rect.bottom = snapline->target_x_y + 1; in InvalidateSnapLineArea()
966 rect.bottom = rect.bottom * scale / 100; in InvalidateSnapLineArea()
1704 rect.bottom = (GET_Y_LPARAM(lp) + 1); in OnGuixDirty()
1710 rect.bottom = rect.bottom * scale / 100; in OnGuixDirty()
1736 rect.bottom = rect.bottom * 100 / scale; in OnPaint()
1742 (GX_VALUE)rect.bottom); in OnPaint()
[all …]
Dresource_tree.cpp104 size.bottom = size.top + start->GetHeight() - 1; in PositionItems()
106 if (size.bottom > m_height) in PositionItems()
108 m_height = size.bottom; in PositionItems()
115 top = size.bottom + 1; in PositionItems()
Dcolor_edit_dialog.cpp118 swatch.bottom = swatch.top + m_swatch_size; in PaintColorPalette()
156 selected_box.bottom = selected_box.top + m_swatch_size; in PaintColorPaletteHighlight()
208 swatch.bottom = swatch.top + m_swatch_size; in PaintColorGradient()
253 selected_box.bottom = selected_box.top + m_swatch_size; in PaintColorGradientHighlight()
269 int cy = (selected_box.top + selected_box.bottom) >> 1; in PaintColorGradientHighlight()
279 pDC->MoveTo(cx, selected_box.bottom + m_swatch_size); in PaintColorGradientHighlight()
280 pDC->LineTo(cx, selected_box.bottom); in PaintColorGradientHighlight()
308 swatch.bottom = swatch.top + m_swatch_size; in InvalidateSelection()
756 boxrect.top = color_lable_size.bottom + 10; in OnInitDialog()
757 boxrect.bottom -= (m_status_bar_height + 10); in OnInitDialog()
[all …]
Dstring_export_dlg.cpp86 size.bottom = size.top + 200; in DoDataExchange()
92 size.bottom = size.top + 200; in DoDataExchange()
98 size.bottom = size.top + 60; in DoDataExchange()
Dwait_dialog.cpp46 size.bottom = size.top + m_height; in OnCreate()
58 size.bottom -= 4; in OnCreate()
/GUIX-v6.2.1/common/src/
Dgx_accordion_menu_position.c80 GX_VALUE bottom; in _gx_accordion_menu_one_level_position() local
92 bottom = size.gx_rectangle_bottom; in _gx_accordion_menu_one_level_position()
120 size.gx_rectangle_top = (GX_VALUE)(bottom + 1); in _gx_accordion_menu_one_level_position()
131 bottom = list -> gx_widget_size.gx_rectangle_bottom; in _gx_accordion_menu_one_level_position()
135 bottom = size.gx_rectangle_bottom; in _gx_accordion_menu_one_level_position()
144 size.gx_rectangle_top = (GX_VALUE)(bottom + 1); in _gx_accordion_menu_one_level_position()
148 bottom = size.gx_rectangle_bottom; in _gx_accordion_menu_one_level_position()
157 size.gx_rectangle_bottom = (GX_VALUE)(bottom + border_width); in _gx_accordion_menu_one_level_position()
Dgx_tree_view_position.c90 GX_VALUE bottom; in _gx_tree_view_position() local
98 bottom = (GX_VALUE)(client -> gx_rectangle_top - 1 + tree -> gx_tree_view_y_shift); in _gx_tree_view_position()
113 size.gx_rectangle_top = (GX_VALUE)(bottom + 1); in _gx_tree_view_position()
127 bottom = list -> gx_widget_size.gx_rectangle_bottom; in _gx_tree_view_position()
141 bottom = size.gx_rectangle_bottom; in _gx_tree_view_position()
151 bottom = size.gx_rectangle_bottom; in _gx_tree_view_position()
159 …tree -> gx_tree_view_tree_height = (GX_VALUE)(bottom - (client -> gx_rectangle_top + tree -> gx_tr… in _gx_tree_view_position()
Dgx_canvas_polygon_draw.c90 GX_VALUE bottom = point_array[0].gx_point_y; in _gx_canvas_polygon_draw() local
108 if (point_array[i].gx_point_y > bottom) in _gx_canvas_polygon_draw()
110 bottom = point_array[i].gx_point_y; in _gx_canvas_polygon_draw()
119 …UE)(left - width), (GX_VALUE)(top - width), (GX_VALUE)(right + width), (GX_VALUE)(bottom + width)); in _gx_canvas_polygon_draw()
Dgxe_utility_rectangle_define.c76 GX_VALUE top, GX_VALUE right, GX_VALUE bottom) in _gxe_utility_rectangle_define() argument
86 return (_gx_utility_rectangle_define(rectangle, left, top, right, bottom)); in _gxe_utility_rectangle_define()
Dgx_utility_rectangle_define.c75 GX_VALUE top, GX_VALUE right, GX_VALUE bottom) in _gx_utility_rectangle_define() argument
81 rectangle -> gx_rectangle_bottom = bottom; in _gx_utility_rectangle_define()
/GUIX-v6.2.1/test/guix_test/regression_test/tests/
Dvalidation_guix_canvas_polygon_draw.c66 int left, right, top, bottom; in control_thread_entry() local
76 bottom = pGraphicsWin->gx_widget_size.gx_rectangle_bottom; in control_thread_entry()
82 bottom -= 10; in control_thread_entry()
88 size.gx_rectangle_bottom = bottom; in control_thread_entry()
94 left,top,right,bottom); in control_thread_entry()

12