Lines Matching refs:triangle
141 void WebThemeControlDRTWin::triangle(int x0, int y0,
230 // The length of a triangle side for the corner marks.
246 // Draw a triangle in the upper left corner of the control.
247 triangle(m_left, m_top,
253 // Draw a triangle in the upper right corner of the control.
254 triangle(m_right, m_top,
260 // Draw a triangle in the bottom right corner of the control.
261 triangle(m_right, m_bottom,
267 // Draw a triangle in the bottom left corner of the control.
268 triangle(m_left, m_bottom,
422 triangle(m_right - quarterWidth, m_top + quarterHeight,
430 triangle(m_left + quarterWidth, m_top + quarterHeight,
438 triangle(m_left + quarterWidth, m_bottom - quarterHeight,
446 triangle(m_left + quarterWidth, m_top + quarterHeight,
465 triangle(m_left + quarterWidth, m_top,