Searched refs:maxColors (Results 1 – 10 of 10) sorted by relevance
24 int maxColors = 256; in decode_memory() local27 colorTable.reset(new SkColorTable(colors, maxColors)); in decode_memory()29 colorCountPtr = &maxColors; in decode_memory()
211 int maxColors = 256; in DEF_TEST() local214 colorTable.reset(new SkColorTable(colors, maxColors)); in DEF_TEST()216 colorCountPtr = &maxColors; in DEF_TEST()
77 uint32_t maxColors = 1 << this->bitsPerPixel(); in createColorTable() local82 *numColors = maxColors; in createColorTable()86 fNumColors == 0 ? maxColors : SkTMin(fNumColors, maxColors); in createColorTable()122 for (; i < maxColors; i++) { in createColorTable()127 fColorTable.reset(new SkColorTable(colorTable, maxColors)); in createColorTable()
79 uint32_t maxColors = 1 << this->bitsPerPixel(); in createColorTable() local84 *numColors = maxColors; in createColorTable()88 fNumColors == 0 ? maxColors : SkTMin(fNumColors, maxColors); in createColorTable()110 for (; i < maxColors; i++) { in createColorTable()115 fColorTable.reset(new SkColorTable(colorTable, maxColors)); in createColorTable()
393 const uint32_t maxColors = 256; local399 *inputColorCount = maxColors;440 for (uint32_t i = colorCount; i < maxColors; i++) {444 sk_memset32(colorPtr, 0xFF000000, maxColors);447 fColorTable.reset(new SkColorTable(colorPtr, maxColors));
145 const int maxColors = 1 << fBitDepth; in decodePalette() local146 if (numColors < maxColors) { in decodePalette()148 sk_memset32(colorPtr + numColors, lastColor, maxColors - numColors); in decodePalette()153 *ctableCount = maxColors; in decodePalette()156 fColorTable.reset(new SkColorTable(colorPtr, maxColors)); in decodePalette()
62 int maxColors = 256; in decodeRegion() local73 colorTable.reset(new SkColorTable(colors, maxColors)); in decodeRegion()75 colorCountPtr = &maxColors; in decodeRegion()
142 int maxColors = 256; in fuzz_img() local145 colorTable.reset(new SkColorTable(colors, maxColors)); in fuzz_img()147 colorCountPtr = &maxColors; in fuzz_img()
400 int maxColors = 256; in draw() local403 colorTable.reset(new SkColorTable(colors, maxColors)); in draw()405 colorCountPtr = &maxColors; in draw()688 int maxColors = 256; in draw() local691 colorTable.reset(new SkColorTable(colors, maxColors)); in draw()693 colorCountPtr = &maxColors; in draw()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...