Home
last modified time | relevance | path

Searched refs:Width (Results 1 – 25 of 696) sorted by relevance

12345678910>>...28

/GUIX-v6.2.1/guix_studio/
Dcolor_box_button.cpp51 hbmMem = CreateCompatibleBitmap(dc.GetSafeHdc(), rect.Width(), rect.Height()); in OnPaint()
69 rectF.Width = (REAL)rect.Width() - 1; in OnPaint()
108 dc.BitBlt(0, 0, rect.Width(), rect.Height(), &dcMem, 0, 0, SRCCOPY); in OnPaint()
Dstudiox_screen_driver.c92 INT Width; in guix_canvas_flush() local
132 Width = Copy.gx_rectangle_right - Copy.gx_rectangle_left + 1; in guix_canvas_flush()
137 copy_width = Width * scale / 100; in guix_canvas_flush()
161 Width, -Height, memptr, in guix_canvas_flush()
256 Width, -Height, memptr, in guix_canvas_flush()
264 void guix_bitmap_flush(HDC win_device, int xpos, int ypos, int Width, in guix_bitmap_flush() argument
273 StretchDIBits(win_device, xpos, ypos, Width, Height, in guix_bitmap_flush()
274 0, Height + 1, Width, -Height, memptr, in guix_bitmap_flush()
Dimage_reader.h48 int Width; member
103 void ColorSpaceConvertRow(int Width);
105 int CountDuplicates(int Index, int Width);
108 void RleEncodeRow(int Width);
111 void DitherOneRow(int Width);
DScrollHelper.cpp67 CSize windowSize(rect.Width(), rect.Height()); in SetScrollPos()
395 CSize windowSize(rect.Width(), rect.Height()); in UpdateScrollInfo()
480 if (rect.Width() < m_displaySize.cx) in GetClientRectSB()
489 if (rect.Width() < m_displaySize.cx) in GetClientRectSB()
Dimage_reader.cpp685 int image_reader::CountDuplicates(int Index, int Width) in CountDuplicates() argument
694 while(Index < Width) in CountDuplicates()
848 void image_reader::ColorSpaceConvertRow(int Width) in ColorSpaceConvertRow() argument
853 for (PixIndex = 0; PixIndex < Width; PixIndex++) in ColorSpaceConvertRow()
1284 void image_reader::RleEncodeRow(int Width) in RleEncodeRow() argument
1292 while(PixIndex < Width) in RleEncodeRow()
1294 count = CountDuplicates(PixIndex, Width); in RleEncodeRow()
1330 if (RawCount == 128 || PixIndex == Width) in RleEncodeRow()
1361 void image_reader::DitherOneRow(int Width) in DitherOneRow() argument
1370 memset(mpNextRedErr, 0, sizeof(int) * (Width + 2)); in DitherOneRow()
[all …]
/GUIX-v6.2.1/test/guix_test/golden_files/
Dguix_system_event_fold_pen_drag.checksum7 Width: 212
Dguix_system_view_fold.checksum7 Width: 583
Dguix_glyph_draw_multi_lang_8bpp.checksum8 Width: 204
Dguix_horizontal_scrollbar_create.checksum8 Width: 500
Dguix_4bpp_glyph_4bit_draw.checksum8 Width: 248
Dguix_all_widgets_synergy_16bpp_rotated_cw_string_to_alphamap.checksum8 Width: 480
Dguix_canvas_glyphs_draw.checksum8 Width: 640
Dguix_glyph_draw.checksum8 Width: 640
Dguix_all_widgets_progress_bar_info_set.checksum8 Width: 171
Dguix_all_widgets_sl_text_input_buffer_get.checksum8 Width: 308
Dguix_alphamap_32bppdriver.checksum8 Width: 640
Dguix_text_draw.checksum8 Width: 640
Dguix_utility_1bpp_string_to_alphamap.checksum8 Width: 203
Dguix_text_scroll_wheel_callback_set.checksum8 Width: 426
Dguix_ml_text_input_copy.checksum8 Width: 216
Dguix_ml_text_view_vcenter.checksum8 Width: 640
Dguix_all_widgets_drop_list_pixelmap_set.checksum8 Width: 251
Dguix_graphics_pie_draw.checksum8 Width: 347
Dguix_menu_position.checksum8 Width: 165
Dguix_all_widgets_16bpp_rotated_scroll_wheel_screen.checksum8 Width: 480

12345678910>>...28