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

1 2

  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/
print.h 45 // Sets console color to grey.
46 struct grey { struct in namespace:libspirv::clr
  /external/pdfium/third_party/libtiff/
tif_next.c 32 * NeXT 2-bit Grey Scale Compression Algorithm Support
106 uint32 npixels = 0, grey; local
120 grey = (uint32)((n>>6) & 0x3);
128 SETPIXEL(op, grey);
  /cts/tests/tests/opengl/libopengltest/
color_one.cpp 87 static float grey; local
88 grey = 0.01f;
90 glClearColor(grey, grey, grey, 1.0f);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
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/python/cpython2/Lib/
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 524 def grey(self, text): return '<font color="#909090">%s</font>' % text function
549 return self.grey(name)
    [all...]
  /external/python/cpython3/Lib/
cgitb.py 58 def grey(text): function
149 rows.append('<tr><td>%s</td></tr>' % grey(line))
167 rows.append('<tr><td>%s</td></tr>' % small(grey(', '.join(dump))))
  /frameworks/native/opengl/tests/gl2_jni/jni/
gl_code.cpp 135 static float grey; local
136 grey += 0.01f;
137 if (grey > 1.0f) {
138 grey = 0.0f;
140 glClearColor(grey, grey, grey, 1.0f);
  /frameworks/native/opengl/tests/gldual/jni/
gl_code.cpp 135 static float grey; local
136 grey += 0.01f;
137 if (grey > 1.0f) {
138 grey = 0.0f;
140 glClearColor(grey, grey, grey, 1.0f);
  /prebuilts/gdb/darwin-x86/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))))
  /prebuilts/gdb/linux-x86/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))))
  /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))))
  /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))))
  /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 175 static float grey; local
176 grey += 0.01f;
177 if (grey > 1.0f) {
178 grey = 0.0f;
180 glClearColor(background, grey, grey, 1.0f);
  /external/ImageMagick/coders/
xpm.c 243 *grey,
408 grey=strstr(target,"grey");
409 if (grey != (char *) NULL)
410 grey[2]='a';
239 *grey, local
    [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 233 int grey = mul; local
235 mDrawPaint.setColor(Color.argb(255, grey, grey, grey));
  /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/libvncserver/libvncserver/
cursor.c 412 int r = 0, g = 0, b = 0, grey; local
424 grey = (r + g + b) / 3;
425 if (grey >= 128) {
  /art/runtime/verifier/
reg_type_test.cc 977 std::unordered_set<const RegType*> grey; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
pydoc.py 490 def grey(self, text): return '<font color="#909090">%s</font>' % text function
515 return self.grey(name)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
pydoc.py 536 def grey(self, text): return '<font color="#909090">%s</font>' % text function
561 return self.grey(name)
    [all...]

Completed in 779 milliseconds

1 2