Home
last modified time | relevance | path

Searched refs:_bowl_img_width (Results 1 – 2 of 2) sorted by relevance

/external/libxcam/xcore/interface/
Dstitcher.cpp538 , _bowl_img_width (image_width) in BowlModel()
591 _config, world_pos, _bowl_img_width, _bowl_img_height); in get_topview_rect_map()
608 float step_x = (float)_bowl_img_width / res_width; in get_stitch_image_vertex_model()
628 _config, _bowl_img_width, _bowl_img_height, texture_pos0); in get_stitch_image_vertex_model()
632 …texture_points.push_back (PointFloat2(texture_pos0.x / _bowl_img_width, (_bowl_img_height - textur… in get_stitch_image_vertex_model()
636 _config, _bowl_img_width, _bowl_img_height, texture_pos1); in get_stitch_image_vertex_model()
640 …texture_points.push_back (PointFloat2(texture_pos1.x / _bowl_img_width, (_bowl_img_height - textur… in get_stitch_image_vertex_model()
Dstitcher.h242 uint32_t _bowl_img_width, _bowl_img_height; variable