Home
last modified time | relevance | path

Searched refs:PNG_COL_FROM_PASS_COL (Results 1 – 7 of 7) sorted by relevance

/external/libpng/contrib/libtests/
Dpngunknown.c74 #define PNG_COL_FROM_PASS_COL(xIn, pass) \ macro
Dpngvalid.c92 #define PNG_COL_FROM_PASS_COL(xIn, pass) \ macro
11440 m = PNG_COL_FROM_PASS_COL(v, pass); in perform_interlace_macro_validation()
/external/libpng/
Dpng.h2502 #define PNG_COL_FROM_PASS_COL(x_in, pass) \ macro
Dlibpng-manual.txt2096 PNG_ROW_FROM_PASS_ROW(row, pass) and PNG_COL_FROM_PASS_COL(col, pass) to
2323 png_uint_32 output_x = PNG_COL_FROM_PASS_COL(input_x, pass);
3508 PNG_ROW_FROM_PASS_ROW(row, pass) and PNG_COL_FROM_PASS_COL(col, pass) to
/external/skia/third_party/libpng/
Dpng.h2500 #define PNG_COL_FROM_PASS_COL(x_in, pass) \ macro
Dlibpng-manual.txt2096 PNG_ROW_FROM_PASS_ROW(row, pass) and PNG_COL_FROM_PASS_COL(col, pass) to
2318 png_uint_32 output_x = PNG_COL_FROM_PASS_COL(input_x, pass);
3503 PNG_ROW_FROM_PASS_ROW(row, pass) and PNG_COL_FROM_PASS_COL(col, pass) to
/external/pdfium/third_party/libpng16/
Dpng.h2500 #define PNG_COL_FROM_PASS_COL(x_in, pass) \ macro