Home
last modified time | relevance | path

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

/external/libxcam/xcore/interface/
Dstitcher.cpp615 PointFloat2 texture_pos0; in get_stitch_image_vertex_model() local
616 texture_pos0.y = row * step_y + offset_y; in get_stitch_image_vertex_model()
623 texture_pos0.x = col * step_x; 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()