Searched refs:indeices (Results 1 – 2 of 2) sorted by relevance
/external/libxcam/xcore/interface/ |
D | stitcher.h | 229 VertexMap &vertices, PointMap &texture_points, IndexVector &indeices, 233 VertexMap &vertices, PointMap &texture_points, IndexVector &indeices, 237 VertexMap &vertices, PointMap &texture_points, IndexVector &indeices,
|
D | stitcher.cpp | 601 VertexMap &vertices, PointMap &texture_points, IndexVector &indeices, in get_stitch_image_vertex_model() argument 606 indeices.reserve (2 * (res_width + 1) * (res_height + 1) + (res_height + 1)); in get_stitch_image_vertex_model() 631 indeices.push_back (indicator++); in get_stitch_image_vertex_model() 639 indeices.push_back (indicator++); 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 663 …return get_stitch_image_vertex_model (vertices, texture_points, indeices, res_width, res_height, g… in get_topview_vertex_model()
|