Searched refs:nFillByte (Results 1 – 2 of 2) sorted by relevance
948 sal_uInt8 nFillByte; in ImplFastEraseBitmap() local954 nFillByte = rColor.GetIndex(); in ImplFastEraseBitmap()955 nFillByte = static_cast<sal_uInt8>( -(nFillByte & 1) ); // 0x00 or 0xFF in ImplFastEraseBitmap()959 nFillByte = rColor.GetIndex(); in ImplFastEraseBitmap()960 nFillByte &= 0x0F; in ImplFastEraseBitmap()961 nFillByte |= (nFillByte << 4); in ImplFastEraseBitmap()965 nFillByte = rColor.GetIndex(); in ImplFastEraseBitmap()971 nFillByte = rColor.GetRed(); in ImplFastEraseBitmap()972 if( (nFillByte != rColor.GetGreen()) in ImplFastEraseBitmap()973 || (nFillByte != rColor.GetBlue()) ) in ImplFastEraseBitmap()[all …]
158 sal_uInt8 nFillByte = pStrm->ReaduInt8(); in Read3DTabRefInfo() local159 rLastTab = (nFillByte == 0x00) ? in Read3DTabRefInfo()
Completed in 39 milliseconds