HomeSort by relevance Sort by last modified time
    Searched defs:irect (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/testing/runner/
WebTestThemeEngineWin.cpp 55 SkIRect irect; local
56 irect.set(webRect.x, webRect.y, webRect.x + webRect.width - 1, webRect.y + webRect.height - 1);
57 return irect;
WebTestThemeEngineMock.cpp 100 SkIRect irect; local
101 irect.set(webRect.x, webRect.y,
103 return irect;
176 void roundRect(SkCanvas *canvas, SkIRect irect, SkColor color)
182 rect.set(irect);
192 void oval(SkCanvas* canvas, SkIRect irect, SkColor color)
197 rect.set(irect);
207 void circle(SkCanvas *canvas, SkIRect irect, SkScalar radius, SkColor color)
209 int left = irect.fLeft;
210 int width = irect.width()
311 SkIRect irect = webRectToSkIRect(rect); local
    [all...]
  /external/chromium_org/skia/ext/
platform_device_mac.cc 138 SkIRect irect; local
139 rect.round(&irect);
140 CGContextClipToRect(context, gfx::SkIRectToCGRect(irect));
  /external/chromium_org/content/renderer/
render_widget.cc 1347 SkIRect irect; local
    [all...]
  /external/chromium_org/third_party/skia/src/device/xps/
SkXPSDevice.cpp 1561 const SkIRect& irect = clip; local
    [all...]
  /external/skia/src/device/xps/
SkXPSDevice.cpp 1561 const SkIRect& irect = clip; local
    [all...]

Completed in 825 milliseconds