Home
last modified time | relevance | path

Searched refs:grey (Results 1 – 25 of 31) sorted by relevance

12

/external/opencv3/3rdparty/libtiff/
Dtif_next.c103 uint32 npixels = 0, grey; in NeXTDecode() local
114 grey = (uint32)((n>>6) & 0x3); in NeXTDecode()
122 SETPIXEL(op, grey); in NeXTDecode()
/external/clang/test/CodeGenCXX/
Dscoped-enums-debug-info.cpp16 enum struct Colour { grey }; enumerator
20 h(Colour::grey); in i()
Dscoped-enums.cpp12 enum struct Colour { grey }; enumerator
16 h(Colour::grey); in i()
/external/pdfium/third_party/libtiff/
Dtif_next.c105 uint32 npixels = 0, grey; in NeXTDecode() local
118 grey = (uint32)((n>>6) & 0x3); in NeXTDecode()
126 SETPIXEL(op, grey); in NeXTDecode()
/external/opencv3/doc/tutorials/core/
Dmat_operations.markdown36 channels. Here is an example for a single channel grey scale image (type 8UC1) and pixel coordinates
134 Conversion from color to grey scale:
137 Mat grey;
138 cvtColor(img, grey, COLOR_BGR2GRAY);
161 Mat grey;
162 cvtColor(img, grey, COLOR_BGR2GRAY);
165 Sobel(grey, sobelx, CV_32F, 1, 0);
/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
118 assertThat(grey.getText().toString(), equalTo("Grey Text")); in shouldSetTextAndTextColorWhileInflatingXmlLayout()
119 …assertThat(shadowOf(grey).getTextColorHexValue(), equalTo(activity.getResources().getColor(R.color… in shouldSetTextAndTextColorWhileInflatingXmlLayout()
135 TextView grey = (TextView) activity.findViewById(R.id.grey_text_view_hint); in shouldSetHintAndHintColorWhileInflatingXmlLayout() local
136 assertThat(grey.getHint().toString(), equalTo("Grey Hint")); in shouldSetHintAndHintColorWhileInflatingXmlLayout()
137 …assertThat(shadowOf(grey).getHintColorHexValue(), equalTo(activity.getResources().getColor(R.color… in shouldSetHintAndHintColorWhileInflatingXmlLayout()
/external/opencv3/modules/cudaobjdetect/test/
Dtest_objdetect.cpp326 cv::Mat grey; in CUDA_TEST_P() local
327 cvtColor(image, grey, cv::COLOR_BGR2GRAY); in CUDA_TEST_P()
331 cpuClassifier.detectMultiScale(grey, rects); in CUDA_TEST_P()
341 cv::cuda::GpuMat tested(grey); in CUDA_TEST_P()
/external/zxing/qr_scanner/src/com/google/zxing/client/android/
DPlanarYUVLuminanceSource.java119 int grey = yuv[inputOffset + x] & 0xff; in renderCroppedGreyscaleBitmap() local
120 pixels[outputOffset + x] = 0xFF000000 | (grey * 0x00010101); in renderCroppedGreyscaleBitmap()
/external/zopfli/src/zopflipng/
Dzopflipng_lib.cc251 bool grey = true; in TryOptimize() local
255 grey = false; in TryOptimize()
259 if (grey) state.info_png.color.colortype = LCT_GREY_ALPHA; in TryOptimize()
/external/parameter-framework/upstream/doc/requirements/
Drequirements.css33 color: grey;
/external/chromium-trace/catapult/third_party/pipeline/pipeline/ui/
Dstatus.css29 border-right: 1px solid grey;
59 border-top: 1px solid grey;
/external/proguard/docs/manual/
Dstyle.css28 color: grey;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
DBarGraph.java155 Color grey= display.getSystemColor(SWT.COLOR_GRAY); in paint() local
161 gc.setForeground(grey); in paint()
/external/libdaemon/doc/
Dstyle.css30 .grey { color: #8f8f8f; font-size: 80%; }
/external/chromium-trace/catapult/tracing/tracing/ui/extras/chrome/cc/
Dpicture_ops_list_view.css8 border-top: 1px solid grey;
/external/zopfli/src/zopflipng/lodepng/
Dlodepng.cpp2988 unsigned char grey = r; /*((unsigned short)r + g + b) / 3*/; in rgba8ToPixel() local
2989 if(mode->bitdepth == 8) out[i] = grey; in rgba8ToPixel()
2990 else if(mode->bitdepth == 16) out[i * 2 + 0] = out[i * 2 + 1] = grey; in rgba8ToPixel()
2994 grey = (grey >> (8 - mode->bitdepth)) & ((1 << mode->bitdepth) - 1); in rgba8ToPixel()
2995 addColorBits(out, i, mode->bitdepth, grey); in rgba8ToPixel()
3022 unsigned char grey = r; /*((unsigned short)r + g + b) / 3*/; in rgba8ToPixel() local
3025 out[i * 2 + 0] = grey; in rgba8ToPixel()
3030 out[i * 4 + 0] = out[i * 4 + 1] = grey; in rgba8ToPixel()
3063 unsigned short grey = r; /*((unsigned)r + g + b) / 3*/; in rgba16ToPixel() local
3064 out[i * 2 + 0] = (grey >> 8) & 255; in rgba16ToPixel()
[all …]
/external/libvncserver/libvncserver/
Dcursor.c412 int r = 0, g = 0, b = 0, grey; in rfbMakeXCursorFromRichCursor() local
424 grey = (r + g + b) / 3; in rfbMakeXCursorFromRichCursor()
425 if (grey >= 128) { in rfbMakeXCursorFromRichCursor()
/external/vulkan-validation-layers/libs/glm/gtx/
Dcolor_space.inl19 // achromatic (grey)
/external/llvm/docs/
DReleaseProcess.rst30 Not all bugs or regressions are show-stoppers and it's a bit of a grey area what
/external/libvncserver/webclients/novnc/include/
Dbase.css13 /*Background image with light grey curve.*/
/external/chromium-trace/catapult/third_party/flot/
Dexcanvas.js310 grey: '#808080', property
Dexcanvas.min.js1 …insboro:"#DCDCDC",ghostwhite:"#F8F8FF",gold:"#FFD700",goldenrod:"#DAA520",grey:"#808080",greenyell… property
/external/chromium-trace/catapult/third_party/webapp2/docs/_themes/webapp2/static/
Dgcode.css888 .grey {
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/bench/
Dwikipedia.min.css1 …li{background:url("//upload.wikimedia.org/wikipedia/commons/f/f2/Treeview-grey-line.png") no-repea…
Dwikipedia.css3647 …background: url("//upload.wikimedia.org/wikipedia/commons/f/f2/Treeview-grey-line.png") no-repeat …

12