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