Searched defs:Rect (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/html/
H A DHTMLAreaElement.h62 enum Shape { Default, Poly, Rect, Circle, Unknown }; enumerator in enum:WebCore::HTMLAreaElement::Shape
/external/webkit/Source/WebCore/css/
H A DRect.h52 class Rect : public RectBase, public RefCounted<Rect> { class in namespace:WebCore
54 static PassRefPtr<Rect> create() { return adoptRef(new Rect); }
57 Rect() { } function in class:WebCore::Rect
/external/libffi/testsuite/libffi.call/
H A Dpyobjc-tc.c20 typedef struct Rect { struct
23 } Rect; typedef in typeref:struct:Rect
25 int doit(int o, char* s, Point p, Rect r, int last)
63 rect_type.size = 0;/*sizeof(Rect);*/
64 rect_type.alignment =0;/* __alignof__(Rect);*/
92 Rect r = { { 9.0, 10.0}, { -1.0, -2.0 } };
/external/webkit/Source/WebKit/chromium/public/
H A DWebRect.h91 WebRect(const gfx::Rect& r)
99 WebRect& operator=(const gfx::Rect& r)
108 operator gfx::Rect() const
110 return gfx::Rect(x, y, width, height);
/external/opencv/cvaux/src/
H A Dcvface.cpp138 CvRect Rect = *(CvRect*)lpCandidat; local
140 if (Rect.height > Rect.width)
144 long Size = Rect.width*Rect.height;
154 long x = Rect.x + cvRound(Rect.width/2);
155 long y = Rect.y + cvRound(Rect.height/2);
160 // if ( isPointInRect(cvPoint(Rect
319 CvRect Rect = *(CvRect*)m_lpIdealFace[i].GetContour(); local
327 ResizeRect(CvRect Rect,CvRect * lpRect,long lDir,long lD) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 2617 milliseconds