/third_party/node/deps/npm/node_modules/@colors/colors/lib/ |
H A D | colors.js | 98 ansiStyles.grey = ansiStyles.gray;
|
/third_party/backends/backend/ |
H A D | sm3840.c | 188 s->sm3840_params.gray, in sane_read() 335 s->sm3840_params.gray = in sane_get_parameters() 351 s->sm3840_params.gray = 1; in sane_get_parameters() 369 s->sm3840_params.gray ? SANE_FRAME_GRAY : SANE_FRAME_RGB; in sane_get_parameters()
|
H A D | lexmark.h | 152 SANE_Word gray; member
|
H A D | sm3600-gray.c | 244 if (this->mode==gray) in ReadNextGrayLine() 286 } /* gray pixel postprocessing */ in ReadNextGrayLine() 343 RegWrite(this,0x41,1,0x01); /* gamma, gray */ in StartScanGray() 368 this->state.cchLineOut=(this->mode==gray) in StartScanGray()
|
H A D | sm3600.h | 110 typedef enum { color, gray, line, halftone } TMode; enumerator 298 /* sm3600-gray.c */
|
H A D | sm3600-scanutil.c | 398 case gray: fprintf(this->fhScan,"P5\n%d %d\n255\n",cx,cy); in DoScanFile()
|
H A D | lexmark_low.c | 3126 else /* 75 dpi gray */ in sanei_lexmark_low_set_scan_regs() 4167 } /* else (gray) */ in sanei_lexmark_low_set_scan_regs() 4808 dev->offset.gray, in sanei_lexmark_low_set_scan_regs() 4809 dev->offset.gray, dev->offset.gray); in sanei_lexmark_low_set_scan_regs() 4811 dev->gain.gray, dev->gain.gray, dev->gain.gray); in sanei_lexmark_low_set_scan_regs() 5639 dev->offset.gray = go - ga; in sanei_lexmark_low_offset_calibration() 5744 dev->gain.gray in sanei_lexmark_low_gain_calibration() [all...] |
H A D | fujitsu.c | 197 - M3091/2 duplex support, color/gray/ht/lineart ok 577 - iX100 has gray and lineart 1228 DBG (15, " long gray scan: %d\n",get_IN_long_gray(in)); in init_inquire() 3886 opt->desc = SANE_I18N ("One-pass scanners use only one color during gray or binary scanning, useful for colored paper or ink"); in sane_get_option_descriptor() 6905 /* making gray from a color scan */ in update_u_params() 6910 /* making binary from a gray or color scan */ in update_u_params() 8975 /* jpeg/gray/ht/binary */ in copy_buffer() 9049 int gray = 0; in downsample_from_buffer() local 9053 gray = *(s->buffers[side]+s->buff_tx[side]) * 3; in downsample_from_buffer() 9056 gray in downsample_from_buffer() 9091 int gray = 0; downsample_from_buffer() local [all...] |
H A D | canon630u-common.c | 1439 const int gray, in CANON_set_scan_parameters() 1450 DBG (2, "gray = %d (ignored)\n", gray); in CANON_set_scan_parameters() 1437 CANON_set_scan_parameters(CANON_Handle * scan, const int forceCal, const int gray, const int left, const int top, const int right, const int bottom, const int res, const int gain, const double gamma) CANON_set_scan_parameters() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawNegativeViewportHeightTests.cpp | 329 const Vec4 gray (0.5f, 0.5f, 0.5f, 1.0f); in generateReferenceImage() 347 const Vec4& color = (m_params.frontFace == VK_FRONT_FACE_CLOCKWISE ? white : gray); in generateReferenceImage() 357 const Vec4& color = (m_params.frontFace == VK_FRONT_FACE_COUNTER_CLOCKWISE ? white : gray); in generateReferenceImage() 536 << " Front face is white, back face is gray." in iterate()
|
/third_party/skia/src/opts/ |
H A D | SkSwizzler_opts.h | 1141 uint8x16_t gray = vld1q_u8(src); in gray_to_RGB1() local 1145 rgba.val[0] = gray; in gray_to_RGB1() 1146 rgba.val[1] = gray; in gray_to_RGB1() 1147 rgba.val[2] = gray; in gray_to_RGB1() 1158 uint8x8_t gray = vld1_u8(src); in gray_to_RGB1() local 1162 rgba.val[0] = gray; in gray_to_RGB1() 1163 rgba.val[1] = gray; in gray_to_RGB1() 1164 rgba.val[2] = gray; in gray_to_RGB1()
|
/third_party/node/deps/npm/node_modules/chalk/source/vendor/ansi-styles/ |
H A D | index.js | 34 gray: [90, 39], // Alias of `blackBright`
|
/third_party/node/deps/npm/node_modules/ansi-styles/ |
H A D | index.js | 34 gray: [90, 39], // Alias of `blackBright`
|
/third_party/skia/third_party/externals/libpng/ |
H A D | pngwutil.c | 1294 if (sbit->gray == 0 || sbit->gray > png_ptr->usr_bit_depth) in png_write_sBIT() 1300 buf[0] = sbit->gray; in png_write_sBIT() 1372 if (tran->gray >= (1 << png_ptr->bit_depth)) in png_write_tRNS() 1380 png_save_uint_16(buf, tran->gray); in png_write_tRNS() 1460 if (back->gray >= (1 << png_ptr->bit_depth)) in png_write_bKGD() 1468 png_save_uint_16(buf, back->gray); in png_write_bKGD()
|
/third_party/skia/src/images/ |
H A D | SkPngEncoder.cpp | 122 sigBit.gray = 8; in setHeader() 164 case kAlpha_8_SkColorType: // store as gray+alpha, but ignore gray in setHeader() 165 sigBit.gray = kGraySigBit_GrayAlphaIsJustAlpha; in setHeader()
|
/third_party/skia/modules/skparagraph/samples/ |
H A D | SampleParagraph.cpp | 322 SkPaint gray; in drawLine() local 323 gray.setColor(SK_ColorLTGRAY); in drawLine() 326 style.setBackgroundColor(gray); in drawLine() 439 SkPaint gray; in drawLine() local 440 gray.setColor(background); in drawLine() 446 style.setBackgroundColor(gray); in drawLine() 573 SkPaint gray; in drawFlutter() local 574 gray.setColor(SK_ColorLTGRAY); in drawFlutter() 589 style0.setBackgroundColor(gray); in drawFlutter() 695 SkPaint gray; in bidi() local 824 SkPaint gray; hangingS() local [all...] |
/third_party/skia/src/ports/ |
H A D | SkFontHost_FreeType_common.cpp | 90 uint16_t grayToRGB16(U8CPU gray) { in grayToRGB16() argument 92 gray = std::max(gray, (U8CPU)0x40); in grayToRGB16() 94 return SkPack888ToRGB16(gray, gray, gray); in grayToRGB16()
|
/third_party/weex-loader/deps/weex-styler/lib/ |
H A D | validator.js | 9 gray: '#808080', 80 gray: '#808080',
|
/third_party/skia/tests/ |
H A D | ImageFilterTest.cpp | 385 sk_sp<SkImageFilter> gray(make_grayscale(nullptr, nullptr)); in DEF_TEST() 386 REPORTER_ASSERT(reporter, true == gray->asColorFilter(nullptr)); in DEF_TEST() 393 sk_sp<SkImageFilter> gray(make_grayscale(std::move(mode), nullptr)); in DEF_TEST() 394 REPORTER_ASSERT(reporter, true == gray->asColorFilter(nullptr)); in DEF_TEST() 1545 sk_sp<SkImageFilter> gray(make_grayscale(nullptr, nullptr)); in DEF_TEST() 1546 REPORTER_ASSERT(reporter, gray->canComputeFastBounds()); in DEF_TEST() 1549 REPORTER_ASSERT(reporter, gray->asAColorFilter(&grayCF)); in DEF_TEST() 1553 REPORTER_ASSERT(reporter, gray->canComputeFastBounds()); in DEF_TEST() 1556 SK_Scalar1, SK_Scalar1, std::move(gray))); in DEF_TEST()
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuRGBA.hpp | 99 static inline const RGBA gray (void) { return RGBA(0x80, 0x80, 0x80, 0xFF); } in gray() function in tcu::RGBA
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawNegativeViewportHeightTests.cpp | 409 const Vec4 gray (0.5f, 0.5f, 0.5f, 1.0f); in generateReferenceImage() 427 const Vec4& color = (m_params.frontFace == VK_FRONT_FACE_CLOCKWISE ? white : gray); in generateReferenceImage() 437 const Vec4& color = (m_params.frontFace == VK_FRONT_FACE_COUNTER_CLOCKWISE ? white : gray); in generateReferenceImage() 579 << " Front face is white, back face is gray." in iterate()
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
H A D | makepng.c | 910 col.red = col.green = col.blue = col.gray = in write_png() 1396 sBIT.gray = 42; in insert_sBIT() 1402 sBIT.gray = bval(png_ptr, params[0], maxval); in insert_sBIT() 1771 if (strncmp(arg, "gray", 4) == 0) in main() 1898 else /* gray 8 or 16-bit */ in main()
|
/third_party/ffmpeg/tests/fate/ |
H A D | image.mak | 6 FATE_ALIASPIX += fate-aliaspix-gray 7 fate-aliaspix-gray: CMD = transcode alias_pix $(TARGET_SAMPLES)/aliaspix/firstgray.pix image2 "-c alias_pix" "-map 0 -map 0 -pix_fmt:0 gray -c:v:1 copy" 462 fate-sunraster-8bit_gray-raw: CMD = framecrc -i $(TARGET_SAMPLES)/sunraster/gray.ras
|
/third_party/skia/dm/ |
H A D | DM.cpp | 647 static void push_brd_srcs(Path path, bool gray) { in push_brd_srcs() argument 648 if (gray) { in push_brd_srcs() 812 bool gray = codec->getInfo().colorType() == kGray_8_SkColorType; in push_codec_srcs() local 813 push_brd_srcs(path, gray); in push_codec_srcs()
|
/third_party/skia/modules/skparagraph/tests/ |
H A D | SkParagraphTest.cpp | 6324 SkPaint gray; gray.setColor(SK_ColorGRAY); in UNIX_ONLY_TEST() 6328 canvas.get()->drawRect(SkRect::MakeXYWH(0, 0, paragraph->getMaxIntrinsicWidth(), paragraph->getHeight()), gray); in UNIX_ONLY_TEST() 6368 SkPaint gray; gray.setColor(SK_ColorGRAY); in UNIX_ONLY_TEST() 6376 gray.setColor(SK_ColorGRAY); in UNIX_ONLY_TEST() 6378 gray.setColor(SK_ColorLTGRAY); in UNIX_ONLY_TEST() 6381 canvas.get()->drawRect(r.rect, gray); in UNIX_ONLY_TEST() 6383 gray.setColor(SK_ColorRED); in UNIX_ONLY_TEST() 6384 canvas.get()->drawRect(SkRect::MakeXYWH(0, 0, 1, paragraph->getHeight()), gray); in UNIX_ONLY_TEST() 6469 SkPaint gray; UNIX_ONLY_TEST() local [all...] |