Home
last modified time | relevance | path

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

/external/libxcam/xcore/interface/
Dstitcher.h224 PointMap &texture_points,
229 VertexMap &vertices, PointMap &texture_points, IndexVector &indeices,
233 VertexMap &vertices, PointMap &texture_points, IndexVector &indeices,
237 VertexMap &vertices, PointMap &texture_points, IndexVector &indeices,
Dstitcher.cpp560 PointMap &texture_points, in get_topview_rect_map() argument
581 texture_points.resize (res_width * res_height); in get_topview_rect_map()
593 texture_points [res_width * row + col] = texture_pos; in get_topview_rect_map()
601 VertexMap &vertices, PointMap &texture_points, IndexVector &indeices, in get_stitch_image_vertex_model() argument
605 texture_points.reserve (2 * (res_width + 1) * (res_height + 1)); in get_stitch_image_vertex_model()
632texture_points.push_back (PointFloat2(texture_pos0.x / _bowl_img_width, (_bowl_img_height - textur… in get_stitch_image_vertex_model()
640texture_points.push_back (PointFloat2(texture_pos1.x / _bowl_img_width, (_bowl_img_height - textur… in get_stitch_image_vertex_model()
649 VertexMap &vertices, PointMap &texture_points, IndexVector &indeices, in get_bowlview_vertex_model() argument
652 …return get_stitch_image_vertex_model (vertices, texture_points, indeices, res_width, res_height, (… in get_bowlview_vertex_model()
657 VertexMap &vertices, PointMap &texture_points, IndexVector &indeices, in get_topview_vertex_model() argument
[all …]