HomeSort by relevance Sort by last modified time
    Searched refs:do_filter (Results 1 - 13 of 13) sorted by null

  /external/iproute2/tc/
tc_common.h 7 extern int do_filter(int argc, char **argv);
tc.c 230 return do_filter(argc-1, argv+1);
tc_filter.c 352 int do_filter(int argc, char **argv) function
  /external/chromium_org/third_party/libpng/
pngwrite.c     [all...]
pngwutil.c 523 if (!(png_ptr->do_filter))
527 png_ptr->do_filter = PNG_FILTER_NONE;
529 png_ptr->do_filter = PNG_ALL_FILTERS;
533 if (png_ptr->do_filter != PNG_FILTER_NONE)
    [all...]
png.h     [all...]
  /external/qemu/distrib/libpng-1.2.46/
pngwrite.c     [all...]
pngwutil.c 523 if (!(png_ptr->do_filter))
527 png_ptr->do_filter = PNG_FILTER_NONE;
529 png_ptr->do_filter = PNG_ALL_FILTERS;
533 if (png_ptr->do_filter != PNG_FILTER_NONE)
    [all...]
png.h     [all...]
  /external/libpng/
pngwrite.c     [all...]
pngstruct.h 298 png_byte do_filter; /* row filter flags (see PNG_FILTER_ below ) */ member in struct:png_struct_def
pngwutil.c 340 else if (png_ptr->do_filter != PNG_FILTER_NONE)
901 if (!(png_ptr->do_filter))
905 png_ptr->do_filter = PNG_FILTER_NONE;
908 png_ptr->do_filter = PNG_ALL_FILTERS;
    [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngstruct.h 135 png_byte do_filter; /* row filter flags (see PNG_FILTER_ below ) */ member in struct:png_struct_def

Completed in 311 milliseconds