Searched refs:Height (Results 1 – 25 of 698) sorted by relevance
12345678910>>...28
| /GUIX-v6.2.1/guix_studio/ |
| D | studiox_screen_driver.c | 91 INT Height; in guix_canvas_flush() local 133 Height = Copy.gx_rectangle_bottom - Copy.gx_rectangle_top + 1; in guix_canvas_flush() 138 copy_height = Height * scale / 100; in guix_canvas_flush() 160 Copy.gx_rectangle_top + Height + 1, in guix_canvas_flush() 161 Width, -Height, memptr, in guix_canvas_flush() 255 Copy.gx_rectangle_top + Height + 1, in guix_canvas_flush() 256 Width, -Height, memptr, in guix_canvas_flush() 267 INT Height; in guix_bitmap_flush() local 271 Height = bmpinfo -> gx_bmp_header.biHeight; in guix_bitmap_flush() 273 StretchDIBits(win_device, xpos, ypos, Width, Height, in guix_bitmap_flush() [all …]
|
| D | color_box_button.cpp | 51 hbmMem = CreateCompatibleBitmap(dc.GetSafeHdc(), rect.Width(), rect.Height()); in OnPaint() 70 rectF.Height = (REAL)rect.Height() - 1; in OnPaint() 108 dc.BitBlt(0, 0, rect.Width(), rect.Height(), &dcMem, 0, 0, SRCCOPY); in OnPaint()
|
| D | string_scroll_wheel_edit_dlg.cpp | 284 pDC->PatBlt(rect.left, rect.top, rect.Width(), rect.Height(), in OnEraseBkgnd() 313 if (list->Scroll(-list_client.Height())) in PreTranslateKeyDown() 315 …next_focus_owner = GetNextTabStopChild(focus_owner, keyvalue, list_client.Height() / list->GetRowH… in PreTranslateKeyDown() 320 if (list->Scroll(list_client.Height())) in PreTranslateKeyDown() 322 …next_focus_owner = GetNextTabStopChild(focus_owner, keyvalue, list_client.Height() / list->GetRowH… in PreTranslateKeyDown() 538 mRowHeight = (client.Height() + VISIBLE_VALUE_ROWS - 1) / VISIBLE_VALUE_ROWS; in OnCreate()
|
| D | font_path_dialog.cpp | 183 rect.top += (size.Height() - sz.cy) / 2; in BEGIN_MESSAGE_MAP() 190 rect.top += (size.Height() - sz.cy) / 2; in BEGIN_MESSAGE_MAP() 198 rect.top += (size.Height() - sz.cy) / 2; in BEGIN_MESSAGE_MAP() 589 if (list->Scroll(-list_client.Height())) in PreTranslateKeyDown() 591 int offset = list_client.Height() / row_client.Height(); in PreTranslateKeyDown() 603 if(list->Scroll(list_client.Height())) in PreTranslateKeyDown() 605 int offset = list_client.Height() / row_client.Height(); in PreTranslateKeyDown()
|
| D | ScrollHelper.cpp | 67 CSize windowSize(rect.Width(), rect.Height()); in SetScrollPos() 395 CSize windowSize(rect.Width(), rect.Height()); in UpdateScrollInfo() 485 if (rect.Height() < m_displaySize.cy) in GetClientRectSB()
|
| D | trigger_list_edit_dlg.cpp | 474 if (m_scroll_helper->Scroll(SB_VERT, -rect.Height())) in PreTranslateMessage() 476 pagesize = rect.Height() / mRowHeight; in PreTranslateMessage() 483 if (m_scroll_helper->Scroll(SB_VERT, rect.Height())) in PreTranslateMessage() 485 pagesize = rect.Height() / mRowHeight; in PreTranslateMessage()
|
| /GUIX-v6.2.1/test/guix_test/golden_files/ |
| D | guix_system_event_fold_pen_drag.checksum | 8 Height: 136
|
| D | guix_system_view_fold.checksum | 8 Height: 332
|
| D | guix_glyph_draw_multi_lang_8bpp.checksum | 9 Height: 128
|
| D | guix_horizontal_scrollbar_create.checksum | 9 Height: 469
|
| D | guix_4bpp_glyph_4bit_draw.checksum | 9 Height: 25
|
| D | guix_all_widgets_synergy_16bpp_rotated_cw_string_to_alphamap.checksum | 9 Height: 640
|
| D | guix_canvas_glyphs_draw.checksum | 9 Height: 480
|
| D | guix_glyph_draw.checksum | 9 Height: 480
|
| D | guix_all_widgets_progress_bar_info_set.checksum | 9 Height: 51
|
| D | guix_all_widgets_sl_text_input_buffer_get.checksum | 9 Height: 36
|
| D | guix_alphamap_32bppdriver.checksum | 9 Height: 480
|
| D | guix_text_draw.checksum | 9 Height: 480
|
| D | guix_utility_1bpp_string_to_alphamap.checksum | 9 Height: 211
|
| D | guix_text_scroll_wheel_callback_set.checksum | 9 Height: 220
|
| D | guix_ml_text_input_copy.checksum | 9 Height: 211
|
| D | guix_ml_text_view_vcenter.checksum | 9 Height: 480
|
| D | guix_all_widgets_drop_list_pixelmap_set.checksum | 9 Height: 151
|
| D | guix_graphics_pie_draw.checksum | 9 Height: 360
|
| D | guix_menu_position.checksum | 9 Height: 253
|
12345678910>>...28