Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DImages.cpp898 png_colorp rgbPalette, png_bytep alphaPalette, in analyze_image() argument
1037 rgbPalette[idx].red = (png_byte) ((col >> 24) & 0xff); in analyze_image()
1038 rgbPalette[idx].green = (png_byte) ((col >> 16) & 0xff); in analyze_image()
1039 rgbPalette[idx].blue = (png_byte) ((col >> 8) & 0xff); in analyze_image()
1100 png_color rgbPalette[256]; in write_png() local
1105 analyze_image(imageName, imageInfo, grayscaleTolerance, rgbPalette, alphaPalette, in write_png()
1140 png_set_PLTE(write_ptr, write_info, rgbPalette, paletteEntries); in write_png()