Home | History | Annotate | Download | only in runner

Lines Matching refs:halfWidth

263     int halfWidth = m_width / 2;
343 int longOffset = halfWidth - notchLongOffset;
351 int longOffset = halfWidth - notchLongOffset;
375 int longOffset = halfWidth - gripLongIndent;
385 line(m_left + halfWidth, m_top + gripLongIndent, m_left + halfWidth, m_bottom - gripLongIndent, m_fgColor);
406 triangle(m_left + quarterWidth, m_bottom - quarterHeight, m_left + halfWidth, m_top + quarterHeight, m_right - quarterWidth, m_bottom - quarterHeight, m_fgColor);
412 triangle(m_left + quarterWidth, m_top + quarterHeight, m_right - quarterWidth, m_top + quarterHeight, m_left + halfWidth, m_bottom - quarterHeight, m_fgColor);
430 lirect.inset(halfWidth - sliderIndent, noOffset);
440 triangle(m_left + quarterWidth, m_top, m_right - quarterWidth, m_top, m_left + halfWidth, m_bottom, m_fgColor);