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

  /external/webkit/Tools/DumpRenderTree/chromium/
WebThemeControlDRTWin.h 142 // Draws a box of size specified by irect, filled with the given color.
144 void box(const SkIRect& irect, SkColor color);
WebThemeEngineDRTWin.cpp 53 SkIRect irect; local
54 irect.set(webRect.x, webRect.y, webRect.x + webRect.width, webRect.y + webRect.height);
55 return irect;
WebThemeControlDRTWin.cpp 96 const SkIRect& irect,
100 , m_irect(validate(irect, ctype))
  /external/skia/include/core/
SkRect.h 388 static SkRect SK_WARN_UNUSED_RESULT MakeFromIRect(const SkIRect& irect) {
390 r.set(SkIntToScalar(irect.fLeft),
391 SkIntToScalar(irect.fTop),
392 SkIntToScalar(irect.fRight),
393 SkIntToScalar(irect.fBottom));
397 static SkRect SK_WARN_UNUSED_RESULT Make(const SkIRect& irect) {
399 r.set(SkIntToScalar(irect.fLeft),
400 SkIntToScalar(irect.fTop),
401 SkIntToScalar(irect.fRight),
402 SkIntToScalar(irect.fBottom))
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
CanvasLayer.cpp 126 SkIRect irect = SkIRect::MakeXYWH(changedRect.x(), changedRect.y(), local
128 m_dirtyCanvas.op(irect, SkRegion::kUnion_Op);
  /external/skia/src/gpu/
GrDrawTarget.h 434 void drawSimpleRect(const GrIRect& irect, const SkMatrix* matrix = NULL) {
435 SkRect rect = SkRect::MakeFromIRect(irect);
    [all...]
  /external/skia/src/device/xps/
SkXPSDevice.cpp 1525 const SkIRect& irect = clip; local
    [all...]

Completed in 1683 milliseconds