Searched refs:rgbPalette (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt/
H A DImages.cpp669 png_colorp rgbPalette, png_bytep alphaPalette,
808 rgbPalette[idx].red = (png_byte) ((col >> 24) & 0xff);
809 rgbPalette[idx].green = (png_byte) ((col >> 16) & 0xff);
810 rgbPalette[idx].blue = (png_byte) ((col >> 8) & 0xff);
869 png_color rgbPalette[256]; local
874 analyze_image(imageName, imageInfo, grayscaleTolerance, rgbPalette, alphaPalette,
909 png_set_PLTE(write_ptr, write_info, rgbPalette, paletteEntries);
668 analyze_image(const char *imageName, image_info &imageInfo, int grayscaleTolerance, png_colorp rgbPalette, png_bytep alphaPalette, int *paletteEntries, bool *hasTransparency, int *colorType, png_bytepp outRows) argument

Completed in 41 milliseconds