Home
last modified time | relevance | path

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

/external/libxcam/xcore/interface/
Dstitcher.cpp609 float step_y = vertex_height / res_height; in get_stitch_image_vertex_model() local
616 texture_pos0.y = row * step_y + offset_y; in get_stitch_image_vertex_model()
619 texture_pos1.y = (row + 1) * step_y + offset_y; in get_stitch_image_vertex_model()