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

/frameworks/base/tools/aapt/
H A DImages.cpp900 png_bytepp outRows)
923 png_bytep out = outRows[j];
968 // Write the palette index for the pixel to outRows optimistically
1043 // If the image is gray or gray + alpha, compact the pixels into outRows
1046 png_bytep out = outRows[j];
1082 png_bytepp outRows = (png_bytepp) malloc((int) imageInfo.height * sizeof(png_bytep)); local
1083 if (outRows == (png_bytepp) 0) {
1088 outRows[i] = (png_bytep) malloc(2 * (int) imageInfo.width);
1089 if (outRows[i] == (png_bytep) 0) {
1106 &paletteEntries, &hasTransparency, &color_type, outRows);
897 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
[all...]

Completed in 251 milliseconds