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

/haiku/src/add-ons/accelerants/s3/
H A Dtrio64_draw.cpp120 int src_x = pList->src_left; local
127 if (src_x == dest_x && src_y == dest_y)
132 if (src_x < dest_x) {
133 src_x += width;
145 WriteReg16(CUR_X, src_x);
H A Dvirge_draw.cpp128 int src_x = pList->src_left; local
135 if (src_x == dest_x && src_y == dest_y)
140 if (src_x < dest_x) {
141 src_x += width;
154 WriteReg32(RSRC_XY, (src_x << 16) | src_y);
H A Dsavage_draw.cpp130 int src_x = pList->src_left; local
142 if (dest_x <= src_x) {
145 src_x += width;
166 BCI_SEND(BCI_X_Y(src_x, src_y));
/haiku/src/add-ons/accelerants/3dfx/
H A D3dfx_draw.cpp123 int src_x = list->src_left; local
132 if (src_x <= dest_x) {
134 src_x += width;
145 OUTREG32(SRC_XY, src_x | (src_y << 16));
/haiku/src/add-ons/accelerants/ati/
H A Dmach64_draw.cpp206 int src_x = pList->src_left; local
213 if (dest_x <= src_x) {
216 src_x += width;
229 OUTREG(SRC_Y_X, (src_x << 16) | src_y);
H A Drage128_draw.cpp229 int src_x = pList->src_left; local
236 if (dest_x <= src_x) {
239 src_x += width;
252 OUTREG(R128_SRC_Y_X, (src_y << 16) | src_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 161 milliseconds