Searched refs:gripLongIndent (Results 1 – 1 of 1) sorted by relevance
300 const int gripLongIndent = 3; in draw() local397 int longOffset = halfWidth - gripLongIndent; in draw()398 line(m_left + gripLongIndent, m_top + halfHeight, in draw()399 m_right - gripLongIndent, m_top + halfHeight, m_fgColor); in draw()409 int longOffset = halfHeight - gripLongIndent; in draw()410 line(m_left + halfWidth, m_top + gripLongIndent, in draw()411 m_left + halfWidth, m_bottom - gripLongIndent, m_fgColor); in draw()