Searched refs:Rect (Results 1 - 25 of 43) sorted by relevance

12

/external/skia/src/svg/
H A DSkSVGRect.h24 DECLARE_SVG_INFO(Rect);
H A DSkSVGRect.cpp28 DEFINE_SVG_INFO(Rect)
/external/webkit/WebCore/css/
H A DCSSBorderImageValue.h30 class Rect;
34 static PassRefPtr<CSSBorderImageValue> create(PassRefPtr<CSSValue> image, PassRefPtr<Rect> sliceRect, int horizontalRule, int verticalRule)
50 RefPtr<Rect> m_imageSliceRect;
57 CSSBorderImageValue(PassRefPtr<CSSValue> image, PassRefPtr<Rect> sliceRect, int horizontalRule, int verticalRule);
H A DRect.idl22 interface Rect {
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
H A DCSSBorderImageValue.cpp25 #include "Rect.h"
29 CSSBorderImageValue::CSSBorderImageValue(PassRefPtr<CSSValue> image, PassRefPtr<Rect> imageRect, int horizontalRule, int verticalRule)
H A DCSSPrimitiveValue.h35 class Rect;
152 Rect* getRectValue(ExceptionCode&) const;
153 Rect* getRectValue() const { return m_type != CSS_RECT ? 0 : m_value.rect; }
195 void init(PassRefPtr<Rect>);
209 Rect* rect;
H A DCSSPrimitiveValue.idl66 Rect getRectValue()
/external/webkit/WebCore/platform/graphics/haiku/
H A DFloatRectHaiku.cpp32 #include <Rect.h>
H A DIntRectHaiku.cpp31 #include <Rect.h>
H A DSimpleFontDataHaiku.cpp37 #include <Rect.h>
/external/skia/src/animator/
H A DSkDrawClip.cpp29 SK_MEMBER(rect, Rect)
H A DSkDrawRectangle.h28 DECLARE_DRAW_MEMBER_INFO(Rect);
H A DSkDrawSaveLayer.cpp27 SK_MEMBER(bounds, Rect),
H A DSkMatrixParts.cpp169 SK_MEMBER(destination, Rect),
170 SK_MEMBER(source, Rect)
/external/webkit/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/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/WebKit/android/plugins/
H A DANPSurfaceInterface.cpp36 #include <ui/Rect.h>
107 Rect rect(dirtyRect->left, dirtyRect->top, dirtyRect->right, dirtyRect->bottom);
112 dirtyRegion.set(Rect(0x3FFF, 0x3FFF));
124 Rect dirtyBounds = dirtyRegion.getBounds();
/external/webkit/WebCore/html/
H A DHTMLAreaElement.h68 enum Shape { Default, Poly, Rect, Circle, Unknown }; enumerator in enum:WebCore::HTMLAreaElement::Shape
H A DHTMLAreaElement.cpp63 m_shape = Rect;
124 shape = Rect;
147 case Rect:
/external/webkit/WebKit/mac/Carbon/
H A DHIViewAdapter.m122 Rect qdRect;
166 Rect qdRect;
200 Rect bounds;
207 Rect bounds, cntlBounds;
209 Rect portBounds;
/external/webkit/WebCore/bindings/objc/
H A DDOMUtility.mm116 WRAP(Rect)
/external/webkit/WebCore/platform/graphics/win/
H A DQTMovieWin.cpp134 Rect m_fullscreenRect;
171 Rect rect = { 0, 0, 0, 0 };
224 Rect naturalRect;
225 Rect initialRect;
313 Rect bounds;
371 Rect bounds;
399 Rect bounds;
434 Rect bounds;
602 Rect rect = { 0, };
1127 Rect rec
[all...]
/external/qemu/distrib/sdl-1.2.12/src/video/macdsp/
H A DSDL_dspvideo.c438 Rect bounds;
934 Rect rect;
982 Rect rect;
1056 Rect bounds;
1149 Rect src_rect, dst_rect;
1217 Rect fill_rect;
1239 Rect rect;
1302 Rect rect;
/external/qemu/distrib/sdl-1.2.12/src/video/macrom/
H A DSDL_romvideo.c363 Rect menuRect;
484 Rect wrect, orect;
486 Rect tmprect;
638 Rect update;

Completed in 1208 milliseconds

12