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

  /external/chromium_org/third_party/WebKit/Source/testing/runner/
WebTestThemeControlWin.cpp 208 SkIRect lirect; local
210 lirect.set(m_irect.fLeft + indentLeft, m_irect.fTop + indentTop, m_irect.fRight - indentRight, m_irect.fBottom - indentBottom);
211 box(lirect, innerColor);
417 SkIRect lirect; local
418 lirect = m_irect;
419 lirect.inset(noOffset, halfHeight - sliderIndent);
420 box(lirect, m_bgColor);
428 SkIRect lirect; local
429 lirect = m_irect;
430 lirect.inset(halfWidth - sliderIndent, noOffset)
    [all...]

Completed in 2866 milliseconds