Searched refs:numColors (Results 1 – 3 of 3) sorted by relevance
63 return d->screen(screenNumber)->numColors() < 2; in screenIsMonochrome()
185 TInt numColors = TDisplayModeUtils::NumDisplayModeColors(displaymode); in GetBpp() local187 for (TInt32 i = 2; i < numColors; i <<= 1, bitsPerPixel++); in GetBpp()
363 if (image.numColors() <= 16) in write()