Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/tools/viewer/
H A DPathTessellatorsSlide.cpp77 constexpr static SkPMColor4f kCyan = {0,1,1,1}; in onPrepare() local
/aosp_15_r20/external/skia/include/core/
H A DSkColor.h444 constexpr SkColor4f kCyan = {0, 1, 1, 1}; variable
/aosp_15_r20/external/skia/gm/
H A Dwacky_yuv_formats.cpp334 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 DImageTest.cpp4375 const GLubyte kCyan[] = {0, 255, 255}; in TEST_P() local