Home
last modified time | relevance | path

Searched refs:hue_to_rgb (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/opts/
DSkRasterPipeline_opts.h1728 auto hue_to_rgb = [&](F hue) { in STAGE()
1733 r = hue_to_rgb(h + 0.0f/3.0f); in STAGE()
1734 g = hue_to_rgb(h + 2.0f/3.0f); in STAGE()
1735 b = hue_to_rgb(h + 1.0f/3.0f); in STAGE()
/third_party/skia/src/core/
DSkVM.cpp1497 auto hue_to_rgb = [&,l=l](auto hue) { in to_rgba() local
1503 hue_to_rgb(h + 0/3.0f), in to_rgba()
1504 hue_to_rgb(h + 2/3.0f), in to_rgba()
1505 hue_to_rgb(h + 1/3.0f), in to_rgba()