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

  /frameworks/base/libs/hwui/
ProgramCache.h 46 #define PANEL_BIT_DEPTH 20
47 #define COLOR_COMPONENT_THRESHOLD (1.0f - (0.5f / PANEL_BIT_DEPTH))
48 #define COLOR_COMPONENT_INV_THRESHOLD (0.5f / PANEL_BIT_DEPTH)
OpenGLRenderer.cpp 48 #define ALPHA_THRESHOLD (0x7f / PANEL_BIT_DEPTH)
    [all...]
  /frameworks/base/core/java/android/view/
ViewConfiguration.java 37 public static final float PANEL_BIT_DEPTH = 24;
44 public static final float ALPHA_THRESHOLD = 0.5f / PANEL_BIT_DEPTH;
48 public static final float ALPHA_THRESHOLD_INT = 0x7f / PANEL_BIT_DEPTH;

Completed in 37 milliseconds