Searched refs:checkIndent (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/testing/runner/ |
D | WebTestThemeControlWin.cpp | 270 const int checkIndent = 3; in draw() local 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()
|
D | WebTestThemeEngineMock.cpp | 315 const int checkIndent = 3; in paint() local 464 checkIndent, halfHeight, in paint() 465 checkIndent, halfHeight, in paint() 470 checkIndent, checkIndent, in paint() 471 checkIndent, checkIndent, in paint() 484 circle(canvas, irect, SkIntToScalar(halfHeight - checkIndent), edgeColor); in paint()
|