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

/frameworks/base/tools/aapt/
H A DImages.cpp804 png_colorp rgbPalette, png_bytep alphaPalette,
943 rgbPalette[idx].red = (png_byte) ((col >> 24) & 0xff);
944 rgbPalette[idx].green = (png_byte) ((col >> 16) & 0xff);
945 rgbPalette[idx].blue = (png_byte) ((col >> 8) & 0xff);
1005 png_color rgbPalette[256]; local
1010 analyze_image(imageName, imageInfo, grayscaleTolerance, rgbPalette, alphaPalette,
1045 png_set_PLTE(write_ptr, write_info, rgbPalette, paletteEntries);
803 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 119 milliseconds