Home
last modified time | relevance | path

Searched refs:fRmap (Results 1 – 5 of 5) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/core/vgui/
H A Dvgui_section_render.cxx176 vbl_array_1d<float> * fRmap, in GL_setup() argument
202 float * tfRmap = fRmap->begin(); in GL_setup()
212 float * tfRmap = fRmap->begin(); in GL_setup()
255 vbl_array_1d<float> * fRmap, in vgui_section_render() argument
266 assert(!hardware_map || format != GL_RGB || (fRmap && fGmap && fBmap)); in vgui_section_render()
267 assert(!hardware_map || format != GL_RGBA || (fRmap && fGmap && fBmap && fAmap)); in vgui_section_render()
286 fRmap, in vgui_section_render()
316 vbl_array_1d<float> * fRmap, in vgui_view_render() argument
323 assert(!hardware_map || format != GL_RGB || (fRmap && fGmap && fBmap)); in vgui_view_render()
324 assert(!hardware_map || format != GL_RGBA || (fRmap && fGmap && fBmap && fAmap)); in vgui_view_render()
[all …]
H A Dvgui_vil_image_renderer.cxx291 vbl_array_1d<float> fRmap = rm.fRmap(); in render_directly() local
294 if (!(fRmap.size() && fGmap.size() && fBmap.size())) in render_directly()
334 …f_->data(), sni_, snj_, zx_, zy_, GL_RGB, GL_UNSIGNED_BYTE, hmap, nullptr, &fRmap, &fGmap, &fBmap)) in render_directly()
351 vbl_array_1d<float> fRmap = rm.fRmap(); in render_directly()
355 if (!(fRmap.size()&&fGmap.size()&&fBmap.size()&&fAmap.size())) in render_directly()
367 0, &fRmap, &fGmap, &fBmap, &fAmap)) in render_directly()
H A Dvgui_section_render.h31 vbl_array_1d<float>* fRmap=nullptr,
44 vbl_array_1d<float>* fRmap=nullptr,
H A Dvgui_range_map.h106 …vbl_array_1d<float> fRmap() {return this->compute_float_table(Type(min_R_), Type(max_R_), gamma_R_… in fRmap() function
/dports/misc/vxl/vxl-3.3.2/core/vgui/tests/
H A Dtest_range_map.cxx162 vbl_array_1d<float> fRmap = RGBrmuc.fRmap(); in test_range_map() local
171 map_good = map_good && (vxl_byte)(fRmap[i] * 255 + 0.5) == Rmap[i] && in test_range_map()