Searched refs:dest_y (Results 1 - 7 of 7) sorted by relevance

/haiku/src/add-ons/accelerants/s3/
H A Dtrio64_draw.cpp123 int dest_y = pList->dest_top; local
127 if (src_x == dest_x && src_y == dest_y)
138 if (src_y < dest_y) {
140 dest_y += height;
148 WriteReg16(DESTY_AXSTP, dest_y);
H A Dvirge_draw.cpp131 int dest_y = pList->dest_top; local
135 if (src_x == dest_x && src_y == dest_y)
146 if (src_y < dest_y) {
148 dest_y += height;
155 WriteReg32(RDEST_XY, (dest_x << 16) | dest_y);
H A Dsavage_draw.cpp133 int dest_y = pList->dest_top; local
149 if (dest_y <= src_y) {
153 dest_y += height;
167 BCI_SEND(BCI_X_Y(dest_x, dest_y));
/haiku/src/add-ons/accelerants/3dfx/
H A D3dfx_draw.cpp126 int dest_y = list->dest_top; local
138 if (src_y <= dest_y) {
141 dest_y += height;
147 OUTREG32(DST_XY, dest_x | (dest_y << 16));
/haiku/src/add-ons/accelerants/ati/
H A Dmach64_draw.cpp209 int dest_y = pList->dest_top; local
220 if (dest_y <= src_y) {
224 dest_y += height;
231 OUTREG(DST_Y_X, (dest_x << 16) | dest_y);
H A Drage128_draw.cpp232 int dest_y = pList->dest_top; local
243 if (dest_y <= src_y) {
247 dest_y += height;
253 OUTREG(R128_DST_Y_X, (dest_y << 16) | dest_x);
/haiku/headers/private/kernel/platform/efi/protocol/
H A Dgraphics-output.h72 size_t src_x, size_t src_y, size_t dest_x, size_t dest_y,

Completed in 99 milliseconds