===========================================================================
| 400 | |
| 401 | //=========================================================================== |
| 402 | inline uint32_t* getScanlineNextInbetween() |
| 403 | { |
| 404 | return (uint32_t*) (g_pVideoAddress - 1*g_kFrameBufferWidth); |
| 405 | } |
| 406 | |
| 407 | #if 0 // don't use this pixel, as it's from the previous video-frame! |
| 408 | inline uint32_t* getScanlineNext() |
no outgoing calls
no test coverage detected