Home
last modified time | relevance | path

Searched refs:bltDir (Results 1 – 1 of 1) sorted by relevance

/haiku/src/add-ons/accelerants/et6x00/
H A DAcceleration.c81 uint8 bltDir; in SCREEN_TO_SCREEN_BLIT() local
108 bltDir = 0x00; in SCREEN_TO_SCREEN_BLIT()
109 if (src_left < dest_left) bltDir |= 0x01; in SCREEN_TO_SCREEN_BLIT()
110 if (src_top < dest_top) bltDir |= 0x02; in SCREEN_TO_SCREEN_BLIT()
111 set8(mmRegs+0x8f, 0x3c, bltDir); in SCREEN_TO_SCREEN_BLIT()
119 switch (bltDir & 0x03) { in SCREEN_TO_SCREEN_BLIT()