Searched refs:shortOffset (Results 1 – 1 of 1) sorted by relevance
/external/webkit/Tools/DumpRenderTree/chromium/ |
D | WebThemeControlDRTWin.cpp | 351 int shortOffset = m_width - notchShortOffset; in draw() local 352 nestedBoxes(noOffset, longOffset, shortOffset, longOffset, m_bgColor, m_edgeColor); in draw() 359 int shortOffset = m_width - notchShortOffset; in draw() local 360 nestedBoxes(shortOffset, longOffset, noOffset, longOffset, m_bgColor, m_fgColor); in draw() 367 int shortOffset = m_height - notchShortOffset; in draw() local 368 nestedBoxes(longOffset, noOffset, longOffset, shortOffset, m_bgColor, m_fgColor); in draw() 375 int shortOffset = m_height - notchShortOffset; in draw() local 376 nestedBoxes(longOffset, shortOffset, longOffset, noOffset, m_bgColor, m_fgColor); in draw()
|