Home
last modified time | relevance | path

Searched refs:rect2 (Results 1 – 4 of 4) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/epoc/
DSDL_epocvideo.cpp511 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/qemu/android/skin/
Dregion.c1249 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/webkit/WebCore/accessibility/
DAccessibilityRenderObject.cpp2228 IntRect rect2 = range.end.absoluteCaretBounds(); in boundsForVisiblePositionRange() local
2231 if (rect2.y() != rect1.y()) { in boundsForVisiblePositionRange()
2239 rect2 = range.end.absoluteCaretBounds(); in boundsForVisiblePositionRange()
2244 ourrect.unite(rect2); in boundsForVisiblePositionRange()
2247 if (rect1.bottom() != rect2.bottom()) { in boundsForVisiblePositionRange()
/external/webkit/WebCore/
DChangeLog-2006-05-1027800 * svg/custom/percentage-rect2.svg