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

  /external/webkit/Tools/DumpRenderTree/chromium/
WebThemeControlDRTWin.h 154 void roundRect(SkColor color);
WebThemeControlDRTWin.cpp 163 void WebThemeControlDRTWin::roundRect(SkColor color)
322 roundRect(m_bgColor);
  /frameworks/base/libs/hwui/
PathCache.cpp 489 entry.shape.roundRect.mWidth = width;
490 entry.shape.roundRect.mHeight = height;
491 entry.shape.roundRect.mRx = rx;
492 entry.shape.roundRect.mRy = ry;
PathCache.h 121 struct RoundRect {
126 } roundRect;
  /external/webkit/Source/WebCore/platform/graphics/wince/
GraphicsContextWinCE.cpp 62 static inline IntRect roundRect(const FloatRect& r)
    [all...]

Completed in 67 milliseconds