/third_party/skia/src/gpu/ |
D | GrColor.h | 59 #define GrColorUnpackR(color) (((color) >> GrColor_SHIFT_R) & 0xFF) argument 60 #define GrColorUnpackG(color) (((color) >> GrColor_SHIFT_G) & 0xFF) argument 61 #define GrColorUnpackB(color) (((color) >> GrColor_SHIFT_B) & 0xFF) argument 62 #define GrColorUnpackA(color) (((color) >> GrColor_SHIFT_A) & 0xFF) argument 77 static inline bool SkPMColor4fFitsInBytes(const SkPMColor4f& color) { in SkPMColor4fFitsInBytes() 82 static inline uint64_t SkPMColor4f_toFP16(const SkPMColor4f& color) { in SkPMColor4f_toFP16() 98 explicit GrVertexColor(const SkPMColor4f& color, bool wideColor) { in GrVertexColor() 102 void set(const SkPMColor4f& color, bool wideColor) { in set()
|
D | SurfaceFillContext.h | 32 void clear(const SkIRect& rect, const SkRGBA4f<AlphaType>& color) { in clear() 37 template <SkAlphaType AlphaType> void clear(const SkRGBA4f<AlphaType>& color) { in clear() 46 void clearAtLeast(const SkIRect& scissor, const SkRGBA4f<AlphaType>& color) { in clearAtLeast() 144 std::array<float, 4> SurfaceFillContext::adjustColorAlphaType(SkRGBA4f<AlphaType> color) const { in adjustColorAlphaType()
|
/third_party/flutter/skia/src/shaders/ |
D | SkColorShader.cpp | 42 SkColor4Shader::SkColor4Shader(const SkColor4f& color, sk_sp<SkColorSpace> space) in SkColor4Shader() 48 SkColor4f color; in CreateProc() local 70 sk_sp<SkShader> SkShaders::Color(const SkColor4f& color, sk_sp<SkColorSpace> space) { in Color() 78 SkColor4f color = SkColor4f::FromColor(fColor); in onAppendStages() local 86 SkColor4f color = fColor; in onAppendStages() local 102 SkPMColor4f color = SkColorToPMColor4f(fColor, *args.fDstColorSpaceInfo); in asFragmentProcessor() local 110 SkColor4f color = fColor; in asFragmentProcessor() local
|
D | SkLights.h | 44 static Light MakeDirectional(const SkColor3f& color, const SkVector3& dir) { in MakeDirectional() 52 static Light MakePoint(const SkColor3f& color, const SkPoint3& pos, SkScalar intensity) { in MakePoint() 57 const SkColor3f& color() const { return fColor; } in color() function 95 Light(LightType type, const SkColor3f& color, const SkVector3& dirOrPos, in Light() 130 void setAmbientLightColor(const SkColor3f& color) { in setAmbientLightColor()
|
/third_party/typescript/tests/baselines/reference/ |
D | interfaceAssignmentCompat.js | 29 x[0]={ color:Color.Brown }; property 30 x[1]={ color:Color.Blue }; property 31 x[2]={ color:Color.Green }; property 75 x[0] = { color: Color.Brown }; property 76 x[1] = { color: Color.Blue }; property 77 x[2] = { color: Color.Green }; property
|
/third_party/flutter/skia/src/gpu/ |
D | GrColor.h | 58 #define GrColorUnpackR(color) (((color) >> GrColor_SHIFT_R) & 0xFF) argument 59 #define GrColorUnpackG(color) (((color) >> GrColor_SHIFT_G) & 0xFF) argument 60 #define GrColorUnpackB(color) (((color) >> GrColor_SHIFT_B) & 0xFF) argument 61 #define GrColorUnpackA(color) (((color) >> GrColor_SHIFT_A) & 0xFF) argument 76 static inline bool SkPMColor4fFitsInBytes(const SkPMColor4f& color) { in SkPMColor4fFitsInBytes() 81 static inline uint64_t SkPMColor4f_toFP16(const SkPMColor4f& color) { in SkPMColor4f_toFP16() 95 explicit GrVertexColor(const SkPMColor4f& color, bool wideColor) in GrVertexColor()
|
/third_party/node/deps/npm/node_modules/npm-audit-report/lib/ |
D | utils.js | 12 color: 'brightMagenta', property 16 color: 'brightRed', property 20 color: 'brightYellow', property 24 color: 'bold', property 28 color: '', property 33 function color (value, colorName, withColor) { function
|
/third_party/flutter/skia/third_party/externals/spirv-tools/source/ |
D | print.cpp | 39 const DWORD color = 0Xf; in operator const char*() local 49 const DWORD color = 0x8; in operator const char*() local 59 const DWORD color = 0x4; in operator const char*() local 69 const DWORD color = 0x2; in operator const char*() local 79 const DWORD color = 0x6; in operator const char*() local 89 const DWORD color = 0x1; in operator const char*() local
|
/third_party/boost/boost/graph/ |
D | edge_coloring.hpp | 32 bool is_free(const Graph& g, ColorMap color, in is_free() 51 maximal_fan(const Graph& g, ColorMap color, in maximal_fan() 78 const Graph& g, ColorMap color, in find_free_color() 88 void invert_cd_path(const Graph& g, ColorMap color, in invert_cd_path() 106 void invert_cd_path(const Graph& g, ColorMap color, in invert_cd_path() 122 void rotate_fan(const Graph& g, ColorMap color, in rotate_fan() 143 find_free_in_fan(const Graph& graph, const ColorMap color, in find_free_in_fan() 157 const ColorMap color; member in boost::detail::find_free_in_fan 164 const Graph& g, ColorMap color, in color_edge() 185 const Graph& g, ColorMap color) in edge_coloring()
|
/third_party/skia/src/core/ |
D | SkModeColorFilter.cpp | 26 SkModeColorFilter::SkModeColorFilter(SkColor color, SkBlendMode mode) { in SkModeColorFilter() 31 bool SkModeColorFilter::onAsAColorMode(SkColor* color, SkBlendMode* mode) const { in onAsAColorMode() 58 SkColor color = buffer.readColor(); in CreateProc() local 65 SkColor4f color = SkColor4f::FromColor(fColor); in onAppendStages() local 76 SkColor4f color = SkColor4f::FromColor(fColor); in onProgram() local 126 sk_sp<SkColorFilter> SkColorFilters::Blend(SkColor color, SkBlendMode mode) { in Blend()
|
/third_party/skia/modules/canvaskit/tests/ |
D | paragraph.spec.js | 63 color: CanvasKit.BLACK, property 77 color: CanvasKit.Color(48, 37, 199), property 251 color: CanvasKit.WHITE, property 254 shadows: [{color: CanvasKit.BLACK, blurRadius: 15}, property 255 {color: CanvasKit.RED, blurRadius: 5, offset: [10, 10]}], property 283 color: CanvasKit.BLACK, property 296 color: CanvasKit.BLACK, property 300 color: CanvasKit.BLACK, property 305 color: CanvasKit.BLACK, property 354 color: CanvasKit.BLACK, property [all …]
|
/third_party/skia/src/shaders/ |
D | SkColorShader.cpp | 43 SkColor4Shader::SkColor4Shader(const SkColor4f& color, sk_sp<SkColorSpace> space) in SkColor4Shader() 49 SkColor4f color; in CreateProc() local 71 sk_sp<SkShader> SkShaders::Color(const SkColor4f& color, sk_sp<SkColorSpace> space) { in Color() 79 SkColor4f color = SkColor4f::FromColor(fColor); in onAppendStages() local 87 SkColor4f color = fColor; in onAppendStages() local 99 SkColor4f color = SkColor4f::FromColor(fColor); in onProgram() local 109 SkColor4f color = fColor; in onProgram() local 131 SkColor4f color = fColor; in asFragmentProcessor() local
|
/third_party/flutter/skia/src/core/ |
D | SkModeColorFilter.cpp | 26 SkModeColorFilter::SkModeColorFilter(SkColor color, SkBlendMode mode) { in SkModeColorFilter() 31 bool SkModeColorFilter::onAsAColorMode(SkColor* color, SkBlendMode* mode) const { in onAsAColorMode() 59 SkColor color = buffer.readColor(); in CreateProc() local 66 SkColor4f color = SkColor4f::FromColor(fColor); in onAppendStages() local 107 sk_sp<SkColorFilter> SkColorFilters::Blend(SkColor color, SkBlendMode mode) { in Blend()
|
/third_party/pixman/pixman/ |
D | pixman-solid-fill.c | 30 color_to_uint32 (const pixman_color_t *color) in color_to_uint32() 40 color_to_float (const pixman_color_t *color) in color_to_float() 53 pixman_image_create_solid_fill (const pixman_color_t *color) in pixman_image_create_solid_fill()
|
/third_party/skia/gm/ |
D | roundrects.cpp | 178 SkColor color = gen_color(&rand); in onDraw() local 203 SkColor color = gen_color(&rand); in onDraw() local 223 SkColor color = gen_color(&rand); in onDraw() local 242 SkColor color = gen_color(&rand); in onDraw() local 261 SkColor color = gen_color(&rand); in onDraw() local 282 SkColor color = gen_color(&rand); in onDraw() local 317 SkColor color = gen_color(&rand); in onDraw() local 338 const SkColor color = gen_color(&rand); in onDraw() local 361 SkColor color = gen_color(&rand); in onDraw() local
|
D | ovals.cpp | 175 SkColor color = genColor(&rand); in onDraw() local 197 SkColor color = genColor(&rand); in onDraw() local 214 SkColor color = genColor(&rand); in onDraw() local 230 SkColor color = genColor(&rand); in onDraw() local 246 SkColor color = genColor(&rand); in onDraw() local 267 SkColor color = genColor(&rand); in onDraw() local 291 SkColor color = genColor(&rand); in onDraw() local
|
D | crbug_1177833.cpp | 37 SkColor4f color = {SkBits2Float(0x3f6eeef0), variable 62 SkColor4f color = {SkBits2Float(0x3f6eeef0), variable 89 SkColor4f color = {SkBits2Float(0x3f800000), variable
|
/third_party/flutter/skia/gm/ |
D | roundrects.cpp | 178 SkColor color = gen_color(&rand); in onDraw() local 203 SkColor color = gen_color(&rand); in onDraw() local 223 SkColor color = gen_color(&rand); in onDraw() local 242 SkColor color = gen_color(&rand); in onDraw() local 261 SkColor color = gen_color(&rand); in onDraw() local 282 SkColor color = gen_color(&rand); in onDraw() local 317 SkColor color = gen_color(&rand); in onDraw() local 338 const SkColor color = gen_color(&rand); in onDraw() local 361 SkColor color = gen_color(&rand); in onDraw() local
|
D | ovals.cpp | 175 SkColor color = genColor(&rand); in onDraw() local 197 SkColor color = genColor(&rand); in onDraw() local 214 SkColor color = genColor(&rand); in onDraw() local 230 SkColor color = genColor(&rand); in onDraw() local 246 SkColor color = genColor(&rand); in onDraw() local 267 SkColor color = genColor(&rand); in onDraw() local 291 SkColor color = genColor(&rand); in onDraw() local
|
/third_party/flutter/skia/src/gpu/effects/generated/ |
D | GrConstColorProcessor.h | 23 static OptimizationFlags OptFlags(const SkPMColor4f& color, InputMode mode) { in OptFlags() 45 static std::unique_ptr<GrFragmentProcessor> Make(SkPMColor4f color, InputMode mode) { in Make() 51 SkPMColor4f color; variable 55 GrConstColorProcessor(SkPMColor4f color, InputMode mode) in GrConstColorProcessor()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/ |
D | SDL_fillrect.c | 99 SDL_FillRect1SSE(Uint8 *pixels, int pitch, Uint32 color, int w, int h) in SDL_FillRect1SSE() 134 SDL_FillRect1(Uint8 * pixels, int pitch, Uint32 color, int w, int h) in SDL_FillRect1() 173 SDL_FillRect2(Uint8 * pixels, int pitch, Uint32 color, int w, int h) in SDL_FillRect2() 197 SDL_FillRect3(Uint8 * pixels, int pitch, Uint32 color, int w, int h) in SDL_FillRect3() 225 SDL_FillRect4(Uint8 * pixels, int pitch, Uint32 color, int w, int h) in SDL_FillRect4() 237 SDL_FillRect(SDL_Surface * dst, const SDL_Rect * rect, Uint32 color) in SDL_FillRect() 328 Uint32 color) in SDL_FillRects()
|
/third_party/skia/third_party/externals/d3d12allocator/src/ |
D | Common.cpp | 53 void SetConsoleColor(CONSOLE_COLOR color) in SetConsoleColor() 78 void PrintMessage(CONSOLE_COLOR color, const char* msg) in PrintMessage() 89 void PrintMessage(CONSOLE_COLOR color, const wchar_t* msg) in PrintMessage() 102 void PrintMessageV(CONSOLE_COLOR color, const char* format, va_list argList) in PrintMessageV() 116 void PrintMessageV(CONSOLE_COLOR color, const wchar_t* format, va_list argList) in PrintMessageV() 130 void PrintMessageF(CONSOLE_COLOR color, const char* format, ...) in PrintMessageF() 138 void PrintMessageF(CONSOLE_COLOR color, const wchar_t* format, ...) in PrintMessageF()
|
/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/ |
D | ColorStateTests.cpp | 51 RGBA8 color; member 313 [&](const RGBA8& color) { return std::make_pair(color, base + color); }); in TEST_P() 321 [&](const RGBA8& color) { return std::make_pair(color, color - base); }); in TEST_P() 329 [&](const RGBA8& color) { return std::make_pair(color, base - color); }); in TEST_P() 337 [&](const RGBA8& color) { return std::make_pair(color, min(base, color)); }); in TEST_P() 345 [&](const RGBA8& color) { return std::make_pair(color, max(base, color)); }); in TEST_P() 355 [&](const RGBA8& color) { return std::make_pair(TriangleSpec({{color}}), base); }); in TEST_P() 364 [&](const RGBA8& color) { return std::make_pair(TriangleSpec({{color}}), base + color); }); in TEST_P() 372 [&](const RGBA8& color) { in TEST_P() 385 [&](const RGBA8& color) { in TEST_P() [all …]
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | ColorStateTests.cpp | 56 RGBA8 color; member 326 [&](const RGBA8& color) { return std::make_pair(color, base + color); }); in TEST_P() 334 [&](const RGBA8& color) { return std::make_pair(color, color - base); }); in TEST_P() 342 [&](const RGBA8& color) { return std::make_pair(color, base - color); }); in TEST_P() 350 [&](const RGBA8& color) { return std::make_pair(color, min(base, color)); }); in TEST_P() 358 [&](const RGBA8& color) { return std::make_pair(color, max(base, color)); }); in TEST_P() 368 [&](const RGBA8& color) { return std::make_pair(TriangleSpec({{color}}), base); }); in TEST_P() 377 [&](const RGBA8& color) { return std::make_pair(TriangleSpec({{color}}), base + color); }); in TEST_P() 385 [&](const RGBA8& color) { in TEST_P() 398 [&](const RGBA8& color) { in TEST_P() [all …]
|
/third_party/weex-loader/deps/weex-styler/test/ |
D | validate.js | 14 color: '#FF0000', property 23 … expect(data.jsonStyle).eql({foo: {color: '#FF0000', width: 200, position: 'sticky', zIndex: 4}}) property 143 color: '#FF0000', property 147 color: '#F00', property 151 color: 'red', property 155 color: 'rgb(23, 0, 255)', property 159 color: 'transparent', property 163 color: 'rgb(266,0,255)', property 172 color: '#FF0000', property 176 color: '#FF0000', property [all …]
|