Searched refs:dest_width (Results 1 - 8 of 8) sorted by relevance

/haiku/src/add-ons/accelerants/neomagic/
H A DAcceleration.c48 list[i].dest_width,
/haiku/src/add-ons/accelerants/nvidia/
H A DAcceleration.c66 list[i].dest_width,
/haiku/src/add-ons/accelerants/skeleton/
H A DAcceleration.c51 list[i].dest_width,
/haiku/src/add-ons/accelerants/via/
H A DAcceleration.c51 list[i].dest_width,
/haiku/headers/os/add-ons/graphics/
H A DAccelerant.h239 uint16 dest_width; /* 0 to N, where zero means one */ member in struct:__anon19
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_proto.h150 uint16 dest_width; /* 0 to N, where zero means one */ member in struct:__anon5
H A Dnv_acc_dma.c1826 (((list[i].dest_height + 1) << 16) | (list[i].dest_width + 1)); /* SourceHeightWidth */
1831 (((list[i].dest_height + 1) << 16) | (list[i].dest_width + 1)); /* DestHeightWidth */
1834 (((list[i].src_width + 1) << 20) / (list[i].dest_width + 1)); /* HorInvScale (in 12.20 format) */
1980 LOG(4,("ACC_DMA: offscreen dest width %d, height %d\n", list[i].dest_width + 1, list[i].dest_height + 1));
1991 (((list[i].dest_height + 1) << 16) | (list[i].dest_width + 1)); /* DestHeightWidthOutputRect */
1995 (((list[i].src_width + 1) << 20) / (list[i].dest_width + 1)); /* HorInvScale (in 12.20 format) */
/haiku/src/kits/game/
H A DWindowScreen.cpp116 param.dest_width = dw;

Completed in 55 milliseconds