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

/haiku/src/add-ons/accelerants/neomagic/
H A DAcceleration.c49 list[i].dest_height
/haiku/src/add-ons/accelerants/nvidia/
H A DAcceleration.c67 list[i].dest_height
/haiku/src/add-ons/accelerants/skeleton/
H A DAcceleration.c52 list[i].dest_height
/haiku/src/add-ons/accelerants/via/
H A DAcceleration.c52 list[i].dest_height
/haiku/headers/os/add-ons/graphics/
H A DAccelerant.h241 uint16 dest_height; /* 0 to M, where zero means one */ member in struct:__anon19
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_proto.h152 uint16 dest_height; /* 0 to M, 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 */
1836 (((list[i].src_height + 1) << 20) / (list[i].dest_height + 1)); /* VerInvScale (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 */
1997 (((list[i].src_height + 1) << 20) / (list[i].dest_height + 1)); /* VerInvScale (in 12.20 format) */
/haiku/src/kits/game/
H A DWindowScreen.cpp117 param.dest_height = dh;

Completed in 105 milliseconds