Searched refs:rect2 (Results 1 – 4 of 4) sorted by relevance
511 SDL_Rect rect2; in EPOC_DirectUpdate() local513 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 …]
1249 SkinRect rect1, rect2; in _expectCompare() local1255 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()
2228 IntRect rect2 = range.end.absoluteCaretBounds(); in boundsForVisiblePositionRange() local2231 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()
27800 * svg/custom/percentage-rect2.svg