Home
last modified time | relevance | path

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

/dports/math/py-matplotlib/matplotlib-3.4.3/examples/color/
H A Dnamed_colors.py63 text_pos_x = cell_width * col + swatch_width + 7
65 ax.text(text_pos_x, y, name, fontsize=14,
/dports/devel/py-orange-widget-base/orange-widget-base-4.13.0/orangewidget/utils/
H A Ditemdelegates.py440 text_pos_x = text_pos_y = 0.0
443 text_pos_x = rect.left()
445 text_pos_x = rect.x() + rect.width() - tsize.width()
447 text_pos_x = rect.x() + rect.width() / 2 - tsize.width() / 2
458 painter.drawStaticText(QPointF(text_pos_x, text_pos_y), st)
/dports/biology/seaview/seaview/
H A Dtreerecs_draw.cxx659 double text_pos_x = (x() - svg_shift_x) + (svgtexts[i].x * transformation_ratio_x); in draw() local
662 if(text_pos_x >= x() and text_pos_x <= x() + w() in draw()
670 fl_draw(svgtexts[i].content, text_pos_x, text_pos_y); in draw()