Home | History | Annotate | Download | only in libtests

Lines Matching refs:iImage

1061 store_image_check(PNG_CONST png_store* ps, png_const_structp pp, int iImage)
1072 image += iImage * (cbRow+5) * ps->image_h;
4753 PNG_CONST int iImage, PNG_CONST int iDisplay)
4793 if (iImage >= 0)
4794 deinterlace_row(store_image_row(ps, pp, iImage, y), row,
4804 iImage >= 0 ? store_image_row(ps, pp, iImage, y) : NULL,
4931 int iImage, int iDisplay, png_uint_32 y)
4955 if (iImage >= 0 &&
4956 (where = pixel_cmp(std, store_image_row(dp->ps, pp, iImage, y),
4962 store_image_row(dp->ps, pp, iImage, y)[where-1]);
4986 standard_image_validate(standard_display *dp, png_const_structp pp, int iImage,
4991 if (iImage >= 0)
4992 store_image_check(dp->ps, pp, iImage);
4998 standard_row_validate(dp, pp, iImage, iDisplay, y);