Searched refs:stitch0 (Results 1 – 2 of 2) sorted by relevance
119 FeatureMatch::adjust_stitch_area (int dst_width, float &x_offset, Rect &stitch0, Rect &stitch1) in adjust_stitch_area() argument124 …int last_overlap_width = stitch1.pos_x + stitch1.width + (dst_width - (stitch0.pos_x + stitch0.wid… in adjust_stitch_area()126 if ((stitch0.pos_x - x_offset + stitch0.width) > dst_width) in adjust_stitch_area()127 x_offset = dst_width - (stitch0.pos_x + stitch0.width); in adjust_stitch_area()136 stitch0.pos_x = dst_width - final_overlap_width + stitch1.pos_x; in adjust_stitch_area()137 stitch0.width = _config.sitch_min_width; in adjust_stitch_area()
80 void adjust_stitch_area (int dst_width, float &x_offset, Rect &stitch0, Rect &stitch1);