/third_party/node/deps/npm/node_modules/color-convert/ |
D | conversions.js | 29 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/ |
D | skbug_9819.cpp | 47 uint8_t gray = *bm.getAddr8(0,0); in __anonacfd2ce40102() local
|
/third_party/skia/docs/examples/ |
D | Canvas_drawImageNine_2.cpp | 12 SkColor gray = 0xFF000000; in draw() local
|
D | Canvas_drawImageNine.cpp | 12 SkColor gray = 0xFF000000; in draw() local
|
/third_party/node/lib/internal/util/ |
D | colors.js | 14 gray: '', property
|
/third_party/cups-filters/cupsfilters/ |
D | image-sgi.c | 49 *gray, in _cupsImageReadSGI() local
|
D | image-gif.c | 79 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/ |
D | pngread.c | 2037 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/ |
D | rdppm.c | 211 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
|
D | rdbmp.c | 97 int i, gray = 1; in read_colormap() local
|
/third_party/gstreamer/gstplugins_good/gst/monoscope/ |
D | monoscope.c | 152 guint32 gray = stateptr->colors[hh1]; in monoscope_update() local
|
/third_party/node/deps/npm/node_modules/@colors/colors/lib/ |
D | styles.js | 48 gray: [90, 39], property
|
/third_party/gstreamer/gstplugins_base/gst/videotestsrc/ |
D | videotestsrc.h | 28 guint16 gray; member
|
/third_party/ffmpeg/libavcodec/ |
D | mss2dsp.c | 31 int gray, in mss2_blit_wmv9_template()
|
/third_party/node/deps/npm/node_modules/wrap-ansi/node_modules/ansi-styles/ |
D | index.js | 34 gray: [90, 39], // Alias of `blackBright` property
|
/third_party/node/deps/npm/node_modules/chalk/source/vendor/ansi-styles/ |
D | index.js | 34 gray: [90, 39], // Alias of `blackBright` property
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuRGBA.hpp | 99 static inline const RGBA gray (void) { return RGBA(0x80, 0x80, 0x80, 0xFF); } in gray() function in tcu::RGBA
|
/third_party/skia/bench/ |
D | GradientBench.cpp | 337 const int gray = i % 256; in onDraw() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawNegativeViewportHeightTests.cpp | 361 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/ |
D | BlitFramebufferANGLETest.cpp | 1526 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.js | 66 'gray': CanvasKit.Color(128, 128, 128), property
|
D | color.js | 64 'gray': Float32Array.of(0.502, 0.502, 0.502, 1.000), property
|
/third_party/node/deps/npm/node_modules/color-name/ |
D | index.js | 57 "gray": [128, 128, 128], property
|
/third_party/skia/third_party/externals/libpng/contrib/gregbook/ |
D | rpng2-x.c | 1228 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/ |
D | DM.cpp | 647 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
|