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

/frameworks/base/tools/aapt/
H A DImages.cpp877 int *colorType, png_bytepp outRows)
907 png_bytep out = outRows[j];
991 // Write the palette index for the pixel to outRows optimistically.
1011 // Write the palette index for the pixel to outRows optimistically.
1089 png_bytep out = outRows[j];
1114 // If the image is gray or gray + alpha, compact the pixels into outRows
1117 png_bytep out = outRows[j];
1151 png_bytepp outRows = (png_bytepp) malloc((int) imageInfo.height * sizeof(png_bytep)); local
1152 if (outRows == (png_bytepp) 0) {
1157 outRows[
874 analyze_image(const char *imageName, image_info &imageInfo, int grayscaleTolerance, png_colorp rgbPalette, png_bytep alphaPalette, int *paletteEntries, int *alphaPaletteEntries, bool *hasTransparency, int *colorType, png_bytepp outRows) argument
[all...]
/frameworks/base/tools/aapt2/compile/
H A DPng.cpp233 png_bytepp outRows) {
257 png_bytep out = outRows[j];
308 // Write the palette index for the pixel to outRows optimistically
389 // If the image is gray or gray + alpha, compact the pixels into outRows
392 png_bytep out = outRows[j];
427 png_bytepp outRows = (png_bytepp) malloc((int) info->height * sizeof(png_bytep)); local
428 if (outRows == (png_bytepp) 0) {
433 outRows[i] = (png_bytep) malloc(2 * (int) info->width);
434 if (outRows[i] == (png_bytep) 0) {
454 &paletteEntries, &hasTransparency, &colorType, outRows);
230 analyze_image(IDiagnostics* diag, const PngInfo& imageInfo, int grayscaleTolerance, png_colorp rgbPalette, png_bytep alphaPalette, int *paletteEntries, bool *hasTransparency, int *colorType, png_bytepp outRows) argument
[all...]

Completed in 122 milliseconds