Home
last modified time | relevance | path

Searched refs:cy (Results 1 – 25 of 47) sorted by relevance

12

/GUIX-v6.2.1/guix_studio/
DScrollHelper.cpp80 if ((bar == SB_VERT) && (windowSize.cy < m_displaySize.cy)) in SetScrollPos()
82 int deltaPos = newpos - m_scrollPos.cy; in SetScrollPos()
83 m_scrollPos.cy += deltaPos; in SetScrollPos()
84 m_attachWnd->SetScrollPos(SB_VERT, m_scrollPos.cy, redraw); in SetScrollPos()
111 if ( m_displaySize.cy > 0 && m_pageSize.cy > 0 && m_scrollPos.cy > 0 ) in ScrollToOrigin()
113 int deltaPos = -m_scrollPos.cy; in ScrollToOrigin()
114 m_scrollPos.cy += deltaPos; in ScrollToOrigin()
115 m_attachWnd->SetScrollPos(SB_VERT, m_scrollPos.cy, TRUE); in ScrollToOrigin()
214 deltaPos = -m_pageSize.cy; in OnVScroll()
219 deltaPos = m_pageSize.cy; in OnVScroll()
[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()
Dtrigger_list_edit_dlg.cpp390 void trigger_frame::OnSize(UINT nType, int cx, int cy) in OnSize() argument
392 CWnd::OnSize(nType, cx, cy); in OnSize()
535 … int min_scroll_value = ((mSelectedRow + 1) * mRowHeight) - m_scroll_helper->GetPageSize().cy; in SelectedVisible()
536 int max_scroll_value = min_scroll_value + m_scroll_helper->GetPageSize().cy - mRowHeight; in SelectedVisible()
543 … if (max_scroll_value > m_scroll_helper->GetDisplaySize().cy - m_scroll_helper->GetPageSize().cy) in SelectedVisible()
545 … max_scroll_value = m_scroll_helper->GetDisplaySize().cy - m_scroll_helper->GetPageSize().cy; in SelectedVisible()
548 int current_scroll_value = m_scroll_helper->GetScrollPos().cy; in SelectedVisible()
601 childsize.top -= (m_scroll_helper->GetScrollPos()).cy; in PositionChildren()
Dscreen_flow_edit_dlg.cpp119 void screen_flow_button_frame::OnSize(UINT nType, int cx, int cy) in OnSize() argument
121 CWnd::OnSize(nType, cx, cy); in OnSize()
420 scaled_line_start.y - scrollpos.cy, in OnPaint()
422 scaled_line_end.y - scrollpos.cy); in OnPaint()
482 rectF.Y = (REAL)(scaled_rect.top - scrollpos.cy); in OnPaint()
507 pt.y += scrollpos.cy; in OnLButtonDown()
529 dirty.top -= scrollpos.cy; in OnLButtonDown()
530 dirty.bottom -= scrollpos.cy; in OnLButtonDown()
572 pt.y += scrollpos.cy; in OnRButtonUp()
602 scaled_rect.OffsetRect(-scrollpos.cx, -scrollpos.cy); in OnSetFocus()
[all …]
Dleft_panel_frame.cpp92 void left_top_panel_frame::OnSize(UINT ntype, int cx, int cy) in OnSize() argument
94 CWnd::OnSize(ntype, cx, cy); in OnSize()
189 void left_bottom_panel_frame::OnSize(UINT ntype, int cx, int cy) in OnSize() argument
191 CWnd::OnSize(ntype, cx, cy); in OnSize()
Dtarget_view.cpp134 void target_view::OnSize(UINT nType, int cx, int cy) in OnSize() argument
136 CView::OnSize(nType, cx, cy); in OnSize()
282 sizetotal.cy = size.bottom - size.top + 2; in UpdateScrollSize()
295 void target_frame::OnSize(UINT nType, int cx, int cy) in OnSize() argument
297 CView::OnSize(nType, cx, cy); in OnSize()
Deasing_function_select_dlg.cpp82 mAnimationBoxSize.cy = MulDiv(ANIMATION_BOX_HEIGHT, dpi, DEFAULT_DPI_96); in IMPLEMENT_DYNAMIC()
163 mWaveRect.top = rect.bottom + (mAnimationBoxSize.cy << 2); in OnPaint()
167 mWaveRect.bottom = rect.top - (mAnimationBoxSize.cy << 2); in OnPaint()
174 mAnimationRect.top -= (mAnimationBoxSize.cy << 2); in OnPaint()
175 mAnimationRect.bottom += (mAnimationBoxSize.cy << 2); in OnPaint()
754 … (REAL)(y2 - (mAnimationBoxSize.cy/2)), (REAL)mAnimationBoxSize.cx, (REAL)mAnimationBoxSize.cy)); in DrawEasingCurve()
Dleft_panel_frame.h17 afx_msg void OnSize(UINT nType, int cx, int cy);
40 afx_msg void OnSize(UINT nType, int cx, int cy);
Dright_panel_frame.cpp70 void right_panel_frame::OnSize(UINT ntype, int cx, int cy) in OnSize() argument
72 CWnd::OnSize(ntype, cx, cy); in OnSize()
Drich_text_edit_dlg.h33 afx_msg void OnSize(UINT nType, int cx, int cy);
87 afx_msg void OnSize(UINT nType, int cx, int cy);
127 afx_msg void OnSize(UINT nType, int cx, int cy);
Dtarget_view.h21 afx_msg void OnSize(UINT nType, int cx, int cy);
54 afx_msg void OnSize(UINT nType, int cx, int cy);
Dscreen_flow_edit_dlg.h25 afx_msg void OnSize(UINT nType, int cx, int cy);
65 afx_msg void OnSize(UINT nType, int cx, int cy);
124 afx_msg void OnSize(UINT nType, int cx, int cy);
Dstring_table_edit_dlg.h104 afx_msg void OnSize(UINT nType, int cx, int cy);
179 afx_msg void OnSize(UINT nType, int cx, int cy);
239 afx_msg void OnSize(UINT nType, int cx, int cy);
/GUIX-v6.2.1/common/src/
Dgx_display_driver_8bpp_rotated_pixelmap_rotate.c76 INT angle, INT cx, INT cy) in _gx_display_driver_8bpp_rotated_pixelmap_raw_rotate() argument
113 GX_SWAP_VALS(cx, cy); in _gx_display_driver_8bpp_rotated_pixelmap_raw_rotate()
120 cy = pixelmap->gx_pixelmap_width - cy - 1; in _gx_display_driver_8bpp_rotated_pixelmap_raw_rotate()
151 x = GX_FIXED_VAL_TO_INT((cx - srcxres) * cosv - (cy - srcyres) * sinv); in _gx_display_driver_8bpp_rotated_pixelmap_raw_rotate()
152 y = GX_FIXED_VAL_TO_INT((cy - srcyres) * cosv + (cx - srcxres) * sinv); in _gx_display_driver_8bpp_rotated_pixelmap_raw_rotate()
158 newypos = ypos + cy - y; in _gx_display_driver_8bpp_rotated_pixelmap_raw_rotate()
237 INT angle, INT cx, INT cy) in _gx_display_driver_8bpp_rotated_pixelmap_transparent_rotate() argument
274 GX_SWAP_VALS(cx, cy); in _gx_display_driver_8bpp_rotated_pixelmap_transparent_rotate()
281 cy = pixelmap->gx_pixelmap_width - cy - 1; in _gx_display_driver_8bpp_rotated_pixelmap_transparent_rotate()
312 x = (cx - srcxres) * cosv - (cy - srcyres) * sinv; in _gx_display_driver_8bpp_rotated_pixelmap_transparent_rotate()
[all …]
Dgx_display_driver_8bpp_pixelmap_rotate.c81 INT angle, INT cx, INT cy) in _gx_display_driver_8bpp_pixelmap_raw_rotate() argument
127 xres = GX_FIXED_VAL_TO_INT((cx - srcxres) * cosv - (cy - srcyres) * sinv) + xres; in _gx_display_driver_8bpp_pixelmap_raw_rotate()
128 yres = GX_FIXED_VAL_TO_INT((cy - srcyres) * cosv + (cx - srcxres) * sinv) + yres; in _gx_display_driver_8bpp_pixelmap_raw_rotate()
131 newypos = ypos + cy - yres; in _gx_display_driver_8bpp_pixelmap_raw_rotate()
142 yy = GX_FIXED_VAL_TO_INT((y - yres) * cosv - (x - xres) * sinv) + cy; in _gx_display_driver_8bpp_pixelmap_raw_rotate()
211 INT angle, INT cx, INT cy) in _gx_display_driver_8bpp_pixelmap_transparent_rotate() argument
257 x = (cx - srcxres) * cosv - (cy - srcyres) * sinv; in _gx_display_driver_8bpp_pixelmap_transparent_rotate()
258 y = (cy - srcyres) * cosv + (cx - srcxres) * sinv; in _gx_display_driver_8bpp_pixelmap_transparent_rotate()
264 newypos = ypos + cy - yres; in _gx_display_driver_8bpp_pixelmap_transparent_rotate()
275 yy = GX_FIXED_VAL_TO_INT((y - yres) * cosv - (x - xres) * sinv) + cy; in _gx_display_driver_8bpp_pixelmap_transparent_rotate()
[all …]
Dgx_display_driver_4bpp_pixelmap_rotate.c81 INT angle, INT cx, INT cy) in _gx_display_driver_4bpp_pixelmap_raw_rotate() argument
133 xres = GX_FIXED_VAL_TO_INT((cx - srcxres) * cosv - (cy - srcyres) * sinv) + xres; in _gx_display_driver_4bpp_pixelmap_raw_rotate()
134 yres = GX_FIXED_VAL_TO_INT((cy - srcyres) * cosv + (cx - srcxres) * sinv) + yres; in _gx_display_driver_4bpp_pixelmap_raw_rotate()
137 newypos = ypos + cy - yres; in _gx_display_driver_4bpp_pixelmap_raw_rotate()
156 yy = GX_FIXED_VAL_TO_INT((y - yres) * cosv - (x - xres) * sinv) + cy; in _gx_display_driver_4bpp_pixelmap_raw_rotate()
241 INT angle, INT cx, INT cy) in _gx_display_driver_4bpp_pixelmap_transparent_rotate() argument
297 x = (cx - srcxres) * cosv - (cy - srcyres) * sinv; in _gx_display_driver_4bpp_pixelmap_transparent_rotate()
298 y = (cy - srcyres) * cosv + (cx - srcxres) * sinv; in _gx_display_driver_4bpp_pixelmap_transparent_rotate()
304 newypos = ypos + cy - yres; in _gx_display_driver_4bpp_pixelmap_transparent_rotate()
323 yy = GX_FIXED_VAL_TO_INT((y - yres) * cosv - (x - xres) * sinv) + cy; in _gx_display_driver_4bpp_pixelmap_transparent_rotate()
[all …]
Dgx_display_driver_1bpp_pixelmap_rotate.c81 INT angle, INT cx, INT cy) in _gx_display_driver_1bpp_pixelmap_raw_rotate() argument
133 xres = GX_FIXED_VAL_TO_INT((cx - srcxres) * cosv - (cy - srcyres) * sinv) + xres; in _gx_display_driver_1bpp_pixelmap_raw_rotate()
134 yres = GX_FIXED_VAL_TO_INT((cy - srcyres) * cosv + (cx - srcxres) * sinv) + yres; in _gx_display_driver_1bpp_pixelmap_raw_rotate()
137 newypos = ypos + cy - yres; in _gx_display_driver_1bpp_pixelmap_raw_rotate()
152 yy = GX_FIXED_VAL_TO_INT(yy) + cy; in _gx_display_driver_1bpp_pixelmap_raw_rotate()
234 INT angle, INT cx, INT cy) in _gx_display_driver_1bpp_pixelmap_transparent_rotate() argument
287 xres = GX_FIXED_VAL_TO_INT((cx - srcxres) * cosv - (cy - srcyres) * sinv) + xres; in _gx_display_driver_1bpp_pixelmap_transparent_rotate()
288 yres = GX_FIXED_VAL_TO_INT((cy - srcyres) * cosv + (cx - srcxres) * sinv) + yres; in _gx_display_driver_1bpp_pixelmap_transparent_rotate()
291 newypos = ypos + cy - yres; in _gx_display_driver_1bpp_pixelmap_transparent_rotate()
303 yy = GX_FIXED_VAL_TO_INT((y - yres) * cosv - (x - xres) * sinv) + cy; in _gx_display_driver_1bpp_pixelmap_transparent_rotate()
[all …]
Dgx_display_driver_16bpp_rotated_pixelmap_rotate.c89 INT angle, INT cx, INT cy) in _gx_display_driver_565rgb_rotated_pixelmap_raw_rotate() argument
144 GX_SWAP_VALS(cx, cy); in _gx_display_driver_565rgb_rotated_pixelmap_raw_rotate()
151 cy = pixelmap -> gx_pixelmap_width - cy - 1; in _gx_display_driver_565rgb_rotated_pixelmap_raw_rotate()
179 x = GX_FIXED_VAL_TO_INT((cx - srcxres) * cosv - (cy - srcyres) * sinv); in _gx_display_driver_565rgb_rotated_pixelmap_raw_rotate()
180 y = GX_FIXED_VAL_TO_INT((cy - srcyres) * cosv + (cx - srcxres) * sinv); in _gx_display_driver_565rgb_rotated_pixelmap_raw_rotate()
186 newypos = ypos + cy - y; in _gx_display_driver_565rgb_rotated_pixelmap_raw_rotate()
363 INT angle, INT cx, INT cy) in _gx_display_driver_565rgb_rotated_pixelmap_alpha_rotate() argument
419 GX_SWAP_VALS(cx, cy); in _gx_display_driver_565rgb_rotated_pixelmap_alpha_rotate()
426 cy = pixelmap -> gx_pixelmap_width - cy - 1; in _gx_display_driver_565rgb_rotated_pixelmap_alpha_rotate()
452 x = GX_FIXED_VAL_TO_INT((cx - srcxres) * cosv - (cy - srcyres) * sinv); in _gx_display_driver_565rgb_rotated_pixelmap_alpha_rotate()
[all …]
Dgx_display_driver_16bpp_pixelmap_rotate.c93 INT angle, INT cx, INT cy) in _gx_display_driver_565rgb_pixelmap_raw_rotate() argument
161 xres = GX_FIXED_VAL_TO_INT((cx - srcxres) * cosv - (cy - srcyres) * sinv) + xres; in _gx_display_driver_565rgb_pixelmap_raw_rotate()
162 yres = GX_FIXED_VAL_TO_INT((cy - srcyres) * cosv + (cx - srcxres) * sinv) + yres; in _gx_display_driver_565rgb_pixelmap_raw_rotate()
165 newypos = ypos + cy - yres; in _gx_display_driver_565rgb_pixelmap_raw_rotate()
179 yy = GX_FIXED_VAL_TO_INT(yy) + cy; in _gx_display_driver_565rgb_pixelmap_raw_rotate()
346 INT angle, INT cx, INT cy) in _gx_display_driver_565rgb_pixelmap_alpha_rotate() argument
413 xres = GX_FIXED_VAL_TO_INT((cx - srcxres) * cosv - (cy - srcyres) * sinv) + xres; in _gx_display_driver_565rgb_pixelmap_alpha_rotate()
414 yres = GX_FIXED_VAL_TO_INT((cy - srcyres) * cosv + (cx - srcxres) * sinv) + yres; in _gx_display_driver_565rgb_pixelmap_alpha_rotate()
417 newypos = ypos + cy - yres; in _gx_display_driver_565rgb_pixelmap_alpha_rotate()
431 yy = GX_FIXED_VAL_TO_INT(yy) + cy; in _gx_display_driver_565rgb_pixelmap_alpha_rotate()
[all …]
Dgx_display_driver_32bpp_rotated_pixelmap_rotate.c87 INT angle, INT cx, INT cy) in _gx_display_driver_32bpp_rotated_pixelmap_raw_rotate() argument
143 GX_SWAP_VALS(cx, cy); in _gx_display_driver_32bpp_rotated_pixelmap_raw_rotate()
150 cy = pixelmap -> gx_pixelmap_width - cy - 1; in _gx_display_driver_32bpp_rotated_pixelmap_raw_rotate()
181 x = (cx - srcxres) * cosv - (cy - srcyres) * sinv; in _gx_display_driver_32bpp_rotated_pixelmap_raw_rotate()
182 y = (cy - srcyres) * cosv + (cx - srcxres) * sinv; in _gx_display_driver_32bpp_rotated_pixelmap_raw_rotate()
188 newypos = ypos + cy - y; in _gx_display_driver_32bpp_rotated_pixelmap_raw_rotate()
378 INT angle, INT cx, INT cy) in _gx_display_driver_32bpp_rotated_pixelmap_alpha_rotate() argument
434 GX_SWAP_VALS(cx, cy); in _gx_display_driver_32bpp_rotated_pixelmap_alpha_rotate()
441 cy = pixelmap -> gx_pixelmap_width - cy - 1; in _gx_display_driver_32bpp_rotated_pixelmap_alpha_rotate()
474 newypos = ypos + cy - y; in _gx_display_driver_32bpp_rotated_pixelmap_alpha_rotate()
[all …]
Dgx_display_driver_4444argb_pixelmap_rotate.c96 INT angle, INT cx, INT cy) in _gx_display_driver_4444argb_pixelmap_general_rotate() argument
164 xres = GX_FIXED_VAL_TO_INT((cx - srcxres) * cosv - (cy - srcyres) * sinv) + xres; in _gx_display_driver_4444argb_pixelmap_general_rotate()
165 yres = GX_FIXED_VAL_TO_INT((cy - srcyres) * cosv + (cx - srcxres) * sinv) + xres; in _gx_display_driver_4444argb_pixelmap_general_rotate()
168 newypos = ypos + cy - yres; in _gx_display_driver_4444argb_pixelmap_general_rotate()
182 yy = GX_FIXED_VAL_TO_INT(yy) + cy; in _gx_display_driver_4444argb_pixelmap_general_rotate()
372 INT angle, INT cx, INT cy) in _gx_display_driver_4444argb_pixelmap_simple_rotate() argument
393 newxpos = xpos + cx - (width - 1 - cy); in _gx_display_driver_4444argb_pixelmap_simple_rotate()
394 newypos = ypos + cy - cx; in _gx_display_driver_4444argb_pixelmap_simple_rotate()
415 newypos = ypos + cy - (height - 1 - cy); in _gx_display_driver_4444argb_pixelmap_simple_rotate()
433 newxpos = xpos + cx - cy; in _gx_display_driver_4444argb_pixelmap_simple_rotate()
[all …]
Dgx_display_driver_32bpp_pixelmap_rotate.c97 INT angle, INT cx, INT cy) in _gx_display_driver_24xrgb_pixelmap_rotate() argument
168 x = (cx - srcxres) * cosv - (cy - srcyres) * sinv; in _gx_display_driver_24xrgb_pixelmap_rotate()
169 y = (cy - srcyres) * cosv + (cx - srcxres) * sinv; in _gx_display_driver_24xrgb_pixelmap_rotate()
175 newypos = ypos + cy - yres; in _gx_display_driver_24xrgb_pixelmap_rotate()
189 yy = GX_FIXED_VAL_TO_INT(yy) + cy; in _gx_display_driver_24xrgb_pixelmap_rotate()
367 INT angle, INT cx, INT cy) in _gx_display_driver_24xrgb_pixelmap_alpha_rotate() argument
437 x = (cx - srcxres) * cosv - (cy - srcyres) * sinv; in _gx_display_driver_24xrgb_pixelmap_alpha_rotate()
438 y = (cy - srcyres) * cosv + (cx - srcxres) * sinv; in _gx_display_driver_24xrgb_pixelmap_alpha_rotate()
444 newypos = ypos + cy - yres; in _gx_display_driver_24xrgb_pixelmap_alpha_rotate()
458 yy = GX_FIXED_VAL_TO_INT(yy) + cy; in _gx_display_driver_24xrgb_pixelmap_alpha_rotate()
[all …]
Dgx_display_driver_332rgb_pixelmap_rotate.c92 INT angle, INT cx, INT cy) in _gx_display_driver_332rgb_pixelmap_simple_alpha_rotate() argument
118 newxpos = xpos + cx - (width - 1 - cy); in _gx_display_driver_332rgb_pixelmap_simple_alpha_rotate()
119 newypos = ypos + cy - cx; in _gx_display_driver_332rgb_pixelmap_simple_alpha_rotate()
142 newypos = ypos + cy - (height - 1 - cy); in _gx_display_driver_332rgb_pixelmap_simple_alpha_rotate()
164 newxpos = xpos + cx - cy; in _gx_display_driver_332rgb_pixelmap_simple_alpha_rotate()
165 newypos = ypos + cx - (height - 1 - cy); in _gx_display_driver_332rgb_pixelmap_simple_alpha_rotate()
237 INT angle, INT cx, INT cy) in _gx_display_driver_332rgb_pixelmap_alpha_rotate() argument
304 xres = GX_FIXED_VAL_TO_INT((cx - srcxres) * cosv - (cy - srcyres) * sinv) + xres; in _gx_display_driver_332rgb_pixelmap_alpha_rotate()
305 yres = GX_FIXED_VAL_TO_INT((cy - srcyres) * cosv + (cx - srcxres) * sinv) + yres; in _gx_display_driver_332rgb_pixelmap_alpha_rotate()
308 newypos = ypos + cy - yres; in _gx_display_driver_332rgb_pixelmap_alpha_rotate()
[all …]
Dgx_canvas_pixelmap_rotate.c234 INT cy; in _gx_canvas_pixelmap_rotate() local
258 cy = pixelmap -> gx_pixelmap_height >> 1; in _gx_canvas_pixelmap_rotate()
262 cy = rot_cy; in _gx_canvas_pixelmap_rotate()
266 _gx_canvas_rotated_pixelmap_bound_calculate(&bound, angle, cx, cy); in _gx_canvas_pixelmap_rotate()
330 pmp_function(context, x_position, y_position, pixelmap, angle, cx, cy); in _gx_canvas_pixelmap_rotate()
Dgx_display_driver_1555xrgb_pixelmap_rotate.c93 INT angle, INT cx, INT cy) in _gx_display_driver_1555xrgb_pixelmap_raw_rotate() argument
161 xres = GX_FIXED_VAL_TO_INT((cx - srcxres) * cosv - (cy - srcyres) * sinv) + xres; in _gx_display_driver_1555xrgb_pixelmap_raw_rotate()
162 yres = GX_FIXED_VAL_TO_INT((cy - srcyres) * cosv + (cx - srcxres) * sinv) + yres; in _gx_display_driver_1555xrgb_pixelmap_raw_rotate()
165 newypos = ypos + cy - yres; in _gx_display_driver_1555xrgb_pixelmap_raw_rotate()
179 yy = GX_FIXED_VAL_TO_INT(yy) + cy; in _gx_display_driver_1555xrgb_pixelmap_raw_rotate()
346 INT angle, INT cx, INT cy) in _gx_display_driver_1555xrgb_pixelmap_alpha_rotate() argument
413 xres = GX_FIXED_VAL_TO_INT((cx - srcxres) * cosv - (cy - srcyres) * sinv) + xres; in _gx_display_driver_1555xrgb_pixelmap_alpha_rotate()
414 yres = GX_FIXED_VAL_TO_INT((cy - srcyres) * cosv + (cx - srcxres) * sinv) + yres; in _gx_display_driver_1555xrgb_pixelmap_alpha_rotate()
417 newypos = ypos + cy - yres; in _gx_display_driver_1555xrgb_pixelmap_alpha_rotate()
431 yy = GX_FIXED_VAL_TO_INT(yy) + cy; in _gx_display_driver_1555xrgb_pixelmap_alpha_rotate()

12