Home
last modified time | relevance | path

Searched refs:nFillByte (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Dbmpfast.cxx948 sal_uInt8 nFillByte; in ImplFastEraseBitmap() local
954 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 …]
/trunk/main/sc/source/filter/xcl97/
H A DXclImpChangeTrack.cxx158 sal_uInt8 nFillByte = pStrm->ReaduInt8(); in Read3DTabRefInfo() local
159 rLastTab = (nFillByte == 0x00) ? in Read3DTabRefInfo()

Completed in 21 milliseconds