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

  /external/libpng/contrib/libtests/
pngimage.c 522 #define LEVEL_MASK 0xf /* where the level is in 'options' */
688 if (level > (error_level)(dp->options & LEVEL_MASK))
    [all...]
  /external/libpng/contrib/tools/
pngcp.c 133 #define LEVEL_MASK 0xf /* where the level is in 'options' */
596 if (level > (error_level)(dp->options & LEVEL_MASK))
    [all...]
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
SignalDrawable.java 59 private static final int LEVEL_MASK = 0xff;
430 return fullState & LEVEL_MASK;
  /prebuilts/tools/common/intellij-core/171.2455.10/
intellij-core.jar 

Completed in 192 milliseconds