Searched refs:rect2 (Results 1 – 9 of 9) sorted by relevance
/external/qemu/distrib/sdl-1.2.12/src/video/epoc/ |
D | SDL_epocvideo.cpp | 511 SDL_Rect rect2; in EPOC_DirectUpdate() local 513 rect2.x = currentRect.x; in EPOC_DirectUpdate() 514 rect2.y = currentRect.y; in EPOC_DirectUpdate() 515 rect2.w = currentRect.w; in EPOC_DirectUpdate() 516 rect2.h = currentRect.h; in EPOC_DirectUpdate() 518 if (rect2.w <= 0 || rect2.h <= 0) /* sanity check */ in EPOC_DirectUpdate() 522 rect2.y >>= 1; in EPOC_DirectUpdate() 523 if (!(rect2.h >>= 1)) in EPOC_DirectUpdate() 524 rect2.h = 1; // always at least 1 pixel height! in EPOC_DirectUpdate() 530 TInt maxX = Min(screenW - 1, rect2.x + rect2.w - 1); in EPOC_DirectUpdate() [all …]
|
/external/opencv/cv/src/ |
D | cvgeometry.cpp | 45 cvMaxRect( const CvRect* rect1, const CvRect* rect2 ) in cvMaxRect() argument 47 if( rect1 && rect2 ) in cvMaxRect() 53 b = rect2->x; in cvMaxRect() 58 b += rect2->width; in cvMaxRect() 65 b = rect2->y; in cvMaxRect() 70 b += rect2->height; in cvMaxRect() 79 else if( rect2 ) in cvMaxRect() 80 return *rect2; in cvMaxRect()
|
/external/qemu/android/skin/ |
D | region.c | 1249 SkinRect rect1, rect2; in _expectCompare() local 1255 skin_box_to_rect( (SkinBox*)boxes, &rect2 ); in _expectCompare() 1256 if ( !skin_rect_equals( &rect1, &rect2 ) ) { in _expectCompare() 1260 rect2.pos.x, rect2.pos.y, in _expectCompare() 1261 rect2.pos.x + rect2.size.w, rect2.pos.y + rect2.size.h ); in _expectCompare()
|
/external/skia/tests/ |
D | PathTest.cpp | 233 SkPath rect2; in test_close() local 234 rect2.addRect(SK_Scalar1, SK_Scalar1, 10 * SK_Scalar1, 10*SK_Scalar1); in test_close() 235 rect2.close(); in test_close() 236 rect2.addRect(SK_Scalar1, SK_Scalar1, 10 * SK_Scalar1, 10*SK_Scalar1); in test_close() 237 check_close(reporter, rect2); in test_close() 238 rect2.close(); in test_close() 239 check_close(reporter, rect2); in test_close()
|
/external/chromium/chrome/browser/ui/views/ |
D | about_chrome_view.cc | 453 gfx::Rect* rect2 = chromium_url_appears_first_ ? in OnPaint() local 466 main_label_chunk2_, link2, rect2, &position, text_direction_is_rtl_, in OnPaint()
|
/external/skia/samplecode/ |
D | SampleAll.cpp | 397 SkRect rect2 = {0, 0, SkIntToScalar(65), SkIntToScalar(20) }; in drawPicture() local 517 canvas->drawRect(rect2, paint); in drawPicture()
|
/external/webkit/Source/WebCore/accessibility/ |
D | AccessibilityRenderObject.cpp | 2528 IntRect rect2 = range.end.absoluteCaretBounds(); in boundsForVisiblePositionRange() local 2531 if (rect2.y() != rect1.y()) { in boundsForVisiblePositionRange() 2539 rect2 = range.end.absoluteCaretBounds(); in boundsForVisiblePositionRange() 2544 ourrect.unite(rect2); in boundsForVisiblePositionRange() 2547 if (rect1.maxY() != rect2.maxY()) { in boundsForVisiblePositionRange()
|
/external/opencv/cv/include/ |
D | cv.h | 801 CVAPI(CvRect) cvMaxRect( const CvRect* rect1, const CvRect* rect2 ); in LOAD_CHDL()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2006-05-10 | 27800 * svg/custom/percentage-rect2.svg
|