Home
last modified time | relevance | path

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

1234

/third_party/node/deps/npm/node_modules/color-convert/
Dconversions.js838 convert.gray.hwb = function (gray) { argument
842 convert.gray.cmyk = function (gray) { argument
846 convert.gray.lab = function (gray) { argument
850 convert.gray.hex = function (gray) { argument
858 convert.rgb.gray = function (rgb) { function
/third_party/flutter/skia/docs/examples/
DCanvas_drawBitmapNine.cpp12 SkColor gray = 0xFF000000; in draw() local
DCanvas_drawImageNine_2.cpp12 SkColor gray = 0xFF000000; in draw() local
DCanvas_drawImageNine.cpp12 SkColor gray = 0xFF000000; in draw() local
DCanvas_drawBitmapLattice.cpp12 SkColor gray = 0xFF000000; in draw() 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/skia/gm/
Dskbug_9819.cpp47 uint8_t gray = *bm.getAddr8(0,0); in __anon333428a30102() local
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/
Drandom_color_op.cc43 cv::Mat gray; in Compute() local
/third_party/gstreamer/gstplugins_good/gst/monoscope/
Dmonoscope.c152 guint32 gray = stateptr->colors[hh1]; in monoscope_update() local
/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/flutter/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/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
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Drdppm.c222 JSAMPLE gray = read_pbm_integer(cinfo, infile, maxval); in get_text_gray_cmyk_row() local
228 JSAMPLE gray = rescale[read_pbm_integer(cinfo, infile, maxval)]; in get_text_gray_cmyk_row() local
390 JSAMPLE gray = *bufferptr++; in get_gray_cmyk_row() local
396 JSAMPLE gray = rescale[UCH(*bufferptr++)]; in get_gray_cmyk_row() local
/third_party/libjpeg-turbo/
Drdppm.c222 JSAMPLE gray = read_pbm_integer(cinfo, infile, maxval); in get_text_gray_cmyk_row() local
228 JSAMPLE gray = rescale[read_pbm_integer(cinfo, infile, maxval)]; in get_text_gray_cmyk_row() local
390 JSAMPLE gray = *bufferptr++; in get_gray_cmyk_row() local
396 JSAMPLE gray = rescale[UCH(*bufferptr++)]; in get_gray_cmyk_row() local
/third_party/node/deps/npm/node_modules/colors/
Dindex.d.ts20 gray: Color; property
/third_party/node/deps/npm/node_modules/colors/lib/
Dstyles.js48 gray: [90, 39], property
/third_party/boost/boost/graph/
Dproperties.hpp45 static default_color_type gray() { return gray_color; } in gray() function
53 inline default_color_type gray(default_color_type) { return gray_color; } in gray() function
Done_bit_color_map.hpp38 static one_bit_color_type gray() { return one_bit_not_white; } in gray() function
Dtwo_bit_color_map.hpp39 static two_bit_color_type gray() { return two_bit_gray; } in gray() function
/third_party/mindspore/tests/ut/cpp/dataset/
Drandom_color_op_test.cc32 std::shared_ptr<Tensor> gray; local
/third_party/boost/tools/build/src/engine/modules/
Dorder.cpp43 enum colors { white, gray, black }; enumerator
/third_party/flutter/skia/samplecode/
DSampleParagraph.cpp316 SkPaint gray; in drawLine() local
434 SkPaint gray; in drawLine() local
568 SkPaint gray; in drawFlutter() local
690 SkPaint gray; in bidi() local
818 SkPaint gray; in hangingS() local
/third_party/gstreamer/gstplugins_base/gst/videotestsrc/
Dvideotestsrc.h28 guint16 gray; member

1234