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

  /external/chromium_org/third_party/WebKit/Source/testing/runner/
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...]
WebTestThemeControlWin.h 145 // Draws a box of size specified by irect, filled with the given color.
147 void box(const SkIRect& irect, SkColor);
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;
WebTestThemeControlWin.cpp 101 WebTestThemeControlWin::WebTestThemeControlWin(SkCanvas* canvas, const SkIRect& irect, Type ctype, State cstate)
103 , m_irect(validate(irect, ctype))
  /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/third_party/skia/include/core/
SkRect.h 405 static SkRect SK_WARN_UNUSED_RESULT MakeFromIRect(const SkIRect& irect) {
407 r.set(SkIntToScalar(irect.fLeft),
408 SkIntToScalar(irect.fTop),
409 SkIntToScalar(irect.fRight),
410 SkIntToScalar(irect.fBottom));
414 static SkRect SK_WARN_UNUSED_RESULT Make(const SkIRect& irect) {
416 r.set(SkIntToScalar(irect.fLeft),
417 SkIntToScalar(irect.fTop),
418 SkIntToScalar(irect.fRight),
419 SkIntToScalar(irect.fBottom))
    [all...]
  /external/skia/include/core/
SkRect.h 405 static SkRect SK_WARN_UNUSED_RESULT MakeFromIRect(const SkIRect& irect) {
407 r.set(SkIntToScalar(irect.fLeft),
408 SkIntToScalar(irect.fTop),
409 SkIntToScalar(irect.fRight),
410 SkIntToScalar(irect.fBottom));
414 static SkRect SK_WARN_UNUSED_RESULT Make(const SkIRect& irect) {
416 r.set(SkIntToScalar(irect.fLeft),
417 SkIntToScalar(irect.fTop),
418 SkIntToScalar(irect.fRight),
419 SkIntToScalar(irect.fBottom))
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrDrawTarget.h 373 void drawSimpleRect(const SkIRect& irect, const SkMatrix* matrix = NULL) {
374 SkRect rect = SkRect::Make(irect);
    [all...]
  /external/skia/src/gpu/
GrDrawTarget.h 373 void drawSimpleRect(const SkIRect& irect, const SkMatrix* matrix = NULL) {
374 SkRect rect = SkRect::Make(irect);
    [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...]
  /external/chromium_org/content/renderer/
render_widget.cc 1347 SkIRect irect; local
    [all...]

Completed in 195 milliseconds