Searched refs:cMask (Results 1 – 2 of 2) sorted by relevance
207 const sal_uInt8 cMask = pImplMask[ nLevel ]; in ImplAdd() local208 const sal_uLong nIndex = ( ( ( pColor->GetRed() & cMask ) >> nShift ) << 2 ) | in ImplAdd()209 ( ( ( pColor->GetGreen() & cMask ) >> nShift ) << 1 ) | in ImplAdd()210 ( ( pColor->GetBlue() & cMask ) >> nShift ); in ImplAdd()283 const sal_uInt8 cMask = pImplMask[ nLevel++ ]; in GetPalIndex() local284 const sal_uLong nIndex = ( ( ( pColor->GetRed() & cMask ) >> nShift ) << 2 ) | in GetPalIndex()285 ( ( ( pColor->GetGreen() & cMask ) >> nShift ) << 1 ) | in GetPalIndex()286 ( ( pColor->GetBlue() & cMask ) >> nShift ); in GetPalIndex()
252 sal_Char cMask; in ImplPatternReformat() local264 cMask = rEditMask.GetChar(i); in ImplPatternReformat()267 if ( cMask == EDITMASK_LITERAL ) in ImplPatternReformat()296 cTempChar = ImplPatternChar( cChar, cMask ); in ImplPatternReformat()
Completed in 24 milliseconds