| 99 | } |
| 100 | |
| 101 | unsigned Surface::alphasSize() const |
| 102 | { |
| 103 | unsigned temp = 0; |
| 104 | FG_THROW(fg_get_surface_alpha_buffer_size(&temp, get())); |
| 105 | return temp; |
| 106 | } |
| 107 | |
| 108 | fg_surface Surface::get() const |
| 109 | { |
nothing calls this directly
no test coverage detected