/third_party/freetype/docs/reference/assets/images/icons/ |
D | gitlab.6dd19c00.svg | 1 …currentColor" d="M93.667 473.347l90.684-279.097H2.983l90.684 279.097z" transform="translate(156.19…
|
D | github.f0b8504a.svg | 1 …th="416" height="448" viewBox="0 0 416 448" id="__github"><path fill="currentColor" d="M160 304q0 …
|
D | bitbucket.1b09e088.svg | 1 …"352" height="448" viewBox="0 0 352 448" id="__bitbucket"><path fill="currentColor" d="M203.75 214…
|
/third_party/typescript/tests/baselines/reference/ |
D | assignmentCompatWithDiscriminatedUnion.js | 118 function drawWithColor(currentColor: 'blue' | 'yellow' | undefined) { 119 return draw({ color: currentColor }); 256 function drawWithColor(currentColor) { argument 257 return draw({ color: currentColor });
|
D | assignmentCompatWithDiscriminatedUnion.types | 301 function drawWithColor(currentColor: 'blue' | 'yellow' | undefined) { 302 >drawWithColor : (currentColor: 'blue' | 'yellow' | undefined) => void 303 >currentColor : "blue" | "yellow" 305 return draw({ color: currentColor }); 306 >draw({ color: currentColor }) : void 308 >{ color: currentColor } : { color: "blue" | "yellow"; } 310 >currentColor : "blue" | "yellow"
|
D | assignmentCompatWithDiscriminatedUnion.symbols | 329 function drawWithColor(currentColor: 'blue' | 'yellow' | undefined) { 331 >currentColor : Symbol(currentColor, Decl(assignmentCompatWithDiscriminatedUnion.ts, 116, 27)) 333 return draw({ color: currentColor }); 336 >currentColor : Symbol(currentColor, Decl(assignmentCompatWithDiscriminatedUnion.ts, 116, 27))
|
D | assignmentCompatWithDiscriminatedUnion.errors.txt | 148 function drawWithColor(currentColor: 'blue' | 'yellow' | undefined) { 149 return draw({ color: currentColor });
|
/third_party/typescript/tests/cases/conformance/types/typeRelationships/assignmentCompatibility/ |
D | assignmentCompatWithDiscriminatedUnion.ts | 117 function drawWithColor(currentColor: 'blue' | 'yellow' | undefined) { 118 return draw({ color: currentColor });
|
/third_party/skia/src/shaders/gradients/ |
D | Sk4fLinearGradient.cpp | 241 DstTraits<premul>::store(proc.currentColor(), dst, n); in shadeSpanInternal() 243 ramp<premul>(proc.currentColor(), proc.currentColorGrad(), dst, n, in shadeSpanInternal() 303 const Sk4f& currentColor() const { return fCc; } in currentColor() function in SkLinearGradient::LinearGradient4fContext::LinearIntervalProcessor
|
/third_party/flutter/skia/src/shaders/gradients/ |
D | Sk4fLinearGradient.cpp | 240 DstTraits<premul>::store(proc.currentColor(), dst, n); in shadeSpanInternal() 242 ramp<premul>(proc.currentColor(), proc.currentColorGrad(), dst, n, in shadeSpanInternal() 302 const Sk4f& currentColor() const { return fCc; } in currentColor() function in SkLinearGradient::LinearGradient4fContext::LinearIntervalProcessor
|
/third_party/flutter/flutter/packages/flutter/lib/src/material/ |
D | icon_button.dart | 276 Color currentColor; 278 currentColor = color; 280 currentColor = disabledColor ?? Theme.of(context).disabledColor; 294 color: currentColor,
|
D | toggle_buttons.dart | 728 Color currentColor; 737 currentColor = selectedColor 752 currentColor = color 766 currentColor = disabledColor 776 color: currentColor,
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | queryutils.cpp | 2182 const ColorF ¤tColor = state->getCurrentColor(); in GetMaterialParameters() local 2191 currentColor.writeData(params); in GetMaterialParameters() 2201 currentColor.writeData(params); in GetMaterialParameters()
|
/third_party/flutter/skia/tools/fonts/ |
D | TestSVGTypeface.cpp | 1321 constexpr SkColor currentColor = 0xFF2B0000; in onDrawPath() local 1324 if (color == currentColor) { in onDrawPath()
|
/third_party/skia/tools/fonts/ |
D | TestSVGTypeface.cpp | 1317 constexpr SkColor currentColor = 0xFF2B0000; in onDrawPath() local 1320 if (color == currentColor) { in onDrawPath()
|
/third_party/flutter/skia/third_party/externals/sdl/src/render/psp/ |
D | SDL_render_psp.c | 138 unsigned int currentColor; member
|
/third_party/node/doc/api/assets/ |
D | style.css | 170 border-right: 1px currentColor solid;
|
/third_party/node/doc/api_assets/ |
D | style.css | 170 border-right: 1px currentColor solid;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | queryutils.cpp | 2455 const ColorF ¤tColor = state->getCurrentColor(); in GetMaterialParameters() local 2464 currentColor.writeData(params); in GetMaterialParameters() 2474 currentColor.writeData(params); in GetMaterialParameters()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/ |
D | vktMultiViewRenderTests.cpp | 1345 const tcu::Vec4 currentColor = pixelBuffer.getPixel(x, y, layerNdx); in fillQuarter() local 1346 const tcu::Vec4& newColor = (currentColor[0] < color[0]) ? currentColor : color; in fillQuarter()
|