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

/frameworks/base/tools/aapt/
H A DImages.cpp806 png_bytepp outRows)
829 png_bytep out = outRows[j];
874 // Write the palette index for the pixel to outRows optimistically
949 // If the image is gray or gray + alpha, compact the pixels into outRows
952 png_bytep out = outRows[j];
987 png_bytepp outRows = (png_bytepp) malloc((int) imageInfo.height * png_sizeof(png_bytep)); local
988 if (outRows == (png_bytepp) 0) {
993 outRows[i] = (png_bytep) malloc(2 * (int) imageInfo.width);
994 if (outRows[i] == (png_bytep) 0) {
1011 &paletteEntries, &hasTransparency, &color_type, outRows);
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
[all...]

Completed in 368 milliseconds