Home
last modified time | relevance | path

Searched defs:png_pass_inc (Results 1 – 7 of 7) sorted by relevance

/external/libpng/
Dpngwutil.c1955 static PNG_CONST png_byte png_pass_inc[7] = {8, 8, 4, 4, 2, 2, 1}; in png_write_start_row() local
2070 static PNG_CONST png_byte png_pass_inc[7] = {8, 8, 4, 4, 2, 2, 1}; in png_write_finish_row() local
2160 static PNG_CONST png_byte png_pass_inc[7] = {8, 8, 4, 4, 2, 2, 1}; in png_do_write_interlace() local
Dpngrutil.c3580 static PNG_CONST int png_pass_inc[7] = {8, 8, 4, 4, 2, 2, 1}; in png_do_read_interlace() local
4237 PNG_CONST int png_pass_inc[7] = {8, 8, 4, 4, 2, 2, 1}; in png_set_interlaced_pass() local
4259 static PNG_CONST png_byte png_pass_inc[7] = {8, 8, 4, 4, 2, 2, 1}; in png_read_finish_row() local
4324 static PNG_CONST png_byte png_pass_inc[7] = {8, 8, 4, 4, 2, 2, 1}; in png_read_start_row() local
Dpngpread.c967 static PNG_CONST png_byte png_pass_inc[] = {8, 8, 4, 4, 2, 2, 1}; in png_read_push_finish_row() local
/external/pdfium/samples/fx_lpng/lpng_v163/
Dfx_pngpread.c1172 static PNG_CONST png_byte png_pass_inc[] = {8, 8, 4, 4, 2, 2, 1}; in png_read_push_finish_row() local
Dfx_pngwutil.c1947 static PNG_CONST png_byte png_pass_inc[7] = {8, 8, 4, 4, 2, 2, 1}; in png_write_start_row() local
2053 static PNG_CONST png_byte png_pass_inc[7] = {8, 8, 4, 4, 2, 2, 1}; in png_write_finish_row() local
2143 static PNG_CONST png_byte png_pass_inc[7] = {8, 8, 4, 4, 2, 2, 1}; in png_do_write_interlace() local
Dfx_pngrutil.c3484 static PNG_CONST int png_pass_inc[7] = {8, 8, 4, 4, 2, 2, 1}; in png_do_read_interlace() local
4118 static PNG_CONST png_byte png_pass_inc[7] = {8, 8, 4, 4, 2, 2, 1}; in png_read_finish_row() local
4187 static PNG_CONST png_byte png_pass_inc[7] = {8, 8, 4, 4, 2, 2, 1}; in png_read_start_row() local
Dpng.h638 #define png_pass_inc FOXIT_png_pass_inc macro