Searched refs:INITOUTDEV_CLIPREGION (Results 1 – 2 of 2) sorted by relevance
140 if ( nFlags & INITOUTDEV_CLIPREGION ) in InitOutputDevice()337 InitOutputDevice( INITOUTDEV_CLIPREGION|INITOUTDEV_RASTEROP ); in copy()350 InitOutputDevice( INITOUTDEV_CLIPREGION|INITOUTDEV_RASTEROP); in draw()382 InitOutputDevice( INITOUTDEV_CLIPREGION|INITOUTDEV_RASTEROP|INITOUTDEV_COLORS ); in drawPixel()393 InitOutputDevice( INITOUTDEV_CLIPREGION|INITOUTDEV_RASTEROP|INITOUTDEV_COLORS ); in drawLine()404 InitOutputDevice( INITOUTDEV_CLIPREGION|INITOUTDEV_RASTEROP|INITOUTDEV_COLORS ); in drawRect()415 InitOutputDevice( INITOUTDEV_CLIPREGION|INITOUTDEV_RASTEROP|INITOUTDEV_COLORS ); in drawRoundedRect()426 InitOutputDevice( INITOUTDEV_CLIPREGION|INITOUTDEV_RASTEROP|INITOUTDEV_COLORS ); in drawPolyLine()437 InitOutputDevice( INITOUTDEV_CLIPREGION|INITOUTDEV_RASTEROP|INITOUTDEV_COLORS ); in drawPolygon()448 InitOutputDevice( INITOUTDEV_CLIPREGION|INITOUTDEV_RASTEROP|INITOUTDEV_COLORS ); in drawPolyPolygon()[all …]
46 #define INITOUTDEV_CLIPREGION 0x0008 macro