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

  /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/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/src/core/
SkDraw.cpp     [all...]

Completed in 83 milliseconds