Searched defs:kGray (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/gm/ |
D | encode_color_types.cpp | 68 kGray, enumerator
|
/third_party/flutter/skia/include/core/ |
D | SkColor.h | 404 constexpr SkColor4f kGray = {0.50f, 0.50f, 0.50f, 1}; variable
|
/third_party/skia/include/core/ |
D | SkColor.h | 428 constexpr SkColor4f kGray = {0.50f, 0.50f, 0.50f, 1}; variable
|
/third_party/cef/tests/cefclient/browser/ |
D | print_handler_gtk.cc | 42 const char kGray[] = "Gray"; variable
|
/third_party/skia/tests/ |
D | SkRuntimeEffectTest.cpp | 922 static constexpr std::array<float, 4> kGray {0.499f, 0.499f, 0.499f, 1.0f}; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
|