HomeSort by relevance Sort by last modified time
    Searched full:lirect (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/testing/runner/
WebTestThemeEngineMock.cpp 236 SkIRect lirect; local
238 lirect.set(irect.fLeft + indentLeft,
242 box(canvas, lirect, innerColor);
540 SkIRect lirect = irect; local
546 lirect.inset(halfWidth - sliderIndent, noOffset);
547 box(canvas, lirect, bgColors[state]);
551 lirect.inset(noOffset, halfHeight - sliderIndent);
552 box(canvas, lirect, bgColors[state]);
567 SkIRect lirect; local
572 lirect.set(rect.x, rect.y, rect.x + rect.width - 1, rect.y + halfHeight - 1)
    [all...]
WebTestThemeControlWin.cpp 209 SkIRect lirect; local
211 lirect.set(m_irect.fLeft + indentLeft, m_irect.fTop + indentTop, m_irect.fRight - indentRight, m_irect.fBottom - indentBottom);
212 box(lirect, innerColor);
418 SkIRect lirect; local
419 lirect = m_irect;
420 lirect.inset(noOffset, halfHeight - sliderIndent);
421 box(lirect, m_bgColor);
429 SkIRect lirect; local
430 lirect = m_irect;
431 lirect.inset(halfWidth - sliderIndent, noOffset)
    [all...]

Completed in 223 milliseconds