Home
last modified time | relevance | path

Searched refs:Rect (Results 1 – 25 of 60) sorted by relevance

123

/external/chromium/base/gfx/
Drect_unittest.cc34 gfx::Rect rect(value.rect_x, value.rect_y, in TEST()
62 gfx::Rect r1(tests[i].x1, tests[i].y1, tests[i].w1, tests[i].h1); in TEST()
63 gfx::Rect r2(tests[i].x2, tests[i].y2, tests[i].w2, tests[i].h2); in TEST()
103 gfx::Rect r1(tests[i].x1, tests[i].y1, tests[i].w1, tests[i].h1); in TEST()
104 gfx::Rect r2(tests[i].x2, tests[i].y2, tests[i].w2, tests[i].h2); in TEST()
105 gfx::Rect r3(tests[i].x3, tests[i].y3, tests[i].w3, tests[i].h3); in TEST()
106 gfx::Rect ir = r1.Intersect(r2); in TEST()
152 gfx::Rect r1(tests[i].x1, tests[i].y1, tests[i].w1, tests[i].h1); in TEST()
153 gfx::Rect r2(tests[i].x2, tests[i].y2, tests[i].w2, tests[i].h2); in TEST()
154 gfx::Rect r3(tests[i].x3, tests[i].y3, tests[i].w3, tests[i].h3); in TEST()
[all …]
Drect.cc35 Rect::Rect() { in Rect() function in gfx::Rect
38 Rect::Rect(int width, int height) { in Rect() function in gfx::Rect
43 Rect::Rect(int x, int y, int width, int height) in Rect() function in gfx::Rect
49 Rect::Rect(const gfx::Point& origin, const gfx::Size& size) in Rect() function in gfx::Rect
54 Rect::Rect(const RECT& r) in Rect() function in gfx::Rect
60 Rect& Rect::operator=(const RECT& r) { in operator =()
67 Rect::Rect(const CGRect& r) in Rect() function in gfx::Rect
73 Rect& Rect::operator=(const CGRect& r) { in operator =()
80 Rect::Rect(const GdkRectangle& r) in Rect() function in gfx::Rect
86 Rect& Rect::operator=(const GdkRectangle& r) { in operator =()
[all …]
Drect.h28 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);
42 ~Rect() {} in ~Rect()
45 Rect& operator=(const RECT& r);
[all …]
/external/webkit/WebCore/css/
DRect.h52 class Rect : public RectBase, public RefCounted<Rect> {
54 static PassRefPtr<Rect> create() { return adoptRef(new Rect); } in create()
57 Rect() { } in Rect() function
DCSSBorderImageValue.h30 class Rect; variable
34 …static PassRefPtr<CSSBorderImageValue> create(PassRefPtr<CSSValue> image, PassRefPtr<Rect> sliceRe… in create()
50 RefPtr<Rect> m_imageSliceRect;
57 …CSSBorderImageValue(PassRefPtr<CSSValue> image, PassRefPtr<Rect> sliceRect, int horizontalRule, in…
DCSSPrimitiveValue.h35 class Rect; variable
152 Rect* getRectValue(ExceptionCode&) const;
153 Rect* getRectValue() const { return m_type != CSS_RECT ? 0 : m_value.rect; } in getRectValue()
195 void init(PassRefPtr<Rect>);
209 Rect* rect;
DCSSBorderImageValue.cpp29 CSSBorderImageValue::CSSBorderImageValue(PassRefPtr<CSSValue> image, PassRefPtr<Rect> imageRect, in… in CSSBorderImageValue()
DRect.idl22 interface Rect {
DCSSPrimitiveValue.cpp264 void CSSPrimitiveValue::init(PassRefPtr<Rect> r) in init()
632 Rect* CSSPrimitiveValue::getRectValue(ExceptionCode& ec) const in getRectValue()
784 Rect* rectVal = getRectValue(); in cssText()
/external/webkit/WebKit/chromium/public/
DWebRect.h91 WebRect(const gfx::Rect& r) in WebRect()
99 WebRect& operator=(const gfx::Rect& r)
108 operator gfx::Rect() const in Rect() function
110 return gfx::Rect(x, y, width, height); in Rect()
/external/libffi/testsuite/libffi.call/
Dpyobjc-tc.c20 typedef struct Rect { struct
23 } Rect; argument
25 int doit(int o, char* s, Point p, Rect r, int last) in doit()
92 Rect r = { { 9.0, 10.0}, { -1.0, -2.0 } }; in main()
/external/webkit/WebKit/android/plugins/
DANPSurfaceInterface.cpp107 Rect rect(dirtyRect->left, dirtyRect->top, dirtyRect->right, dirtyRect->bottom); in anp_lock()
112 dirtyRegion.set(Rect(0x3FFF, 0x3FFF)); in anp_lock()
124 Rect dirtyBounds = dirtyRegion.getBounds(); in anp_lock()
/external/webkit/WebCore/platform/graphics/win/
DQTMovieWin.cpp134 Rect m_fullscreenRect;
171 Rect rect = { 0, 0, 0, 0 }; in QTMovieWinPrivate()
224 Rect naturalRect; in cacheMovieScale()
225 Rect initialRect; in cacheMovieScale()
313 Rect bounds; in createMovieController()
371 Rect bounds; in createGWorld()
399 Rect bounds; in clearGWorld()
434 Rect bounds; in updateMovieSize()
602 Rect rect = { 0, }; in getNaturalSize()
1127 Rect rect = m_private->m_fullscreenWindow->portRect; in enterFullscreen()
/external/webkit/WebCore/html/
DHTMLAreaElement.cpp63 m_shape = Rect; in parseMappedAttribute()
124 shape = Rect; in getRegion()
147 case Rect: in getRegion()
DHTMLAreaElement.h68 enum Shape { Default, Poly, Rect, Circle, Unknown }; enumerator
/external/webkit/WebKit/mac/Carbon/
DHIViewAdapter.m122 Rect qdRect;
166 Rect qdRect;
200 Rect bounds;
207 Rect bounds, cntlBounds;
209 Rect portBounds;
/external/qemu/distrib/sdl-1.2.12/src/video/macdsp/
DSDL_dspvideo.c438 Rect bounds; in DSp_IsHWAvailable()
934 Rect rect; in DSp_SetVideoMode()
982 Rect rect; in DSp_MakeHWMask()
1056 Rect bounds; in DSp_NewHWSurface()
1149 Rect src_rect, dst_rect; in DSp_HWAccelBlit()
1217 Rect fill_rect; in DSp_FillHWRect()
1239 Rect rect; in DSp_FlipHWSurface()
1302 Rect rect; in DSp_DSpUpdate()
/external/skia/src/svg/
DSkSVGRect.h24 DECLARE_SVG_INFO(Rect);
DSkSVGRect.cpp28 DEFINE_SVG_INFO(Rect) in DEFINE_SVG_INFO() argument
/external/qemu/distrib/sdl-1.2.12/src/video/macrom/
DSDL_romvideo.c363 Rect menuRect; in ROM_ShowMenuBar()
484 Rect wrect, orect; in ROM_SetVideoMode()
486 Rect tmprect; in ROM_SetVideoMode()
638 Rect update; in ROM_WindowUpdate()
/external/skia/src/animator/
DSkMatrixParts.cpp169 SK_MEMBER(destination, Rect),
170 SK_MEMBER(source, Rect)
DSkDrawClip.cpp29 SK_MEMBER(rect, Rect)
DSkDrawRectangle.h28 DECLARE_DRAW_MEMBER_INFO(Rect);
DSkDrawSaveLayer.cpp27 SK_MEMBER(bounds, Rect),
/external/qemu/distrib/sdl-1.2.12/src/main/macos/
DSDL_main.c400 Rect dummyRect; in main()
451 Rect dummyRect; in main()

123