Lines Matching refs:y

108     aHIRect.origin.y = static_cast<float>(aRect.Top());  in ImplGetHIRectFromRectangle()
658 rc.origin.y += delta_y/2; in drawNativeControl()
721 CGFloat y = rc.origin.y; in drawNativeControl() local
722 CGContextMoveToPoint( mrContext, x, y ); in drawNativeControl()
723 y += rc.size.height; in drawNativeControl()
724 CGContextAddLineToPoint( mrContext, x, y ); in drawNativeControl()
726 y -= rc.size.height/2; in drawNativeControl()
727 CGContextAddLineToPoint( mrContext, x, y ); in drawNativeControl()
774 aTrackInfo.bounds.origin.y -= 2; // FIXME: magic for shadow in drawNativeControl()
936 rc.origin.y-=TAB_HEIGHT_NORMAL/2; in drawNativeControl()
1055 …CGContextFillRect (mrContext, CGRectMake(rc.origin.x, rc.origin.y, rc.size.width, rc.size.height)); in drawNativeControl()
1081 rc.origin.y += FOCUS_RING_WIDTH; in drawNativeControl()
1084 …CGContextFillRect (mrContext, CGRectMake(rc.origin.x, rc.origin.y, rc.size.width, rc.size.height)); in drawNativeControl()
1158 if( rc.origin.y + rc.size.height >= mpFrame->maGeometry.nHeight-3 ) in drawNativeControl()
1208 static_cast<long int>(aRect.origin.y) ), in drawNativeControl()
1258 short y = aCtrlBoundRect.Top(); in getNativeControlRegion() local
1271 … rNativeBoundingRegion = rNativeContentRegion = Rectangle( Point( x, y ), Size( w, h ) ); in getNativeControlRegion()
1278 … rNativeBoundingRegion = rNativeContentRegion = Rectangle( Point( x, y ), Size( w, h ) ); in getNativeControlRegion()
1316 rNativeContentRegion = Rectangle( Point( x, y ), Size( w, h + nBorderCleanup) ); in getNativeControlRegion()
1317 rNativeBoundingRegion = Rectangle( Point( x, y ), Size( w, h ) ); in getNativeControlRegion()
1354 rNativeContentRegion = Rectangle( Point( x, y ), Size( w, h ) ); in getNativeControlRegion()
1355 rNativeBoundingRegion = Rectangle( Point( x, y ), Size( w, h ) ); in getNativeControlRegion()
1370 …rNativeContentRegion = Rectangle( Point( x+FOCUS_RING_WIDTH, y+FOCUS_RING_WIDTH ), Size( w-2*(FOCU… in getNativeControlRegion()
1371 rNativeBoundingRegion = Rectangle( Point( x, y ), Size( w, h ) ); in getNativeControlRegion()
1384 …rNativeContentRegion = Rectangle( Point( x+FOCUS_RING_WIDTH, y+FOCUS_RING_WIDTH ), Size( w-2*FOCUS… in getNativeControlRegion()
1385 … rNativeBoundingRegion = Rectangle( Point( x, y ), Size( w, h+2*FOCUS_RING_WIDTH ) ); in getNativeControlRegion()
1397 y += FOCUS_RING_WIDTH; in getNativeControlRegion()
1400 rNativeContentRegion = Rectangle( Point( x, y ), Size( w, h ) ); in getNativeControlRegion()
1401 …rNativeBoundingRegion = Rectangle( Point( x, y ), Size( w+FOCUS_RING_WIDTH, h+2*FOCUS_RING_WIDTH )… in getNativeControlRegion()
1412 y += 2; // don't draw into upper border in getNativeControlRegion()
1413 y += FOCUS_RING_WIDTH; in getNativeControlRegion()
1419 rNativeContentRegion = Rectangle( Point( x, y ), Size( w, h ) ); in getNativeControlRegion()
1420 …rNativeBoundingRegion = Rectangle( Point( x, y ), Size( w+FOCUS_RING_WIDTH, h+2*FOCUS_RING_WIDTH )… in getNativeControlRegion()
1433 …rNativeContentRegion = Rectangle( Point( x+FOCUS_RING_WIDTH, y ), Size( w-2*FOCUS_RING_WIDTH, h ) … in getNativeControlRegion()
1434 … rNativeBoundingRegion = Rectangle( Point( x, y ), Size( w, h+2*FOCUS_RING_WIDTH ) ); in getNativeControlRegion()
1442 y += 2; // don't draw into upper border in getNativeControlRegion()
1446 …rNativeContentRegion = Rectangle( Point( x + FOCUS_RING_WIDTH, y + FOCUS_RING_WIDTH ), Size( w - 2… in getNativeControlRegion()
1447 … rNativeBoundingRegion = Rectangle( Point( x, y ), Size( w, h+2*FOCUS_RING_WIDTH ) ); in getNativeControlRegion()
1456 y += FOCUS_RING_WIDTH - CLIP_FUZZ; in getNativeControlRegion()
1460 rNativeContentRegion = Rectangle( Point( x, y ), Size( w, h ) ); in getNativeControlRegion()
1461 rNativeBoundingRegion = Rectangle( Point( x, y ), Size( w, h ) ); in getNativeControlRegion()
1467 y += SPIN_UPPER_BUTTON_HEIGHT + FOCUS_RING_WIDTH - CLIP_FUZZ; in getNativeControlRegion()
1471 rNativeContentRegion = Rectangle( Point( x, y ), Size( w, h ) ); in getNativeControlRegion()
1472 rNativeBoundingRegion = Rectangle( Point( x, y ), Size( w, h ) ); in getNativeControlRegion()
1515 rNativeContentRegion = Rectangle( Point( x, y ), Size( w, h ) ); in getNativeControlRegion()
1516 rNativeBoundingRegion = Rectangle( Point( x, y ), Size( w, h ) ); in getNativeControlRegion()