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

Lines Matching defs:png_do_read_interlace

92  *     inlining (png_do_read_interlace() "non-MMX/modified C code" block)
102 * - fixed mmxsupport()/png_do_read_interlace() first-row bug
106 * caused png_do_read_interlace() to return prematurely on the first row of
133 * - fixed a register-name typo in png_do_read_interlace(), default (MMX) case,
372 * - rearranged pass-related if-blocks in png_do_read_interlace() to put most
380 * - png_do_read_interlace()
394 * - fixed 32-bit png_do_read_interlace() bug (was using pointer size for
418 * - test png_do_read_interlace() 64-bit case (pixel_bytes == 8)
519 // png_do_read_interlace() constants:
556 // png_do_read_interlace() constants:
626 // png_do_read_interlace() constants:
2045 /* png_do_read_interlace() is called after any 16-bit to 8-bit conversion
2050 png_do_read_interlace(png_structp png_ptr)
2059 png_debug(1, "in png_do_read_interlace (pnggccrd.c)\n");
3101 "png_do_read_interlace() _mmx_supported)\n");
3210 "png_do_read_interlace() !_mmx_supported)\n");
3224 } /* end png_do_read_interlace() */