Searched defs:rect1 (Results 1 - 12 of 12) sorted by relevance

/external/chromium/chrome/browser/chromeos/frame/
H A Dbubble_window.cc66 GdkRectangle rect1 = {border_radius, 0, w - 2 * border_radius, h}; local
68 gdk_region_union_with_rect(region, &rect1);
/external/skia/gm/
H A Dmodecolorfilters.cpp49 SkRect rect1 = SkRect::MakeXYWH(SkIntToScalar(checkSize), SkIntToScalar(checkSize), local
51 canvas.drawRect(rect1, paint);
/external/skia/tests/
H A DTileGridTest.cpp67 SkRect rect1 = SkRect::MakeXYWH(SkIntToScalar(0), SkIntToScalar(0), local
73 canvas->drawRect(rect1, paint);
87 REPORTER_ASSERT(reporter, rect1 == mockCanvas.fRects[0]);
95 REPORTER_ASSERT(reporter, rect1 == mockCanvas.fRects[0]);
104 REPORTER_ASSERT(reporter, rect1 == mockCanvas.fRects[0]);
123 REPORTER_ASSERT(reporter, rect1 == mockCanvas.fRects[0]);
131 REPORTER_ASSERT(reporter, rect1 == mockCanvas.fRects[0]);
160 SkRect rect1 = SkRect::MakeXYWH(SkIntToScalar(0), SkIntToScalar(0), local
170 canvas->drawRect(rect1, paint);
192 REPORTER_ASSERT(reporter, rect1
[all...]
H A DPathOpsCubicIntersectionTest.cpp387 SkDRect rect1, rect2; local
388 rect1.setBounds(cubic1);
390 bool boundsIntersect = rect1.fLeft <= rect2.fRight && rect2.fLeft <= rect2.fRight
391 && rect1.fTop <= rect2.fBottom && rect2.fTop <= rect1.fBottom;
H A DPictureTest.cpp456 SkRect rect1 = SkRect::MakeXYWH(SkIntToScalar(4), SkIntToScalar(4), local
464 invPath.addOval(rect1);
/external/chromium/chrome/browser/ui/views/
H A Dabout_chrome_view.cc451 gfx::Rect* rect1 = chromium_url_appears_first_ ? local
462 main_label_chunk1_, link1, rect1, &position, text_direction_is_rtl_,
/external/chromium_org/third_party/skia/src/core/
H A DSkRTree.cpp13 static inline uint32_t get_overlap(const SkIRect& rect1, const SkIRect& rect2);
15 static inline uint32_t get_overlap_increase(const SkIRect& rect1, const SkIRect& rect2,
17 static inline uint32_t get_area_increase(const SkIRect& rect1, SkIRect rect2);
451 static inline uint32_t get_overlap(const SkIRect& rect1, const SkIRect& rect2) { argument
453 return SkMax32(0, SkMin32(rect1.fRight, rect2.fRight) - SkMax32(rect1.fLeft, rect2.fLeft)) *
454 SkMax32(0, SkMin32(rect1.fBottom, rect2.fBottom) - SkMax32(rect1.fTop, rect2.fTop));
462 static inline uint32_t get_overlap_increase(const SkIRect& rect1, const SkIRect& rect2, argument
464 join_no_empty_check(rect1,
468 get_area_increase(const SkIRect& rect1, SkIRect rect2) argument
[all...]
/external/opencv/cv/src/
H A Dcvgeometry.cpp45 cvMaxRect( const CvRect* rect1, const CvRect* rect2 ) argument
47 if( rect1 && rect2 )
52 max_rect.x = a = rect1->x;
57 max_rect.width = a += rect1->width;
64 max_rect.y = a = rect1->y;
69 max_rect.height = a += rect1->height;
77 else if( rect1 )
78 return *rect1;
/external/skia/src/core/
H A DSkRTree.cpp13 static inline uint32_t get_overlap(const SkIRect& rect1, const SkIRect& rect2);
15 static inline uint32_t get_overlap_increase(const SkIRect& rect1, const SkIRect& rect2,
17 static inline uint32_t get_area_increase(const SkIRect& rect1, SkIRect rect2);
451 static inline uint32_t get_overlap(const SkIRect& rect1, const SkIRect& rect2) { argument
453 return SkMax32(0, SkMin32(rect1.fRight, rect2.fRight) - SkMax32(rect1.fLeft, rect2.fLeft)) *
454 SkMax32(0, SkMin32(rect1.fBottom, rect2.fBottom) - SkMax32(rect1.fTop, rect2.fTop));
462 static inline uint32_t get_overlap_increase(const SkIRect& rect1, const SkIRect& rect2, argument
464 join_no_empty_check(rect1,
468 get_area_increase(const SkIRect& rect1, SkIRect rect2) argument
[all...]
/external/qemu/android/skin/
H A Dregion.c1249 SkinRect rect1, rect2; local
1254 skin_region_get_bounds( r, &rect1 );
1256 if ( !skin_rect_equals( &rect1, &rect2 ) ) {
1258 rect1.pos.x, rect1.pos.y,
1259 rect1.pos.x + rect1.size.w, rect1.pos.y + rect1.size.h,
/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 ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 516 milliseconds