Searched refs:nRasterOperation (Results 1 – 1 of 1) sorted by relevance
1715 sal_uInt8 nRasterOperation = (sal_uInt8)( nWinRop >> 16 ); in ResolveBitmapActions() local1718 if ( ( nRasterOperation & 0xf ) != ( nRasterOperation >> 4 ) ) in ResolveBitmapActions()1720 if ( ( nRasterOperation & 0x33 ) != ( ( nRasterOperation & 0xcc ) >> 2 ) ) in ResolveBitmapActions()1722 if ( ( nRasterOperation & 0xaa ) != ( ( nRasterOperation & 0x55 ) << 1 ) ) in ResolveBitmapActions()1778 sal_uInt32 nOperation = ( nRasterOperation & 0xf ); in ResolveBitmapActions()1802 if ( ( nUsed & 1 ) && ( nRasterOperation & 0xb0 ) == 0xb0 ) // pattern used in ResolveBitmapActions()1869 … maFillStyle = WinMtfFillStyle( Color( nRasterOperation, nRasterOperation, nRasterOperation ) ); in ResolveBitmapActions()1878 if ( nRasterOperation == 0x33 ) in ResolveBitmapActions()
Completed in 12 milliseconds