Home | History | Annotate | Download | only in compile

Lines Matching refs:outRows

251                           png_bytepp outRows) {
275 png_bytep out = outRows[j];
326 // Write the palette index for the pixel to outRows optimistically
410 // If the image is gray or gray + alpha, compact the pixels into outRows
413 png_bytep out = outRows[j];
448 png_bytepp outRows =
450 if (outRows == (png_bytepp)0) {
455 outRows[i] = (png_bytep)malloc(2 * (int)info->width);
456 if (outRows[i] == (png_bytep)0) {
475 &paletteEntries, &hasTransparency, &colorType, outRows);
593 rows = outRows;
605 free(outRows[i]);
607 free(outRows);