Searched refs:longOffset (Results 1 – 1 of 1) sorted by relevance
/external/webkit/Tools/DumpRenderTree/chromium/ |
D | WebThemeControlDRTWin.cpp | 350 int longOffset = halfHeight - notchLongOffset; in draw() local 352 nestedBoxes(noOffset, longOffset, shortOffset, longOffset, m_bgColor, m_edgeColor); in draw() 358 int longOffset = halfHeight - notchLongOffset; in draw() local 360 nestedBoxes(shortOffset, longOffset, noOffset, longOffset, m_bgColor, m_fgColor); in draw() 366 int longOffset = halfWidth - notchLongOffset; in draw() local 368 nestedBoxes(longOffset, noOffset, longOffset, shortOffset, m_bgColor, m_fgColor); in draw() 374 int longOffset = halfWidth - notchLongOffset; in draw() local 376 nestedBoxes(longOffset, shortOffset, longOffset, noOffset, m_bgColor, m_fgColor); in draw() 397 int longOffset = halfWidth - gripLongIndent; in draw() local 400 line(m_left + longOffset, m_top + gripShortIndent, in draw() [all …]
|