/src/sys/arch/hpcmips/stand/pbsdboot/ |
layout.c | 51 RECT rect; local in function:CreateMainWindow 66 GetClientRect(hWnd, &rect); 67 rect.top += cmdbar_height; /* get client rect w/o command bar */ 68 ratio_x = (rect.right - rect.left) * 100 / dlg.cx; 69 ratio_y = (rect.bottom - rect.top) * 100 / dlg.cy;
|
/src/tests/usr.bin/xlint/lint1/ |
d_c99_anon_struct.c | 13 struct rect { struct 25 struct rect r;
|
/src/sys/arch/hpc/stand/hpcboot/menu/ |
rootwindow.cpp | 234 RECT rect; local in function:RootWindow::WMCreate 235 GetClientRect(w, &rect); 236 rect.top += cmdbar_height; 239 _boot_button = new BootButton(_app, *this, rect); 242 _cancel_button = new CancelButton(_app, *this, rect); 245 _progress_bar = new ProgressBar(_app, *this, rect); 251 rect.top += _button_height; 253 _base = new TabWindowBase(_app, w, rect, IDC_BASE);
|
/src/sys/external/bsd/drm2/dist/drm/virtio/ |
virtgpu_plane.c | 113 struct drm_rect *rect) 118 uint32_t w = rect->x2 - rect->x1; 119 uint32_t h = rect->y2 - rect->y1; 120 uint32_t x = rect->x1; 121 uint32_t y = rect->y1; 141 struct drm_rect rect; local in function:virtio_gpu_primary_plane_update 159 if (!drm_atomic_helper_damage_merged(old_state, plane->state, &rect)) 166 virtio_gpu_update_dumb_bo(vgdev, plane->state, &rect); [all...] |
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
vmwgfx_blit.c | 266 struct drm_rect *rect = &diff->rect; local in function:vmw_adjust_rect 268 rect->x1 = min_t(int, rect->x1, offs); 269 rect->x2 = max_t(int, rect->x2, offs + 1); 270 rect->y1 = min_t(int, rect->y1, diff->line); 271 rect->y2 = max_t(int, rect->y2, diff->line + 1) [all...] |
vmwgfx_scrn.c | 626 SVGASignedRect *rect = cmd; local in function:vmw_sou_surface_clip_rect 629 * rects are relative to dest bounding box rect on screen object, so 632 rect->left = clip->x1; 633 rect->top = clip->y1; 634 rect->right = clip->x2; 635 rect->bottom = clip->y2; 637 return sizeof(*rect); 647 SVGASignedRect *rect; local in function:vmw_sou_surface_post_clip 656 rect = (SVGASignedRect *)&blit[1]; 679 /* rects are relative to dest bb rect */ [all...] |
vmwgfx_drv.h | 1408 * @rect: The output bounding box rectangle. 1415 struct drm_rect rect; member in struct:vmw_diff_cpy 1430 .rect = { .x1 = INT_MAX/2, \
|
/src/sys/external/bsd/drm2/dist/drm/qxl/ |
qxl_cmd.c | 559 struct qxl_rect rect; local in function:qxl_update_surface 564 rect.left = 0; 565 rect.right = surf->surf.width; 566 rect.top = 0; 567 rect.bottom = surf->surf.height; 569 ret = qxl_io_update_area(qdev, surf, &rect);
|
qxl_drv.h | 182 struct qxl_rect rect; member in struct:qxl_draw_fill
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/ |
dc_hw_types.h | 113 struct rect { struct 127 struct rect surface_size; 128 struct rect chroma_size; 395 struct rect viewport;
|
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/device_include/ |
svga3d_cmd.h | 989 SVGA3dRect rect; member in struct:__anon411ade0f2c08 998 SVGA3dRect rect; member in struct:__anon411ade0f2d08 1833 * Readback a sub rect of an image in a guest-backed surface. After 1877 * Invalidate a sub rect of an image in a guest-backed surface. After 2139 SVGA3dRect rect; member in struct:__anon411ade0f5608
|