Home
last modified time | relevance | path

Searched refs:cMask (Results 1 – 2 of 2) sorted by path

/trunk/main/vcl/source/control/
H A Dfield2.cxx252 sal_Char cMask; in ImplPatternReformat() local
264 cMask = rEditMask.GetChar(i); in ImplPatternReformat()
267 if ( cMask == EDITMASK_LITERAL ) in ImplPatternReformat()
296 cTempChar = ImplPatternChar( cChar, cMask ); in ImplPatternReformat()
/trunk/main/vcl/source/gdi/
H A Doctree.cxx207 const sal_uInt8 cMask = pImplMask[ nLevel ]; in ImplAdd() local
208 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() local
284 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()

Completed in 27 milliseconds