Searched refs:m_inv_gamma (Results 1 - 1 of 1) sorted by relevance

/haiku/headers/libs/agg/
H A Dagg_gamma_lut.h48 pod_allocator<LoResT>::deallocate(m_inv_gamma, hi_res_size);
55 m_inv_gamma(pod_allocator<LoResT>::allocate(hi_res_size))
65 m_inv_gamma[i] = LoResT(i >> (hi_res_shift - gamma_shift));
72 m_inv_gamma(pod_allocator<LoResT>::allocate(hi_res_size))
91 m_inv_gamma[i] = (LoResT)
108 return m_inv_gamma[unsigned(v)];
117 LoResT* m_inv_gamma; member in class:agg::gamma_lut

Completed in 32 milliseconds