Searched defs:kCyan (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/skia/tools/viewer/ |
H A D | PathTessellatorsSlide.cpp | 77 constexpr static SkPMColor4f kCyan = {0,1,1,1}; in onPrepare() local
|
/aosp_15_r20/external/skia/include/core/ |
H A D | SkColor.h | 444 constexpr SkColor4f kCyan = {0, 1, 1, 1}; variable
|
/aosp_15_r20/external/skia/gm/ |
H A D | wacky_yuv_formats.cpp | 334 const SkColor kCyan = ToolUtils::color_to_565(SkColorSetARGB(0xFF, 45, 237, 205)); in make_bitmap() local
|
/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A D | ImageTest.cpp | 4375 const GLubyte kCyan[] = {0, 255, 255}; in TEST_P() local
|