Searched refs:iDisplay (Results 1 – 1 of 1) sorted by relevance
/external/libpng/contrib/libtests/ |
D | pngvalid.c | 5470 const int iImage, const int iDisplay) in sequential_row() argument 5514 if (iDisplay >= 0) in sequential_row() 5515 deinterlace_row(store_image_row(ps, pp, iDisplay, y), display, in sequential_row() 5522 iDisplay >= 0 ? store_image_row(ps, pp, iDisplay, y) : NULL); in sequential_row() 5648 int iImage, int iDisplay, png_uint_32 y) in standard_row_validate() argument 5675 if (iDisplay >= 0 && 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() 5689 int iDisplay) in standard_image_validate() argument 5696 if (iDisplay >= 0) in standard_image_validate() [all …]
|