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

  /external/webkit/Source/WebCore/platform/graphics/win/
IntRectWin.cpp 34 IntRect::IntRect(const RECT& r)
39 IntRect::operator RECT() const
41 RECT rect = { x(), y(), maxX(), maxY() }; local
42 return rect;
  /external/webkit/Source/WebCore/platform/graphics/
IntRect.h 45 typedef struct tagRECT RECT;
84 explicit IntRect(const FloatRect& rect); // don't do this implicitly since it's lossy
144 // This checks to see if the rect contains x,y in the traditional sense.
145 // Equivalent to checking if the rect contains a 1x1 rect below and to the right of (px,py).
175 IntRect(const RECT&);
176 operator RECT() const;
  /external/clang/test/CodeGenCXX/
visibility.cpp 47 struct RECT {
50 DEFAULT extern RECT data_rect;
51 RECT data_rect = { -1};
  /external/opencv/cv/include/
cv.hpp 349 enum { RECT=0, CROSS=1, ELLIPSE=2, CUSTOM=100, BINARY = 0, GRAYSCALE=256 };
  /external/opencv/cvaux/include/
cvvidsurv.hpp 712 enum {RECT, ELLIPSE} shape;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 

Completed in 116 milliseconds