Home
last modified time | relevance | path

Searched refs:hasColor (Results 1 – 15 of 15) sorted by relevance

/third_party/node/deps/npm/node_modules/gauge/
Dtheme-set.js48 var hasColor = !!opts.hasColor
50 this.defaults[platform][hasUnicode][hasColor] = name
58 var hasColor = !!opts.hasColor
59 if (!platform) throw this.newMissingDefaultThemeError(platformName, hasUnicode, hasColor)
60 if (!platform[hasUnicode][hasColor]) {
61 if (hasUnicode && hasColor && platform[!hasUnicode][hasColor]) {
63 } else if (hasUnicode && hasColor && platform[hasUnicode][!hasColor]) {
64 hasColor = false
65 } else if (hasUnicode && hasColor && platform[!hasUnicode][!hasColor]) {
67 hasColor = false
[all …]
Dindex.js4 var hasColor = require('./has-color.js') variable
89 …theme && (Object.keys(theme).length === 0 || theme.hasUnicode != null || theme.hasColor != null)) {
91 var useColor = theme.hasColor == null ? hasColor : theme.hasColor
92 …theme = this._themes.getDefault({hasUnicode: useUnicode, hasColor: useColor, platform: theme.platf… property
Dthemes.js52 themes.setDefault({hasColor: true}, 'colorASCII') property
54 themes.setDefault({platform: 'darwin', hasUnicode: true, hasColor: true}, 'colorBrailleSpinner') property
DREADME.md78 * A configuration object with any of `hasUnicode`, `hasColor` or
164 * A configuration object with any of `hasUnicode`, `hasColor` or
190 var ourTheme = themes({hasUnicode: true, hasColor: true})
193 var ourTheme = themes({hasUnicode: true, hasColor: false, platform: 'darwin'})
197 var ourTheme = themes.newTheme(theme(hasUnicode: false, hasColor: true}), {
223 * **hasColor** - If true, fetch a color theme, if no color theme is
259 * **hasColor** - Defaults to `false`. If your theme uses color you should
DCHANGELOG.md79 Additionally you can now pass in an object with `hasUnicode`, `hasColor` and
107 * Got rid of ░ in the default platform, noUnicode, hasColor theme. Thanks
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawMultipleClearsWithinRenderPass.cpp212 const bool hasColor = m_params.colorFormat != VK_FORMAT_UNDEFINED; in MultipleClearsTest() local
238 if (hasColor) in MultipleClearsTest()
260 if (hasColor) in MultipleClearsTest()
284 …const VkAttachmentReference colorAttachmentReference = hasColor ? makeAttachmentReference(0u, VK_… in MultipleClearsTest()
285 …eference depthAttachmentReference = hasDepth ? makeAttachmentReference(hasColor ? 1u : 0u, VK_IMA… in MultipleClearsTest()
291 hasColor ? 1 : 0, // colorAttachmentCount in MultipleClearsTest()
292 hasColor ? &colorAttachmentReference : DE_NULL, // colorAttachments in MultipleClearsTest()
300 if (hasColor) in MultipleClearsTest()
329 … (createShaderModule(vk, device, m_context.getBinaryCollection().get(hasColor ? "frag" : "frag_… in MultipleClearsTest()
366 hasColor, in MultipleClearsTest()
[all …]
/third_party/flutter/flutter/dev/bots/
Drun_command.dart11 final bool hasColor = stdout.supportsAnsiEscapes;
13 final String bold = hasColor ? '\x1B[1m' : '';
14 final String red = hasColor ? '\x1B[31m' : '';
15 final String green = hasColor ? '\x1B[32m' : '';
16 final String yellow = hasColor ? '\x1B[33m' : '';
17 final String cyan = hasColor ? '\x1B[36m' : '';
18 final String reset = hasColor ? '\x1B[0m' : '';
Dtest.dart525 if (!hasColor) {
587 if (!hasColor)
/third_party/node/deps/npm/node_modules/npmlog/
Dlog.js31 this.gauge.setTheme({hasColor: colorEnabled, hasUnicode: unicodeEnabled}) property
35 this.gauge.setTheme({hasColor: colorEnabled, hasUnicode: unicodeEnabled}) property
43 theme: {hasColor: log.useColor()}, property
63 this.gauge.setTheme({hasColor: this.useColor(), hasUnicode: unicodeEnabled}) property
68 this.gauge.setTheme({hasColor: this.useColor(), hasUnicode: unicodeEnabled}) property
/third_party/flutter/flutter/packages/flutter/test/material/
Danimated_icons_test.dart34 verify(canvas.drawPath(any, argThat(hasColor(0xFF666666))));
56 verify(canvas.drawPath(any, argThat(hasColor(0x80666666))));
78 verify(canvas.drawPath(any, argThat(hasColor(0xFF0000FF))));
220 PaintColorMatcher hasColor(int color) {
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkObjUtil.cpp542 const bool hasColor = colorFormat != VK_FORMAT_UNDEFINED; in makeRenderPass() local
575 if (hasColor) in makeRenderPass()
588 hasColor ? 1u : 0u, // deUint32 attachment in makeRenderPass()
598 hasColor ? 1u : 0u, // deUint32 colorAttachmentCount in makeRenderPass()
599 hasColor ? &colorAttachmentRef : DE_NULL, // const VkAttachmentReference* pColorAttachments in makeRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsEarlyFragmentTests.cpp1034 const bool hasColor = colorFormat != VK_FORMAT_UNDEFINED; in makeRenderPass() local
1100 if (hasColor) in makeRenderPass()
1104 if (hasColor) in makeRenderPass()
1131 hasColor ? 2u : 0u, // deUint32 attachment in makeRenderPass()
1164 hasColor ? 1u : 0u, // deUint32 colorAttachmentCount in makeRenderPass()
1165 hasColor ? &colorAttachmentRef : DE_NULL, // const VkAttachmentReference2* pColorAttachments in makeRenderPass()
1166hasColor ? &resolveAttachmentRef : DE_NULL, // const VkAttachmentReference2* pResolveAttachme… in makeRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineDepthRangeUnrestrictedTests.cpp376 const bool hasColor = colorFormat != VK_FORMAT_UNDEFINED; in makeRenderPass() local
409 if (hasColor) in makeRenderPass()
422 hasColor ? 1u : 0u, // deUint32 attachment in makeRenderPass()
432 hasColor ? 1u : 0u, // deUint32 colorAttachmentCount in makeRenderPass()
433 hasColor ? &colorAttachmentRef : DE_NULL, // const VkAttachmentReference* pColorAttachments in makeRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/imageless_framebuffer/
DvktImagelessFramebufferTests.cpp244 const bool hasColor = colorFormat != VK_FORMAT_UNDEFINED; in makeRenderPass() local
246 const bool hasColorResolve = hasColor && (colorSamples != VK_SAMPLE_COUNT_1_BIT); in makeRenderPass()
300 if (hasColor) in makeRenderPass()
312 hasColor ? attachmentCounter++ : 0u, // deUint32 attachment; in makeRenderPass()
358 hasColor ? 1u : 0u, // deUint32 colorAttachmentCount; in makeRenderPass()
359hasColor ? &colorAttachmentRef2 : DE_NULL, // const VkAttachmentReference2* pColorAttachment… in makeRenderPass()
391 hasColor ? 1u : 0u, // deUint32 colorAttachmentCount; in makeRenderPass()
392 hasColor ? &colorAttachmentRef : DE_NULL, // const VkAttachmentReference* pColorAttachments; in makeRenderPass()
/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrReferenceContext.cpp1029 const bool hasColor = !hasDepth && !hasStencil; in clearToTextureInitialValue() local
1035 if (hasColor) in clearToTextureInitialValue()