Searched defs:kCyan (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/tint/src/diagnostic/ |
H A D | printer.h | 36 kCyan, member in tint::diag::Color
|
/third_party/skia/samplecode/ |
H A D | SamplePathTessellators.cpp | 81 constexpr static SkPMColor4f kCyan = {0,1,1,1}; variable
|
/third_party/skia/include/core/ |
H A D | SkColor.h | 435 constexpr SkColor4f kCyan = {0, 1, 1, 1}; member
|
/third_party/skia/gm/ |
H A D | wacky_yuv_formats.cpp | 326 const SkColor kCyan = ToolUtils::color_to_565(SkColorSetARGB(0xFF, 45, 237, 205)); in make_bitmap() local
|
Completed in 4 milliseconds