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

  /external/zopfli/src/zopflipng/
zopflipng_lib.cc 181 bool use_zopfli, int windowsize, const ZopfliPNGOptions* png_options,
186 state.encoder.zlibsettings.windowsize = windowsize;
292 int windowsize = 8192; local
297 strategies[i], false, windowsize, 0, &out);
344 int windowsize = 32768; local
406 windowsize, &png_options, &temp);
  /external/brotli/research/
brotlidump.py 659 'windowsize=(1<<10)-16=1008'
680 return 'windowsize=(1<<{})-16={}'.format(
    [all...]
  /external/zopfli/src/zopflipng/lodepng/
lodepng.cpp     [all...]
lodepng.h 283 unsigned windowsize; /*must be a power of two <= 32768. higher compresses more but is slower. Typical value: 2048.*/ member in struct:LodePNGCompressSettings
    [all...]
  /external/python/cpython2/Lib/plat-mac/
findertools.py 433 def windowsize(folder, size=None): function
435 If size=None, windowsize will return the current size of the window.
793 windowsize(base, (600, 600))
797 windowsize(base, (200, 400))
  /external/selinux/sandbox/
sandbox 313 sandbox [-h] [-l level ] [-[X|M] [-H homedir] [-T tempdir]] [-I includefile ] [-W windowmanager ] [ -w windowsize ] [[-i file ] ...] [ -t type ] command
315 sandbox [-h] [-l level ] [-[X|M] [-H homedir] [-T tempdir]] [-I includefile ] [-W windowmanager ] [ -w windowsize ] [[-i file ] ...] [ -t type ] -S
359 parser.add_option("-w", "--windowsize", dest="windowsize",
473 cmds += ["--", SANDBOXSH, self.__options.windowsize, dpi]

Completed in 314 milliseconds