Home
last modified time | relevance | path

Searched defs:gray (Results 1 – 25 of 40) sorted by relevance

12

/third_party/node/deps/npm/node_modules/color-convert/
Dconversions.js29 gray: {channels: 1, labels: ['gray']} property
816 convert.gray.hwb = function (gray) { argument
820 convert.gray.cmyk = function (gray) { argument
824 convert.gray.lab = function (gray) { argument
828 convert.gray.hex = function (gray) { argument
836 convert.rgb.gray = function (rgb) { function
/third_party/skia/gm/
Dskbug_9819.cpp47 uint8_t gray = *bm.getAddr8(0,0); in __anonacfd2ce40102() local
/third_party/skia/docs/examples/
DCanvas_drawImageNine_2.cpp12 SkColor gray = 0xFF000000; in draw() local
DCanvas_drawImageNine.cpp12 SkColor gray = 0xFF000000; in draw() local
/third_party/node/lib/internal/util/
Dcolors.js14 gray: '', property
/third_party/cups-filters/cupsfilters/
Dimage-sgi.c49 *gray, in _cupsImageReadSGI() local
Dimage-gif.c79 gray, /* Grayscale image? */ in _cupsImageReadGIF() local
397 int *gray) /* IO - Is the image grayscale? */ in gif_read_cmap()
/third_party/skia/third_party/externals/libpng/
Dpngread.c2037 unsigned int gray = (i * 256 + 115) / 231; in make_ga_colormap() local
2290 png_uint_32 gray = back_g; in png_image_read_colormap() local
2400 png_uint_32 gray = back_g; in png_image_read_colormap() local
2442 png_uint_32 gray = (i * 256 + 115) / 231; in png_image_read_colormap() local
2494 png_uint_32 gray = png_sRGB_table[g*51] * alpha; in png_image_read_colormap() local
2583 png_uint_32 gray = back_g; in png_image_read_colormap() local
3022 unsigned int gray = *inrow++; in png_image_read_and_map() local
3050 png_byte gray = *inrow++; in png_image_read_and_map() local
/third_party/skia/third_party/externals/libjpeg-turbo/
Drdppm.c211 JSAMPLE gray = read_pbm_integer(cinfo, infile, maxval); in get_text_gray_cmyk_row() local
217 JSAMPLE gray = rescale[read_pbm_integer(cinfo, infile, maxval)]; in get_text_gray_cmyk_row() local
379 JSAMPLE gray = *bufferptr++; in get_gray_cmyk_row() local
385 JSAMPLE gray = rescale[UCH(*bufferptr++)]; in get_gray_cmyk_row() local
Drdbmp.c97 int i, gray = 1; in read_colormap() local
/third_party/gstreamer/gstplugins_good/gst/monoscope/
Dmonoscope.c152 guint32 gray = stateptr->colors[hh1]; in monoscope_update() local
/third_party/node/deps/npm/node_modules/@colors/colors/lib/
Dstyles.js48 gray: [90, 39], property
/third_party/gstreamer/gstplugins_base/gst/videotestsrc/
Dvideotestsrc.h28 guint16 gray; member
/third_party/ffmpeg/libavcodec/
Dmss2dsp.c31 int gray, in mss2_blit_wmv9_template()
/third_party/node/deps/npm/node_modules/wrap-ansi/node_modules/ansi-styles/
Dindex.js34 gray: [90, 39], // Alias of `blackBright` property
/third_party/node/deps/npm/node_modules/chalk/source/vendor/ansi-styles/
Dindex.js34 gray: [90, 39], // Alias of `blackBright` property
/third_party/vk-gl-cts/framework/common/
DtcuRGBA.hpp99 static inline const RGBA gray (void) { return RGBA(0x80, 0x80, 0x80, 0xFF); } in gray() function in tcu::RGBA
/third_party/skia/bench/
DGradientBench.cpp337 const int gray = i % 256; in onDraw() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawNegativeViewportHeightTests.cpp361 const Vec4 gray (0.5f, 0.5f, 0.5f, 1.0f); in generateReferenceImage() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DBlitFramebufferANGLETest.cpp1526 GLColor gray(127, 127, 127, 255); in TEST_P() local
1971 GLColor gray(127, 127, 127, 255); in TEST_P() local
/third_party/skia/modules/canvaskit/htmlcanvas/
D_namedcolors.js66 'gray': CanvasKit.Color(128, 128, 128), property
Dcolor.js64 'gray': Float32Array.of(0.502, 0.502, 0.502, 1.000), property
/third_party/node/deps/npm/node_modules/color-name/
Dindex.js57 "gray": [128, 128, 128], property
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
Drpng2-x.c1228 double freq, rotate, saturate, gray, intensity; in rpng2_x_load_bg_image() local
2000 double freq, rotate, saturate, gray, intensity; in rpng2_x_reload_bg_image() local
/third_party/skia/dm/
DDM.cpp647 static void push_brd_srcs(Path path, bool gray) { in push_brd_srcs()
812 bool gray = codec->getInfo().colorType() == kGray_8_SkColorType; in push_codec_srcs() local

12