Home
last modified time | relevance | path

Searched defs:magenta (Results 1 – 21 of 21) sorted by relevance

/third_party/node/deps/npm/node_modules/npm-audit-report/lib/
Dcolors.js4 const magenta = s => chalk.magenta.bold(s) function
/third_party/node/deps/npm/node_modules/@npmcli/arborist/bin/lib/
Dlogging.js34 const magenta = m => colors ? `\x1B[35m${m}\x1B[39m` : m function
/third_party/node/deps/npm/node_modules/@colors/colors/lib/
Dstyles.js45 magenta: [35, 39], property
/third_party/node/deps/npm/node_modules/wrap-ansi/node_modules/ansi-styles/
Dindex.js28 magenta: [35, 39], property
/third_party/node/deps/npm/node_modules/chalk/source/vendor/ansi-styles/
Dindex.js28 magenta: [35, 39], property
/third_party/node/deps/npm/node_modules/console-control-strings/
Dindex.js82 magenta: 35, property
/third_party/node/deps/npm/node_modules/ansi-styles/
Dindex.js81 magenta: [35, 39], property
/third_party/skia/modules/canvaskit/htmlcanvas/
D_namedcolors.js98 'magenta': CanvasKit.Color(255, 0, 255), property
Dcolor.js96 'magenta': Float32Array.of(1.000, 0.000, 1.000, 1.000), property
/third_party/node/deps/npm/node_modules/color-name/
Dindex.js89 "magenta": [255, 0, 255], property
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassLoadStoreOpNoneTests.cpp1244 const tcu::Vec4 magenta (1.0f, 0.0f, 1.0f, 1.0f); in createRenderPassLoadStoreOpNoneTests() local
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
DANGLETest.cpp44 const GLColor GLColor::magenta = GLColor(255u, 0u, 255u, 255u); member in angle::GLColor
DANGLETest.h159 static const GLColor magenta; member
/third_party/node/lib/internal/util/
Dinspect.js402 magenta: [35, defaultFG], property
/third_party/python/Lib/test/
Dtest_enum.py1074 magenta = 5 variable in TestEnum.test_extending.MoreColor
1686 magenta = 5 variable in TestEnum.test_extending2.MoreColor
1698 magenta = 5 variable in TestEnum.test_extending3.MoreColor
/third_party/ffmpeg/libavfilter/
Dvf_datascope.c789 FFDrawColor magenta; member
/third_party/skia/modules/skparagraph/samples/
DSampleParagraph.cpp579 SkPaint magenta; in drawFlutter() local
830 SkPaint magenta; in hangingS() local
/third_party/skia/tools/viewer/
DViewer.cpp1872 skvm::Color magenta = {b.splat(1.0f), b.splat(0.0f), b.splat(1.0f), b.splat(0.5f)}; in build_skvm_highlight_program() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
DvktTransformFeedbackSimpleTests.cpp1285 const tcu::Vec4 magenta (magentaRGBA.toVec()); in verifyImage() local
/third_party/weex-loader/deps/weex-styler/lib/
Dvalidator.js112 magenta: '#FF00FF', property
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fGeometryShaderTests.cpp3489 const tcu::Vec4 magenta = tcu::Vec4(1.0f, 0.0f, 1.0f, 1.0f); in verifyLayerContent() local