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

/vbox/src/libs/libpng-1.2.8/
H A Dpnggccrd.c91 * - fixed png_combine_row() non-MMX replication bug (odd passes only?)
111 * input-reg lists in png_combine_row() eliminated compiler barfage, so
142 * pnggccrd.c: In function `png_combine_row':
221 * - fixed buffer-overrun bug in png_combine_row() C code (non-MMX)
413 png_combine_row(png_structp png_ptr, png_bytep row, int mask) function
415 png_debug(1, "in png_combine_row (pnggccrd.c)\n");
433 else /* (png_combine_row() is never called with mask == 0) */
1479 } /* end png_combine_row() */
H A Dpngvcrd.c109 png_combine_row(png_structp png_ptr, png_bytep row, int mask) function
132 * or does png_combine_row() not even get called in that case? */
994 } /* end png_combine_row() */
H A Dpngrutil.c2253 png_combine_row(png_structp png_ptr, png_bytep row, int mask) function
2255 png_debug(1,"in png_combine_row\n");

Completed in 71 milliseconds