Home | History | Annotate | Download | only in page

Lines Matching defs:nBits

124     FX_SAFE_UINT32 nBits = stream.Components();
125 nBits *= stream.ComponentBits();
126 nBits *= color_count;
127 if (!nBits.IsValid())
130 stream.BitStream()->SkipBits(nBits.ValueOrDie());