Searched refs:store_image_row (Results 1 – 1 of 1) sorted by relevance
/external/libpng/contrib/libtests/ |
D | pngvalid.c | 1125 store_image_row(const png_store* ps, png_const_structp pp, int nImage, in store_image_row() function 1215 png_bytep row = store_image_row(ps, pp, nImages, y); in store_ensure_image() 5445 row = store_image_row(dp->ps, pp, 0, y); in progressive_row() 5513 deinterlace_row(store_image_row(ps, pp, iImage, y), row, in sequential_row() 5517 deinterlace_row(store_image_row(ps, pp, iDisplay, y), display, in sequential_row() 5523 iImage >= 0 ? store_image_row(ps, pp, iImage, y) : NULL, in sequential_row() 5524 iDisplay >= 0 ? store_image_row(ps, pp, iDisplay, y) : NULL); in sequential_row() 5667 (where = pixel_cmp(std, store_image_row(dp->ps, pp, iImage, y), in standard_row_validate() 5673 store_image_row(dp->ps, pp, iImage, y)[where-1]); in standard_row_validate() 5678 (where = pixel_cmp(std, store_image_row(dp->ps, pp, iDisplay, y), in standard_row_validate() [all …]
|