Home
last modified time | relevance | path

Searched refs:store_image_row (Results 1 – 1 of 1) sorted by relevance

/external/libpng/contrib/libtests/
Dpngvalid.c1126 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()
[all …]