| 97 | } |
| 98 | |
| 99 | UINT Video::GetFrameBufferBorderlessHeight(void) |
| 100 | { |
| 101 | return HasVidHD() ? kVideoHeightIIgs : kVideoHeightII; |
| 102 | } |
| 103 | |
| 104 | // NB. These border areas are not visible (... and these border areas are unrelated to the 3D border below) |
| 105 | UINT Video::GetFrameBufferBorderWidth(void) |
no outgoing calls
no test coverage detected