Home
last modified time | relevance | path

Searched defs:kCyan (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/tint/src/diagnostic/
Dprinter.h36 kCyan, enumerator
/third_party/flutter/skia/include/core/
DSkColor.h411 constexpr SkColor4f kCyan = {0, 1, 1, 1}; variable
/third_party/skia/include/core/
DSkColor.h435 constexpr SkColor4f kCyan = {0, 1, 1, 1}; variable
/third_party/skia/samplecode/
DSamplePathTessellators.cpp81 constexpr static SkPMColor4f kCyan = {0,1,1,1}; in onPrepare() local
/third_party/skia/gm/
Dwacky_yuv_formats.cpp326 const SkColor kCyan = ToolUtils::color_to_565(SkColorSetARGB(0xFF, 45, 237, 205)); in make_bitmap() local