| 120 | } |
| 121 | |
| 122 | UINT Video::GetFrameBufferHeight(void) |
| 123 | { |
| 124 | return GetFrameBufferBorderlessHeight() + 2 * GetFrameBufferBorderHeight(); |
| 125 | } |
| 126 | |
| 127 | UINT Video::GetFrameBufferCentringOffsetX(void) |
| 128 | { |
no outgoing calls
no test coverage detected