Home
last modified time | relevance | path

Searched refs:need_crc (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/libpng/
H A Dpng.c141 int need_crc = 1; in png_calculate_crc() local
147 need_crc = 0; in png_calculate_crc()
153 need_crc = 0; in png_calculate_crc()
161 if (need_crc != 0 && length > 0) in png_calculate_crc()
H A Dpngrutil.c255 int need_crc = 1; in png_crc_error() local
261 need_crc = 0; in png_crc_error()
267 need_crc = 0; in png_crc_error()
277 if (need_crc != 0) in png_crc_error()

Completed in 10 milliseconds