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