Home
last modified time | relevance | path

Searched refs:m_fgColor (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/testing/runner/
DWebTestThemeControlWin.cpp114 , m_fgColor(fgColor) in WebTestThemeControlWin()
309 nestedBoxes(checkIndent, checkIndent, checkIndent, checkIndent, m_bgColor, m_fgColor); in draw()
314 nestedBoxes(checkIndent, halfHeight, checkIndent, halfHeight, m_bgColor, m_fgColor); in draw()
323 circle(SkIntToScalar(halfHeight - checkIndent), m_fgColor); in draw()
338 nestedBoxes(shortOffset, longOffset, noOffset, longOffset, m_bgColor, m_fgColor); in draw()
346 nestedBoxes(longOffset, noOffset, longOffset, shortOffset, m_bgColor, m_fgColor); in draw()
354 nestedBoxes(longOffset, shortOffset, longOffset, noOffset, m_bgColor, m_fgColor); in draw()
377 …eft + gripLongIndent, m_top + halfHeight, m_right - gripLongIndent, m_top + halfHeight, m_fgColor); in draw()
378 …+ longOffset, m_top + gripShortIndent, m_left + longOffset, m_bottom - gripShortIndent, m_fgColor); in draw()
379 … longOffset, m_top + gripShortIndent, m_right - longOffset, m_bottom - gripShortIndent, m_fgColor); in draw()
[all …]
DWebTestThemeControlWin.h188 const SkColor m_fgColor; variable