Home
last modified time | relevance | path

Searched refs:PANEL_BIT_DEPTH (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/view/
DViewConfiguration.java37 public static final float PANEL_BIT_DEPTH = 24; field in ViewConfiguration
44 public static final float ALPHA_THRESHOLD = 0.5f / PANEL_BIT_DEPTH;
48 public static final float ALPHA_THRESHOLD_INT = 0x7f / PANEL_BIT_DEPTH;
/frameworks/base/libs/hwui/
DProperties.h82 #define PANEL_BIT_DEPTH 20 macro
DProgram.h44 #define COLOR_COMPONENT_THRESHOLD (1.0f - (0.5f / PANEL_BIT_DEPTH))
45 #define COLOR_COMPONENT_INV_THRESHOLD (0.5f / PANEL_BIT_DEPTH)
DOpenGLRenderer.cpp49 #define ALPHA_THRESHOLD (0x7f / PANEL_BIT_DEPTH)