Home | History | Annotate | Download | only in images

Lines Matching refs:colorCount

616     int colorCount = numPalette + (numPalette < 256);
618 colorTable = SkNEW_ARGS(SkColorTable, (colorCount));
944 // entries. SkBitmap always stores in 8bits per pixel, but for colorcount <= 16,
946 static int computeBitDepth(int colorCount) {
948 int bits = SkNextLog2(colorCount);