Searched refs:css_lab_to_xyz (Results 1 – 6 of 6) sorted by relevance
120 "(half3 b,half c){return saturate(half4($hsl_to_rgb(b)*c,c));}$pure half3 $css_lab_to_xyz"126 "(half3 a){return $css_lab_to_xyz($a(a));}$pure half3 $css_oklab_to_linear_srgb"153 ";}switch(b){case 2:a.xyz=$css_lab_to_xyz(a.xyz);break;case 3:a.xyz=$css_oklab_to_linear_srgb"
133 "(half4($hsl_to_rgb(hsl)*a,a));}$export $pure half3 $css_lab_to_xyz(half3 lab"140 " half3 $css_hcl_to_xyz(half3 hcl){return $css_lab_to_xyz($css_hcl_to_lab(hcl"181 "(color);break;}switch(colorSpace){case 2:color.xyz=$css_lab_to_xyz(color.xyz"
331 $export $pure half3 $css_lab_to_xyz(half3 lab) {364 return $css_lab_to_xyz($css_hcl_to_lab(hcl));546 case kLab: color.rgb = $css_lab_to_xyz(color.rgb); break;
493 case ColorSpace::kLab: p->append(SkRasterPipelineOp::css_lab_to_xyz); break; in AppendInterpolatedToDstStages()499 p->append(SkRasterPipelineOp::css_lab_to_xyz); break; in AppendInterpolatedToDstStages()
183 M(css_lab_to_xyz) M(css_oklab_to_linear_srgb) \
2495 STAGE(css_lab_to_xyz, NoCtx) { in STAGE() argument