Searched refs:VIEWPORT (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | SignalDrawable.java | 47 private static final float VIEWPORT = 24f; field in SignalDrawable 48 private static final float PAD = 2f / VIEWPORT; 49 private static final float CUT_OUT = 7.9f / VIEWPORT; 51 private static final float DOT_SIZE = 3f / VIEWPORT; 52 private static final float DOT_PADDING = 1f / VIEWPORT; 74 {21.9f / VIEWPORT, 17.0f / VIEWPORT}, 75 {-1.1f / VIEWPORT, -1.1f / VIEWPORT}, 76 {-1.9f / VIEWPORT, 1.9f / VIEWPORT}, 77 {-1.9f / VIEWPORT, -1.9f / VIEWPORT}, 78 {-1.1f / VIEWPORT, 1.1f / VIEWPORT}, [all …]
|
/frameworks/native/opengl/libagl/ |
D | matrix.cpp | 75 c->transforms.dirty = transform_state_t::VIEWPORT | in ogles_init_matrix() 133 if (dirty & transform_state_t::VIEWPORT) { in ogles_validate_transform_impl() 713 c->transforms.dirty |= transform_state_t::VIEWPORT; in ogles_viewport() 898 c->transforms.dirty |= transform_state_t::VIEWPORT; in depthRangef()
|
D | context.h | 489 VIEWPORT = 0x04, enumerator
|
D | array.cpp | 1119 transform_state_t::VIEWPORT; in validate_arrays()
|