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

  /external/chromium_org/third_party/WebKit/Source/testing/runner/
WebTestThemeControlWin.cpp 482 SkIRect tofill; local
483 tofill.intersect(m_irect, fillRect);
486 m_canvas->drawIRect(tofill, paint);
WebTestThemeEngineMock.cpp 602 SkIRect tofill = irect; local
604 tofill.set(extraParams->progressBar.valueRectX,
612 tofill.intersect(irect, tofill);
615 canvas->drawIRect(tofill, paint);

Completed in 147 milliseconds