Home
last modified time | relevance | path

Searched refs:dest_bottom (Results 1 – 3 of 3) sorted by relevance

/haiku/src/add-ons/accelerants/intel_extreme/
H A Dcommands.h48 uint16 dest_bottom; member
119 dest_bottom = 0; in xy_setup_mono_pattern_command()
127 uint16 dest_bottom; member
H A Dengine.cpp307 blit.dest_bottom = params[i].dest_top + params[i].height + 1; in intel_screen_to_screen_blit()
325 blit.dest_bottom = params[i].bottom + 1; in intel_fill_rectangle()
344 blit.dest_bottom = params[i].bottom + 1; in intel_invert_rectangle()
374 blit.dest_bottom = params[i].top; in intel_fill_span()
/haiku/src/add-ons/accelerants/radeon/
H A Doverlay.c543 int32 dest_left, dest_top, dest_right, dest_bottom; in Radeon_ShowOverlay() local
604 dest_bottom = overlay->ow.v_start + overlay->ow.height - overlay->ow.offset_bottom; in Radeon_ShowOverlay()
619 dest_bottom -= vc->mode.v_display_start + crtc->rel_y; in Radeon_ShowOverlay()
636 if( dest_bottom > crtc->mode.timing.v_display ) in Radeon_ShowOverlay()
637 dest_bottom = crtc->mode.timing.v_display; in Radeon_ShowOverlay()
642 dest_left, dest_top, dest_right, dest_bottom ); in Radeon_ShowOverlay()
646 if( dest_left >= dest_right || dest_top >= dest_bottom || in Radeon_ShowOverlay()
867 (dest_right - 1) | ((dest_bottom - 1) << 16) ); in Radeon_ShowOverlay()