Searched refs:cShift (Results 1 – 1 of 1) sorted by relevance
300 const sal_uInt8 cShift = sal::static_int_cast<sal_uInt8>(6 - ( ( nX & 3 ) << 1 )); in Set() local301 ( ( mpScan[ nY ][ nX >> 2 ] ) &= ~( 3 << cShift ) ) |= ( cVal << cShift ); in Set()
Completed in 22 milliseconds