Searched refs:text_offset (Results 1 – 1 of 1) sorted by relevance
/cts/apps/CameraITS/tests/scene5/ |
D | test_lens_shading_and_color_uniformity.py | 107 def _draw_legend(img, texts, text_org, font_scale, text_offset, color, argument 124 text_org[1] += text_offset 194 text_offset = int(text_height*1.5) 209 [left+text_offset, bottom-text_offset], 210 font_scale, text_offset, _CV2_GREEN, font_line_width) 216 [left+text_offset, bottom-text_offset*2], 217 font_scale, text_offset, _CV2_GREEN, font_line_width) 263 text_bottom = bottom - text_offset 267 [left+text_offset, text_bottom], font_scale, 268 text_offset, legend_color, int(line_width/2)) [all …]
|