Home
last modified time | relevance | path

Searched defs:grey (Results 1 – 11 of 11) sorted by relevance

/external/clang/test/CodeGenCXX/
Dscoped-enums-debug-info.cpp16 enum struct Colour { grey }; enumerator
Dscoped-enums.cpp12 enum struct Colour { grey }; enumerator
/external/pdfium/third_party/libtiff/
Dtif_next.c105 uint32 npixels = 0, grey; in NeXTDecode() local
/external/zxing/qr_scanner/src/com/google/zxing/client/android/
DPlanarYUVLuminanceSource.java119 int grey = yuv[inputOffset + x] & 0xff; in renderCroppedGreyscaleBitmap() local
/external/python/cpython2/Lib/
Dcgitb.py59 def grey(text): function
Dpydoc.py524 def grey(self, text): return '<font color="#909090">%s</font>' % text member in HTMLDoc
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DTextViewTest.java117 TextView grey = (TextView) activity.findViewById(R.id.grey_text_view); in shouldSetTextAndTextColorWhileInflatingXmlLayout() local
135 TextView grey = (TextView) activity.findViewById(R.id.grey_text_view_hint); in shouldSetHintAndHintColorWhileInflatingXmlLayout() local
/external/ImageMagick/coders/
Dxpm.c239 *grey, in ReadXPMImage() local
/external/zopfli/src/zopflipng/
Dzopflipng_lib.cc251 bool grey = true; in TryOptimize() local
/external/libvncserver/libvncserver/
Dcursor.c412 int r = 0, g = 0, b = 0, grey; in rfbMakeXCursorFromRichCursor() local
/external/zopfli/src/zopflipng/lodepng/
Dlodepng.cpp2988 unsigned char grey = r; /*((unsigned short)r + g + b) / 3*/; in rgba8ToPixel() local
3022 unsigned char grey = r; /*((unsigned short)r + g + b) / 3*/; in rgba8ToPixel() local
3063 unsigned short grey = r; /*((unsigned)r + g + b) / 3*/; in rgba16ToPixel() local
3078 unsigned short grey = r; /*((unsigned)r + g + b) / 3*/; in rgba16ToPixel() local
3817 unsigned grey = profile.key_r; in lodepng_auto_choose_color() local