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

  /external/webkit/WebCore/platform/graphics/win/
IntRectWin.cpp 34 IntRect::IntRect(const RECT& r)
39 IntRect::operator RECT() const
41 RECT rect = { x(), y(), right(), bottom() }; local
42 return rect;
  /external/chromium/base/gfx/
rect.h 21 typedef struct tagRECT RECT;
28 class Rect {
30 Rect();
31 Rect(int width, int height);
32 Rect(int x, int y, int width, int height);
34 explicit Rect(const RECT& r);
36 explicit Rect(const CGRect& r);
38 explicit Rect(const GdkRectangle& r);
40 Rect(const gfx::Point& origin, const gfx::Size& size)
    [all...]
  /external/webkit/WebCore/platform/graphics/
IntRect.h 46 typedef struct tagRECT RECT;
78 explicit IntRect(const FloatRect& rect); // don't do this implicitly since it's lossy
114 // This checks to see if the rect contains x,y in the traditional sense.
115 // Equivalent to checking if the rect contains a 1x1 rect below and to the right of (px,py).
142 IntRect(const RECT&);
143 operator RECT() const;
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 177 milliseconds