Home
last modified time | relevance | path

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

/external/libxcam/xcore/interface/
Dstitcher.cpp618 PointFloat2 texture_pos1; in get_stitch_image_vertex_model() local
619 texture_pos1.y = (row + 1) * step_y + offset_y; in get_stitch_image_vertex_model()
624 texture_pos1.x = col * step_x; 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()