| /GUIX-v6.2.1/guix_studio/ |
| D | resource_item.cpp | 606 int xpos = m_size.left; in PaintThemeHeader() 634 boxrect.left += 8; in PaintThemeHeader() 641 PaintIcon(dc, icon_id, boxrect.left, boxrect.top + vspace); in PaintThemeHeader() 642 boxrect.left += m_icon_width + ICON_HORZ_SPACE; in PaintThemeHeader() 665 m_up_icon_rect.left = m_size.right - width - 7; in PaintThemeHeader() 667 m_up_icon_rect.right = m_up_icon_rect.left + width; in PaintThemeHeader() 671 …dc->StretchBlt(m_up_icon_rect.left, m_up_icon_rect.top, width, height, &dcMemory, 0, 0, bitmap.bmW… in PaintThemeHeader() 677 m_down_icon_rect.left = m_up_icon_rect.left; in PaintThemeHeader() 679 m_down_icon_rect.right = m_down_icon_rect.left + width; in PaintThemeHeader() 683 …dc->StretchBlt(m_down_icon_rect.left, m_down_icon_rect.top, width, height, &dcMemory, 0, 0, bitmap… in PaintThemeHeader() [all …]
|
| D | screen_flow_edit_dlg.cpp | 136 size.left = client.left + 10; in OnSize() 137 size.right = size.left + bmp.bmWidth; in OnSize() 150 size.left = size.right + 10; in OnSize() 151 size.right = size.left + ICON_WIDTH * 2; in OnSize() 158 size.left = size.right - SAVE_BUTTON_WIDTH; in OnSize() 481 rectF.X = (REAL)(scaled_rect.left - scrollpos.cx); in OnPaint() 527 dirty.left -= scrollpos.cx; in OnLButtonDown() 655 if ((scaled_rect.left >= client.left) && in FindFirstVisibleItem() 660 ((scaled_rect.top == find_rect.top) && (scaled_rect.left < find_rect.left))) in FindFirstVisibleItem() 735 if (scaled_rect.left - scrollpos.cx + scaled_shift_x < client.left) in ShiftLeft() [all …]
|
| D | express_dialog.cpp | 68 size.right = size.left + m_width; in OnCreate() 82 size.left = size.right - m_close_button_width; in OnCreate() 137 size.left = size.right - m_save_button_width; in AddSaveButton() 156 size.left = client.left + 4; in AddCancelButton() 157 size.right = size.left + m_cancel_button_width; in AddCancelButton() 191 xpos = controlbox.left - (sz.cx * 3 / 2); in PaintRequiredAsterisk() 220 xpos = size.left; in PaintTitleAndStatusBar() 247 title_rect.left += 4; in PaintTitleAndStatusBar() 248 …dc->StretchBlt(title_rect.left, title_rect.top + vspace, icon_width, icon_width, &dcMemory, 0, 0, … in PaintTitleAndStatusBar() 257 title_rect.left += (icon_width + 4); in PaintTitleAndStatusBar() [all …]
|
| D | target_view.cpp | 78 childrect.left = 0; in OnCreate() 121 pDC->PatBlt(rect.left, rect.top, rect.Width(), rect.Height(), in OnEraseBkgnd() 281 sizetotal.cx = size.right - size.left + 2; in UpdateScrollSize() 307 vertex[0].x = client.left; in OnEraseBkgnd() 352 pDC->LineTo(size.left - 1, size.bottom + 1); in OnDraw() 354 pDC->LineTo(size.left - 1, size.top - 1); in OnDraw() 362 pDC->MoveTo(size.left - 8, size.top - 1); in OnDraw() 363 pDC->LineTo(size.left - 1, size.top - 1); in OnDraw() 364 pDC->LineTo(size.left - 1, size.top - 8); in OnDraw() 371 pDC->MoveTo(size.left - 8, size.bottom + 1); in OnDraw() [all …]
|
| D | string_table_edit_dlg.cpp | 280 size.left -= diff; in OnCreate() 439 int width = size.right - size.left; in PositionChildren() 448 childsize.left += 4; in PositionChildren() 464 childsize.left = size.right - m_string_info_column_width + m_info_field_space; in PositionChildren() 484 childsize.left = childsize.right - sz.cx; in PositionChildren() 488 childsize.left = size.left + 4; in PositionChildren() 496 childsize.right = childsize.left + sz.cx; in PositionChildren() 505 childsize.right = childsize.left + m_lable_width; in PositionChildren() 510 childsize.left = childsize.right + 4; in PositionChildren() 516 childsize.left = size.right - m_string_info_column_width + m_info_field_space; in PositionChildren() [all …]
|
| D | wait_dialog.cpp | 45 size.right = size.left + m_width; in OnCreate() 57 size.left += 4; in OnCreate() 82 int xpos = size.left; in PaintTitleBar() 97 dc->BitBlt(size.left + 4, size.top + 4, bm.bmWidth, bm.bmHeight, &dcMemory, 0, 0, SRCCOPY); in PaintTitleBar() 103 dc->TextOut(size.left + bm.bmWidth + 8, size.top + 4, _T("Please Wait...")); in PaintTitleBar()
|
| D | easing_function_select_dlg.cpp | 74 mWaveRect.left = 0; in IMPLEMENT_DYNAMIC() 168 mWaveRect.left = rect.left; in OnPaint() 172 mAnimationRect.left -= (mAnimationBoxSize.cx * 3 / 2) + 1; 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() 725 x1 = (REAL)mWaveRect.left; in DrawEasingCurve() 729 x2 = (REAL)mWaveRect.left + x; in DrawEasingCurve() 738 x2 = (REAL)mWaveRect.left + x; in DrawEasingCurve() 743 g.DrawLine(&line_pen, mWaveRect.left, mWaveRect.bottom, mWaveRect.right, mWaveRect.top); in DrawEasingCurve() 745 x2 = (REAL)mWaveRect.left + x; in DrawEasingCurve() [all …]
|
| D | rich_text_edit_dlg.cpp | 209 size.left = client.left + 10; in OnSize() 210 size.right = size.left + bmp.bmWidth; in OnSize() 234 int width = (client.right - size.left - 10) / 3 - mLableWidth - mColorButtonWidth; in OnSize() 236 size.right = size.left + mLableWidth; in OnSize() 240 size.left = size.right + 5; in OnSize() 241 size.right = size.left + width; in OnSize() 244 size.left = size.right + 5; in OnSize() 245 size.right = size.left + mLableWidth; in OnSize() 249 size.left = size.right + 5; in OnSize() 250 size.right = size.left + width; in OnSize() [all …]
|
| D | color_edit_dialog.cpp | 115 swatch.left = boxrect.left; in PaintColorPalette() 117 swatch.right = swatch.left + m_swatch_size; in PaintColorPalette() 125 swatch.left = boxrect.left; in PaintColorPalette() 126 swatch.right = swatch.left + m_swatch_size; in PaintColorPalette() 155 selected_box.right = selected_box.left + m_swatch_size; in PaintColorPaletteHighlight() 205 swatch.left = boxrect.left; in PaintColorGradient() 207 swatch.right = swatch.left + m_swatch_size; in PaintColorGradient() 223 swatch.left = boxrect.left; in PaintColorGradient() 224 swatch.right = swatch.left + m_swatch_size; in PaintColorGradient() 252 selected_box.right = selected_box.left + m_swatch_size; in PaintColorGradientHighlight() [all …]
|
| D | view_header.cpp | 100 FillHeader(dc, size.top, size.left, size.right); in OnPaint() 108 PaintIcon(dc, size.left + 8, size.top + vspace); in OnPaint() 109 size.left += m_icon_width + 8; in OnPaint() 117 size.left += 6; in OnPaint()
|
| D | target_screen.cpp | 210 size.left -= frame->GetScrollPos(SB_HORZ); in UpdateWindowPos() 214 size.left = (frame_size.Width() - width) >> 1; in UpdateWindowPos() 226 size.right = size.left + width; in UpdateWindowPos() 918 rect.left = mGridSnapInfo.crosshair_cx - mGridSnapInfo.crosshair_size; in InvalidateCrosshairArea() 925 rect.left = rect.left * scale / 100; in InvalidateCrosshairArea() 948 rect.left = snapline->target_x_y; in InvalidateSnapLineArea() 955 rect.left = snapline->target_top_left; in InvalidateSnapLineArea() 963 rect.left = rect.left * scale / 100; in InvalidateSnapLineArea() 1701 rect.left = GET_X_LPARAM(wp); in OnGuixDirty() 1707 rect.left = rect.left * scale / 100; in OnGuixDirty() [all …]
|
| D | string_scroll_wheel_edit_dlg.cpp | 112 frame_size.left += 5; in OnInitDialog() 225 size.left += 3; in OnCreate() 232 size.left = size.right + 15; in OnCreate() 235 int width = size.right - size.left + 1; in OnCreate() 236 size.right = size.left + width / 2 - 5; in OnCreate() 241 size.left = size.right + 5; in OnCreate() 284 pDC->PatBlt(rect.left, rect.top, rect.Width(), rect.Height(), in OnEraseBkgnd()
|
| D | trigger_action_edit_dlg.cpp | 138 size.left = rect.left + 5; in OnInitDialog() 140 size.right = size.left + item_width * 2 / 3; in OnInitDialog() 144 size.left = size.right + 5; in OnInitDialog() 172 size.left = rect.left + 5; in OnInitDialog() 175 size.right = size.left + item_width; in OnInitDialog() 180 size.left = size.right + 5; in OnInitDialog() 188 size.left = rect.left + 5; in OnInitDialog() 191 size.right = size.left + item_width * 2; in OnInitDialog()
|
| D | font_path_dialog.cpp | 163 dc.MoveTo(client.left, client.top); in BEGIN_MESSAGE_MAP() 165 dc.MoveTo(client.left, client.bottom - 1); in BEGIN_MESSAGE_MAP() 167 dc.MoveTo(client.left, client.top); in BEGIN_MESSAGE_MAP() 168 dc.LineTo(client.left, client.bottom - 1); in BEGIN_MESSAGE_MAP() 415 fieldsize.left += 4; in OnCreate() 429 fieldsize.left = fieldsize.right + 3; in OnCreate() 430 fieldsize.right = fieldsize.left + width - 3; in OnCreate() 998 pos.x = buttonsize.left; in OnBnClickedPathType() 1142 RangeListSize.right = Size.left - 10; in OnInitDialog() 1144 RangeListSize.left += 12; in OnInitDialog() [all …]
|
| /GUIX-v6.2.1/common/src/ |
| D | gx_animation_start.c | 98 GX_VALUE left; in _gx_animation_start() local 109 left = info -> gx_animation_target -> gx_widget_size.gx_rectangle_left; in _gx_animation_start() 112 if (left || top) in _gx_animation_start() 114 … _gx_widget_shift(info -> gx_animation_target, (GX_VALUE)-left, (GX_VALUE)-top, GX_FALSE); in _gx_animation_start() 160 left = (GX_VALUE)(info -> gx_animation_start_position.gx_point_x - in _gx_animation_start() 165 if (left || top) in _gx_animation_start() 168 left, top, GX_TRUE); in _gx_animation_start()
|
| D | gx_widget_border_draw.c | 96 INT left; in _gx_widget_border_draw() local 122 left = widget -> gx_widget_size.gx_rectangle_left; in _gx_widget_border_draw() 131 left += 2; in _gx_widget_border_draw() 136 _gx_canvas_line_draw((GX_VALUE)left, (GX_VALUE)top, (GX_VALUE)right, (GX_VALUE)top); in _gx_widget_border_draw() 143 _gx_canvas_line_draw((GX_VALUE)left, (GX_VALUE)top, (GX_VALUE)right, (GX_VALUE)top); in _gx_widget_border_draw() 147 _gx_canvas_line_draw((GX_VALUE)left, in _gx_widget_border_draw() 154 left = widget -> gx_widget_size.gx_rectangle_left; in _gx_widget_border_draw() 158 left += border_width / 2; in _gx_widget_border_draw() 163 … _gx_canvas_line_draw((GX_VALUE)left, (GX_VALUE)(widget -> gx_widget_size.gx_rectangle_top + 2), in _gx_widget_border_draw() 164 … (GX_VALUE)left, (GX_VALUE)(widget -> gx_widget_size.gx_rectangle_bottom - 2)); in _gx_widget_border_draw() [all …]
|
| D | gx_display_driver_generic_mouse_draw.c | 75 GX_VALUE left; in _gx_display_driver_generic_mouse_draw() local 87 left = display -> gx_display_mouse.gx_mouse_position.gx_point_x; in _gx_display_driver_generic_mouse_draw() 89 …left = (GX_VALUE)(left - display -> gx_display_mouse.gx_mouse_cursor_info -> gx_mouse_cursor_hotsp… in _gx_display_driver_generic_mouse_draw() 111 _gx_canvas_pixelmap_draw(left, top, map); in _gx_display_driver_generic_mouse_draw()
|
| D | gx_animation_drag_tracking_start.c | 86 GX_VALUE left; in _gx_animation_drag_tracking_start() local 250 left = target_1 -> gx_widget_size.gx_rectangle_left; in _gx_animation_drag_tracking_start() 255 left = target_2 -> gx_widget_size.gx_rectangle_left; in _gx_animation_drag_tracking_start() 259 if (left || top) in _gx_animation_drag_tracking_start() 261 _gx_widget_shift(target_1, (GX_VALUE)-left, (GX_VALUE)-top, GX_TRUE); in _gx_animation_drag_tracking_start() 265 _gx_widget_shift(target_2, (GX_VALUE)-left, (GX_VALUE)-top, GX_TRUE); in _gx_animation_drag_tracking_start() 270 _gx_canvas_offset_set(animation -> gx_animation_canvas, left, top); in _gx_animation_drag_tracking_start()
|
| D | gx_canvas_polygon_draw.c | 87 GX_VALUE left = point_array[0].gx_point_x; in _gx_canvas_polygon_draw() local 96 if (point_array[i].gx_point_x < left) in _gx_canvas_polygon_draw() 98 left = point_array[i].gx_point_x; in _gx_canvas_polygon_draw() 119 …_gx_utility_rectangle_define(&bound, (GX_VALUE)(left - width), (GX_VALUE)(top - width), (GX_VALUE)… in _gx_canvas_polygon_draw()
|
| D | gxe_utility_rectangle_define.c | 75 UINT _gxe_utility_rectangle_define(GX_RECTANGLE *rectangle, GX_VALUE left, in _gxe_utility_rectangle_define() argument 86 return (_gx_utility_rectangle_define(rectangle, left, top, right, bottom)); in _gxe_utility_rectangle_define()
|
| D | gx_utility_rectangle_define.c | 74 UINT _gx_utility_rectangle_define(GX_RECTANGLE *rectangle, GX_VALUE left, in _gx_utility_rectangle_define() argument 78 rectangle -> gx_rectangle_left = left; in _gx_utility_rectangle_define()
|
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/ |
| D | validation_guix_canvas_polygon_draw.c | 66 int left, right, top, bottom; in control_thread_entry() local 73 left = pGraphicsWin->gx_widget_size.gx_rectangle_left; in control_thread_entry() 78 while(left<= right) in control_thread_entry() 80 left += 5; in control_thread_entry() 85 size.gx_rectangle_left = left; in control_thread_entry() 94 left,top,right,bottom); in control_thread_entry()
|
| /GUIX-v6.2.1/test/example_internal/guix_medical_mouse_support/ |
| D | demo_guix_medical_mouse_support.c | 173 INT left; in page_button_draw() local 177 left = widget->gx_widget_size.gx_rectangle_left; in page_button_draw() 236 gx_canvas_pixelmap_draw(left, top, bkgnd); in page_button_draw() 244 xpos = left + (xpos / 2); in page_button_draw()
|
| /GUIX-v6.2.1/samples/demo_guix_keyboard/ |
| D | demo_guix_keyboard.c | 212 INT left; in key_widget_create() local 220 left = frame->gx_widget_size.gx_rectangle_left + entry->xoffset; in key_widget_create() 223 gx_utility_rectangle_define(&size, left, top, in key_widget_create() 224 left + map->gx_pixelmap_width - 1, in key_widget_create()
|
| /GUIX-v6.2.1/test/example_internal/keyboard_8bpp/ |
| D | demo_guix_keyboard_8bpp.c | 234 INT left; in key_widget_create() local 242 left = frame->gx_widget_size.gx_rectangle_left + entry->xoffset; in key_widget_create() 245 gx_utility_rectangle_define(&size, left, top, in key_widget_create() 246 left + map->gx_pixelmap_width - 1, in key_widget_create()
|