Home | History | Annotate | Download | only in libtests

Lines Matching refs:pRow

5962       png_const_bytep PNG_CONST pRow = store_image_row(ps, pp, 0, y);
5998 image_pixel_init(&out_pixel, pRow, out_ct, out_bd, x, out_palette);
8725 png_const_bytep pRow = store_image_row(ps, pp, 0, y);
8763 output_alpha = sample(pRow, out_ct, out_bd, x,
8784 sample(pRow, out_ct, out_bd, x, 0), alpha/*component*/,
8792 sample(pRow, out_ct, out_bd, x, 0),
8799 sample(pRow, out_ct, out_bd, x, 1),
8806 sample(pRow, out_ct, out_bd, x, 2),
8812 else if (memcmp(std, pRow, cbRow) != 0)