HomeSort by relevance Sort by last modified time
    Searched defs:dither_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ui/ozone/platform/caca/
caca_window_manager.cc 37 ScopedCacaDither dither_; member in class:ui::__anon21593::CacaSurface
73 dither_.reset(caca_create_dither(info.bytesPerPixel() * 8,
81 if (!dither_)
98 dither_.get(),
  /external/chromium_org/third_party/libwebp/dec/
vp8i.h 179 int dither_; // dithering amplitude (0 = off, max=255) member in struct:__anon17872
197 uint8_t dither_; // local dithering strength (deduced from non_zero_*) member in struct:__anon17873
255 int dither_; // whether to use dithering or not member in struct:VP8Decoder
  /external/webp/src/dec/
vp8i.h 179 int dither_; // dithering amplitude (0 = off, max=255) member in struct:__anon37920
197 uint8_t dither_; // local dithering strength (deduced from non_zero_*) member in struct:__anon37921
255 int dither_; // whether to use dithering or not member in struct:VP8Decoder

Completed in 62 milliseconds