Home | History | Annotate | Download | only in compile

Lines Matching refs:rgbPalette

248                           int grayscaleTolerance, png_colorp rgbPalette,
403 rgbPalette[idx].red = (png_byte)((col >> 24) & 0xff);
404 rgbPalette[idx].green = (png_byte)((col >> 16) & 0xff);
405 rgbPalette[idx].blue = (png_byte)((col >> 8) & 0xff);
469 png_color rgbPalette[256];
474 analyze_image(diag, *info, grayScaleTolerance, rgbPalette, alphaPalette,
515 png_set_PLTE(writePtr, infoPtr, rgbPalette, paletteEntries);