Searched refs:xRect (Results 1 – 2 of 2) sorted by relevance
498 …XRectangle xRect = { widgetRect.left(), widgetRect.top(), widgetRect.width(), widgetRect.height() … in drawNativeControl() local499 XUnionRectWithRegion( &xRect, pTempClipRegion, pTempClipRegion ); in drawNativeControl()500 xRect.x += nFrameWidth; in drawNativeControl()501 xRect.y += nFrameWidth; in drawNativeControl()504 if( xRect.width > 2*nFrameWidth && xRect.height > 2*nFrameWidth ) in drawNativeControl()506 xRect.width -= 2*nFrameWidth; in drawNativeControl()507 xRect.height -= 2*nFrameWidth; in drawNativeControl()510 XUnionRectWithRegion( &xRect, pSubtract, pSubtract ); in drawNativeControl()
1325 XShape xRect = (XShape) UnoRuntime.queryInterface( in DrawPageExample() local1338 xRect.setSize(aSize); in DrawPageExample()1347 xRect.setPosition ( aPoint ); in DrawPageExample()1351 XPropertySet.class, xRect ); in DrawPageExample()1371 xShapes.add ( xRect ); in DrawPageExample()
Completed in 38 milliseconds