Searched refs:kRenderIntentAttribute (Results 1 – 4 of 4) sorted by relevance
273 var.push_back(std::make_pair(kRenderIntentAttribute, "0")); in InitializeColorModes()285 var.push_back(std::make_pair(kRenderIntentAttribute, "0")); in InitializeColorModes()315 var.push_back(std::make_pair(kRenderIntentAttribute, "0")); in InitializeColorModesFromColorspace()326 var.push_back(std::make_pair(kRenderIntentAttribute, "0")); in InitializeColorModesFromColorspace()
1015 GetValueOfModeAttribute(it_mode->second, kRenderIntentAttribute, &str_render_intent); in SetColorMode()1732 GetValueOfModeAttribute(var, kRenderIntentAttribute, &str_render_intent); in InitializeColorModes()2031 hdr_var.push_back(std::make_pair(kRenderIntentAttribute, str_render_intent)); in InsertBT2020PqHlgModes()
96 static const std::string kRenderIntentAttribute = "RenderIntent"; variable
374 } else if (it.first.find(kRenderIntentAttribute) != std::string::npos) { in PopulateColorModes()