Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
DSignalDrawable.java46 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/
Dmatrix.cpp74 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()
Dcontext.h489 VIEWPORT = 0x04, enumerator
Darray.cpp1117 transform_state_t::VIEWPORT; in validate_arrays()