Searched refs:dest_left (Results 1 - 23 of 23) sorted by relevance

/haiku/src/add-ons/accelerants/intel_extreme/
H A Dcommands.h45 uint16 dest_left; member in struct:xy_command
116 dest_left = 0;
124 uint16 dest_left; member in struct:xy_scanline_blit_command
H A Dengine.cpp304 blit.dest_left = params[i].dest_left;
306 blit.dest_right = params[i].dest_left + params[i].width + 1;
322 blit.dest_left = params[i].left;
341 blit.dest_left = params[i].left;
371 blit.dest_left = params[i].left;
/haiku/src/add-ons/accelerants/et6x00/
H A DAcceleration.c82 uint16 src_left, src_top, dest_left, dest_top, width, height; local
100 dest_left = list->dest_left;
109 if (src_left < dest_left) bltDir |= 0x01;
122 destAddr = (dest_top * screenWidth + dest_left) * bpp;
127 destAddr = (dest_top * screenWidth + dest_left + width) * bpp + bpp-1;
132 destAddr = ((dest_top + height)*screenWidth + dest_left) * bpp;
137 destAddr = ((dest_top + height)*screenWidth + dest_left + width) * bpp + bpp-1;
/haiku/src/add-ons/accelerants/neomagic/
H A DAcceleration.c24 list[i].dest_left,
46 list[i].dest_left,
66 list[i].dest_left,
/haiku/src/add-ons/accelerants/nvidia/
H A DAcceleration.c41 list[i].dest_left,
64 list[i].dest_left,
85 list[i].dest_left,
/haiku/src/add-ons/accelerants/skeleton/
H A DAcceleration.c27 list[i].dest_left,
49 list[i].dest_left,
69 list[i].dest_left,
/haiku/src/add-ons/accelerants/via/
H A DAcceleration.c27 list[i].dest_left,
49 list[i].dest_left,
69 list[i].dest_left,
/haiku/src/add-ons/accelerants/matrox/engine/
H A Dmga_acc.c238 switch((list[i].dest_top > list[i].src_top) | ((list[i].dest_left > list[i].src_left) << 1))
269 ACCW(FXBNDRY,((list[i].dest_left + list[i].width) << 16) | list[i].dest_left);
305 switch((list[i].dest_top > list[i].src_top) | ((list[i].dest_left > list[i].src_left) << 1))
336 ACCW(FXBNDRY,((list[i].dest_left + list[i].width) << 16) | list[i].dest_left);
360 list[i].dest_left,
/haiku/src/add-ons/accelerants/radeon/
H A DAcceleration.c49 *buffer++ = (list->dest_left << 16) | list->dest_top;
86 xdir = ((list->src_left < list->dest_left) && (list->src_top == list->dest_top)) ? -1 : 1;
89 if (xdir < 0) list->src_left += list->width , list->dest_left += list->width ;
97 OUTREG( ai->regs, RADEON_DST_Y_X, (list->dest_top << 16 ) | list->dest_left);
H A Doverlay.c543 int32 dest_left, dest_top, dest_right, dest_bottom; local
601 dest_left = overlay->ow.h_start + overlay->ow.offset_left;
616 dest_left -= vc->mode.h_display_start + crtc->rel_x;
622 if( dest_left < 0 ) {
623 src_left += -dest_left * src_h_inc;
624 dest_left = 0;
642 dest_left, dest_top, dest_right, dest_bottom );
646 if( dest_left >= dest_right || dest_top >= dest_bottom ||
864 (dest_left) | (dest_top << 16) );
/haiku/headers/os/add-ons/graphics/
H A DAccelerant.h218 uint16 dest_left; member in struct:__anon18
237 uint16 dest_left; member in struct:__anon19
/haiku/src/add-ons/accelerants/3dfx/
H A D3dfx_draw.cpp125 int dest_x = list->dest_left;
/haiku/src/add-ons/accelerants/s3/
H A Dsavage_draw.cpp132 int dest_x = pList->dest_left;
H A Dtrio64_draw.cpp122 int dest_x = pList->dest_left;
H A Dvirge_draw.cpp130 int dest_x = pList->dest_left;
/haiku/src/add-ons/accelerants/ati/
H A Dmach64_draw.cpp208 int dest_x = pList->dest_left;
H A Drage128_draw.cpp231 int dest_x = pList->dest_left;
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_proto.h148 uint16 dest_left; /* output reference, only the cliplist is displayed */ member in struct:__anon5
H A Dnv_acc_dma.c1711 (((list[i].dest_top) << 16) | (list[i].dest_left)); /* DestOrg */
1829 (((list[i].dest_top) << 16) | (list[i].dest_left)); /* DestOrg */
1979 LOG(4,("ACC_DMA: offscreen dest left %d, top %d\n", list[i].dest_left, list[i].dest_top));
1989 ((list[i].dest_top << 16) | list[i].dest_left); /* DestTopLeftOutputRect */
/haiku/src/tests/servers/app/newerClipping/drawing/
H A DAccelerantHWInterface.cpp675 params[i].dest_left = (uint16)sortedRectList[i].left + xOffset;
/haiku/src/kits/game/
H A DWindowScreen.cpp70 param.dest_left = dx;
92 param.dest_left = dx;
114 param.dest_left = dx;
/haiku/src/servers/app/drawing/interface/virtual/
H A DDWindowHWInterface.cpp980 fBlitParams[i].dest_left
/haiku/src/servers/app/drawing/interface/local/
H A DAccelerantHWInterface.cpp1649 fBlitParams[i].dest_left = (uint16)sortedRectList[i].left

Completed in 114 milliseconds