Home | History | Annotate | Download | only in libpng-1.2.19

Lines Matching full:png_combine_row

95  *  - fixed png_combine_row() non-MMX replication bug (odd passes only?)
115 * input-reg lists in png_combine_row() eliminated compiler barfage, so
146 * pnggccrd.c: In function `png_combine_row':
225 * - fixed buffer-overrun bug in png_combine_row() C code (non-MMX)
265 * - revised png_combine_row() to reuse mask in lieu of external _unmask
266 * - moved 32-bit (RGBA) case to top of png_combine_row(): most common
282 * - revised png_combine_row() to use @GOTPCREL(%%rip) addressing on _c64
379 * - png_combine_row()
401 * - fixed 48-bit png_combine_row() bug (was acting like 32-bit): copy 6
512 // png_combine_row() constants:
534 // png_combine_row() constants:
677 // LOAD_GOT_rbp and RESTORE_rbp, which are also used in png_combine_row()
970 png_combine_row(png_structp png_ptr, png_bytep row, int mask)
978 png_debug(1, "in png_combine_row (pnggccrd.c)\n");
994 else /* (png_combine_row() is never called with mask == 0) */
2021 "png_combine_row() pixel_depth)\n");
2029 } /* end png_combine_row() */