HomeSort by relevance Sort by last modified time
    Searched defs:grey (Results 1 - 24 of 24) sorted by null

  /cts/tests/tests/opengl/libopengltest/
color_one.cpp 87 static float grey; local
88 grey = 0.01f;
90 glClearColor(grey, grey, grey, 1.0f);
  /development/ndk/platforms/android-5/samples/hello-gl2/jni/
gl_code.cpp 150 static float grey; local
151 grey += 0.01f;
152 if (grey > 1.0f) {
153 grey = 0.0f;
155 glClearColor(grey, grey, grey, 1.0f);
  /frameworks/native/opengl/tests/gl2_jni/jni/
gl_code.cpp 130 static float grey; local
131 grey += 0.01f;
132 if (grey > 1.0f) {
133 grey = 0.0f;
135 glClearColor(grey, grey, grey, 1.0f);
  /frameworks/native/opengl/tests/gldual/jni/
gl_code.cpp 130 static float grey; local
131 grey += 0.01f;
132 if (grey > 1.0f) {
133 grey = 0.0f;
135 glClearColor(grey, grey, grey, 1.0f);
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/
PlanarYUVLuminanceSource.java 119 int grey = yuv[inputOffset + x] & 0xff; local
120 pixels[outputOffset + x] = 0xFF000000 | (grey * 0x00010101);
  /frameworks/native/opengl/tests/gl_jni/jni/
gl_code.cpp 170 static float grey; local
171 grey += 0.01f;
172 if (grey > 1.0f) {
173 grey = 0.0f;
175 glClearColor(background, grey, grey, 1.0f);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cgitb.py 59 def grey(text): function
150 rows.append('<tr><td>%s</td></tr>' % grey(line))
168 rows.append('<tr><td>%s</td></tr>' % small(grey(', '.join(dump))))
pydoc.py 490 def grey(self, text): return '<font color="#909090">%s</font>' % text function
515 return self.grey(name)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cgitb.py 59 def grey(text): function
150 rows.append('<tr><td>%s</td></tr>' % grey(line))
168 rows.append('<tr><td>%s</td></tr>' % small(grey(', '.join(dump))))
pydoc.py 490 def grey(self, text): return '<font color="#909090">%s</font>' % text function
515 return self.grey(name)
    [all...]
  /external/zopfli/src/zopflipng/
zopflipng_lib.cc 251 bool grey = true; local
255 grey = false;
259 if (grey) state.info_png.color.colortype = LCT_GREY_ALPHA;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskViewThumbnail.java 152 int grey = mul + add; local
154 mDrawPaint.setColor(Color.argb(255, grey, grey, grey));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
cursesm.h 414 // i.e. set fore, back and grey attribute
427 // Get the menus grey attributes (used for unselectable items)
428 inline chtype grey() const { function in class:NCursesMenu
442 // Set the menus grey attributes (used for unselectable items)
menu.h 118 chtype grey; /* Inactive attribute */ member in struct:tagMENU
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursesm.h 414 // i.e. set fore, back and grey attribute
427 // Get the menus grey attributes (used for unselectable items)
428 inline chtype grey() const { function in class:NCursesMenu
442 // Set the menus grey attributes (used for unselectable items)
menu.h 118 chtype grey; /* Inactive attribute */ member in struct:tagMENU
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
BarGraph.java 155 Color grey= display.getSystemColor(SWT.COLOR_GRAY); local
161 gc.setForeground(grey);
  /external/libvncserver/libvncserver/
cursor.c 412 int r = 0, g = 0, b = 0, grey; local
424 grey = (r + g + b) / 3;
425 if (grey >= 128) {
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
TextViewTest.java 117 TextView grey = (TextView) activity.findViewById(R.id.grey_text_view); local
118 assertThat(grey.getText().toString(), equalTo("Grey Text"));
119 assertThat(shadowOf(grey).getTextColorHexValue(), equalTo(activity.getResources().getColor(R.color.grey42)));
135 TextView grey = (TextView) activity.findViewById(R.id.grey_text_view_hint); local
136 assertThat(grey.getHint().toString(), equalTo("Grey Hint"));
137 assertThat(shadowOf(grey).getHintColorHexValue(), equalTo(activity.getResources().getColor(R.color.grey42)));
  /external/zopfli/src/zopflipng/lodepng/
lodepng.cpp 2988 unsigned char grey = r; \/*((unsigned short)r + g + b) \/ 3*\/; local
3022 unsigned char grey = r; \/*((unsigned short)r + g + b) \/ 3*\/; local
3063 unsigned short grey = r; \/*((unsigned)r + g + b) \/ 3*\/; local
3078 unsigned short grey = r; \/*((unsigned)r + g + b) \/ 3*\/; local
3817 unsigned grey = profile.key_r; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 
  /external/zxing/core/
core.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 2000 milliseconds