Searched refs:PANEL_BIT_DEPTH (Results 1 – 4 of 4) sorted by relevance
37 public static final float PANEL_BIT_DEPTH = 24; field in ViewConfiguration44 public static final float ALPHA_THRESHOLD = 0.5f / PANEL_BIT_DEPTH;48 public static final float ALPHA_THRESHOLD_INT = 0x7f / PANEL_BIT_DEPTH;
82 #define PANEL_BIT_DEPTH 20 macro
44 #define COLOR_COMPONENT_THRESHOLD (1.0f - (0.5f / PANEL_BIT_DEPTH))45 #define COLOR_COMPONENT_INV_THRESHOLD (0.5f / PANEL_BIT_DEPTH)
49 #define ALPHA_THRESHOLD (0x7f / PANEL_BIT_DEPTH)