Home | History | Annotate | Download | only in chromium

Lines Matching full:m_bottom

106     , m_bottom(m_irect.fBottom)
241 for (int i = m_top + readOnlyLineOffset; i < m_bottom; i += readOnlyLineOffset)
261 triangle(m_right, m_bottom,
262 m_right - triangleSize, m_bottom,
263 m_right, m_bottom - triangleSize, m_edgeColor);
268 triangle(m_left, m_bottom,
269 m_left, m_bottom - triangleSize,
270 m_left + triangleSize, m_bottom, m_edgeColor);
401 m_left + longOffset, m_bottom - gripShortIndent, m_fgColor);
403 m_right - longOffset, m_bottom - gripShortIndent, m_fgColor);
411 m_left + halfWidth, m_bottom - gripLongIndent, m_fgColor);
414 line(m_left + gripShortIndent, m_bottom - longOffset,
415 m_right - gripShortIndent, m_bottom - longOffset, m_fgColor);
423 m_right - quarterWidth, m_bottom - quarterHeight,
432 m_left + quarterWidth, m_bottom - quarterHeight, m_fgColor);
438 triangle(m_left + quarterWidth, m_bottom - quarterHeight,
440 m_right - quarterWidth, m_bottom - quarterHeight, m_fgColor);
448 m_left + halfWidth, m_bottom - quarterHeight, m_fgColor);
457 line(m_left, m_top, m_left, m_bottom, m_edgeColor);
458 line(m_right, m_top, m_right, m_bottom, m_edgeColor);
467 m_bottom, m_fgColor);