Lines Matching refs:cbRow
1163 png_size_t cbRow, png_uint_32 cRows) in store_ensure_image() argument
1165 png_size_t cb = nImages * cRows * (cbRow + 5); in store_ensure_image()
1197 ps->cb_row = cbRow; in store_ensure_image()
1220 row[cbRow] = 222; in store_ensure_image()
1221 row[cbRow+1] = 173; in store_ensure_image()
1222 row[cbRow+2] = 17; in store_ensure_image()
1237 png_size_t cbRow = ps->cb_row; in store_image_check() local
1240 image += iImage * (cbRow+5) * ps->image_h; in store_image_check()
1249 if (image[cbRow] != 222 || image[cbRow+1] != 173 || in store_image_check()
1250 image[cbRow+2] != 17) in store_image_check()
1253 image += cbRow+5; in store_image_check()
4952 size_t cbRow; /* Bytes in a row of the output image */ member
4995 dp->cbRow = 0; in standard_display_init()
5357 dp->cbRow = png_get_rowbytes(pp, pi); in standard_info_part2()
5360 if (dp->cbRow != (dp->bit_width+7)/8) in standard_info_part2()
5364 store_ensure_image(dp->ps, pp, nImages, dp->cbRow, dp->h); in standard_info_part2()
10168 const size_t cbRow = dp->this.cbRow; in gamma_image_validate() local
10365 else if (memcmp(std, pRow, cbRow) != 0) in gamma_image_validate()