| 417 | } |
| 418 | |
| 419 | inline uint32_t* getScanlinePrevious() |
| 420 | { |
| 421 | return (uint32_t*) (g_pVideoAddress + 2*g_kFrameBufferWidth); |
| 422 | } |
| 423 | //=========================================================================== |
| 424 | inline uint32_t* getScanlineCurrent() |
| 425 | { |
no outgoing calls
no test coverage detected