Home | History | Annotate | Download | only in src

Lines Matching refs:_y

2954     for (qreal _y = offsetY*pixel_height; _y < view.height(); _y += pixel_height )
2955 linesY.append(QLineF(0, _y, view.width(), _y));