Home | History | Annotate | Download | only in libtests

Lines Matching refs:iImage

1182 store_image_check(const png_store* ps, png_const_structp pp, int iImage)
1193 image += iImage * (cbRow+5) * ps->image_h;
5097 const int iImage, const int iDisplay)
5137 if (iImage >= 0)
5138 deinterlace_row(store_image_row(ps, pp, iImage, y), row,
5148 iImage >= 0 ? store_image_row(ps, pp, iImage, y) : NULL,
5275 int iImage, int iDisplay, png_uint_32 y)
5291 if (iImage >= 0 &&
5292 (where = pixel_cmp(std, store_image_row(dp->ps, pp, iImage, y),
5298 store_image_row(dp->ps, pp, iImage, y)[where-1]);
5315 standard_image_validate(standard_display *dp, png_const_structp pp, int iImage,
5320 if (iImage >= 0)
5321 store_image_check(dp->ps, pp, iImage);
5327 standard_row_validate(dp, pp, iImage, iDisplay, y);