Searched refs:iDisplay (Results 1 – 1 of 1) sorted by relevance
/external/libpng/contrib/libtests/ |
D | pngvalid.c | 5472 const int iImage, const int iDisplay) in sequential_row() argument 5516 if (iDisplay >= 0) in sequential_row() 5517 deinterlace_row(store_image_row(ps, pp, iDisplay, y), display, in sequential_row() 5524 iDisplay >= 0 ? store_image_row(ps, pp, iDisplay, y) : NULL); in sequential_row() 5650 int iImage, int iDisplay, png_uint_32 y) in standard_row_validate() argument 5677 if (iDisplay >= 0 && in standard_row_validate() 5678 (where = pixel_cmp(std, store_image_row(dp->ps, pp, iDisplay, y), in standard_row_validate() 5684 store_image_row(dp->ps, pp, iDisplay, y)[where-1]); in standard_row_validate() 5691 int iDisplay) in standard_image_validate() argument 5698 if (iDisplay >= 0) in standard_image_validate() [all …]
|