Home
last modified time | relevance | path

Searched defs:RoundedIntRect (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DRoundedIntRect.cpp116 RoundedIntRect::RoundedIntRect(int x, int y, int width, int height) in RoundedIntRect() function in WebCore::RoundedIntRect
121 RoundedIntRect::RoundedIntRect(const IntRect& rect, const Radii& radii) in RoundedIntRect() function in WebCore::RoundedIntRect
127 RoundedIntRect::RoundedIntRect(const IntRect& rect, const IntSize& topLeft, const IntSize& topRight… in RoundedIntRect() function in WebCore::RoundedIntRect
DGraphicsContext.h133 class RoundedIntRect; variable