Lines Matching refs:h

1259     short w, h;  in getNativeControlRegion()  local
1270 h = aCtrlBoundRect.GetHeight(); in getNativeControlRegion()
1271 … rNativeBoundingRegion = rNativeContentRegion = Rectangle( Point( x, y ), Size( w, h ) ); in getNativeControlRegion()
1277 h = 18; // taken from HIG in getNativeControlRegion()
1278 … rNativeBoundingRegion = rNativeContentRegion = Rectangle( Point( x, y ), Size( w, h ) ); in getNativeControlRegion()
1303 h = aCtrlBoundRect.GetHeight(); in getNativeControlRegion()
1312 h = BUTTON_HEIGHT; 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()
1350 h = TAB_HEIGHT_NORMAL; in getNativeControlRegion()
1352 h = TAB_HEIGHT_NORMAL+2; in getNativeControlRegion()
1354 rNativeContentRegion = Rectangle( Point( x, y ), Size( w, h ) ); in getNativeControlRegion()
1355 rNativeBoundingRegion = Rectangle( Point( x, y ), Size( w, h ) ); in getNativeControlRegion()
1366 h = TEXT_EDIT_HEIGHT_NORMAL+2*FOCUS_RING_WIDTH; in getNativeControlRegion()
1367 if( h < aCtrlBoundRect.GetHeight() ) in getNativeControlRegion()
1368 h = aCtrlBoundRect.GetHeight(); in getNativeControlRegion()
1370 …( x+FOCUS_RING_WIDTH, y+FOCUS_RING_WIDTH ), Size( w-2*(FOCUS_RING_WIDTH+1), h-2*(FOCUS_RING_WIDTH+… in getNativeControlRegion()
1371 rNativeBoundingRegion = Rectangle( Point( x, y ), Size( w, h ) ); in getNativeControlRegion()
1382 h = COMBOBOX_HEIGHT_NORMAL;//listboxes and comboxes have the same height in getNativeControlRegion()
1384 …on = Rectangle( Point( x+FOCUS_RING_WIDTH, y+FOCUS_RING_WIDTH ), Size( w-2*FOCUS_RING_WIDTH, h ) ); in getNativeControlRegion()
1385 … rNativeBoundingRegion = Rectangle( Point( x, y ), Size( w, h+2*FOCUS_RING_WIDTH ) ); in getNativeControlRegion()
1394 h = COMBOBOX_HEIGHT_NORMAL;//listboxes and comboxes have the same height 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()
1408 h = COMBOBOX_HEIGHT_NORMAL;//listboxes and comboxes have the same height in getNativeControlRegion()
1417 h -= 4; // don't draw into lower border 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()
1431 h = TEXT_EDIT_HEIGHT_NORMAL; in getNativeControlRegion()
1433 …NativeContentRegion = 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()
1440 h = TEXT_EDIT_HEIGHT_NORMAL; in getNativeControlRegion()
1444 h -= 4; // don't draw into upper or ower border in getNativeControlRegion()
1446 …ctangle( Point( x + FOCUS_RING_WIDTH, y + FOCUS_RING_WIDTH ), Size( w - 2* FOCUS_RING_WIDTH, h ) ); in getNativeControlRegion()
1447 … rNativeBoundingRegion = Rectangle( Point( x, y ), Size( w, h+2*FOCUS_RING_WIDTH ) ); in getNativeControlRegion()
1458 h = SPIN_UPPER_BUTTON_HEIGHT + 2*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()
1469 h = SPIN_LOWER_BUTTON_HEIGHT + 2*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()
1513 h=10;//dimensions of the mark (10px font) in getNativeControlRegion()
1515 rNativeContentRegion = Rectangle( Point( x, y ), Size( w, h ) ); in getNativeControlRegion()
1516 rNativeBoundingRegion = Rectangle( Point( x, y ), Size( w, h ) ); in getNativeControlRegion()