Lines Matching refs:store_image_row
1126 store_image_row(const png_store* ps, png_const_structp pp, int nImage, in store_image_row() function
1216 png_bytep row = store_image_row(ps, pp, nImages, y); in store_ensure_image()
5443 row = store_image_row(dp->ps, pp, 0, y); in progressive_row()
5511 deinterlace_row(store_image_row(ps, pp, iImage, y), row, in sequential_row()
5515 deinterlace_row(store_image_row(ps, pp, iDisplay, y), display, in sequential_row()
5521 iImage >= 0 ? store_image_row(ps, pp, iImage, y) : NULL, in sequential_row()
5522 iDisplay >= 0 ? store_image_row(ps, pp, iDisplay, y) : NULL); in sequential_row()
5665 (where = pixel_cmp(std, store_image_row(dp->ps, pp, iImage, y), in standard_row_validate()
5671 store_image_row(dp->ps, pp, iImage, y)[where-1]); in standard_row_validate()
5676 (where = pixel_cmp(std, store_image_row(dp->ps, pp, iDisplay, y), in standard_row_validate()
5682 store_image_row(dp->ps, pp, iDisplay, y)[where-1]); in standard_row_validate()
6824 png_const_bytep const pRow = store_image_row(ps, pp, 0, y); in transform_image_validate()
10249 png_const_bytep pRow = store_image_row(ps, pp, 0, y); in gamma_image_validate()