Home | History | Annotate | Download | only in images

Lines Matching refs:colorCount

583     int colorCount = num_palette + (num_palette < 256);
585 colorTable = SkNEW_ARGS(SkColorTable, (colorCount));
859 // entries. SkBitmap always stores in 8bits per pixel, but for colorcount <= 16,
861 static int computeBitDepth(int colorCount) {
863 int bits = SkNextLog2(colorCount);