Searched refs:current_render_intent_ (Results 1 – 4 of 4) sorted by relevance
142 if (current_color_mode_ == mode && current_render_intent_ == intent) { in SetColorModeWithRenderIntent()156 current_render_intent_ = intent; in SetColorModeWithRenderIntent()168 if (current_color_mode_ == mode && current_render_intent_ == intent) { in CacheColorModeWithRenderIntent()173 current_render_intent_ = intent; in CacheColorModeWithRenderIntent()196 mode_string = color_mode_map_[current_color_mode_][current_render_intent_][curr_dynamic_range_]; in ApplyCurrentColorModeWithRenderIntent()206 mode_string = color_mode_map_[current_color_mode_][current_render_intent_][kSdrType]; in ApplyCurrentColorModeWithRenderIntent()212 mode_string = color_mode_map_[current_color_mode_][current_render_intent_][kHdrType]; in ApplyCurrentColorModeWithRenderIntent()222 current_color_mode_, current_render_intent_, curr_dynamic_range_, mode_string.c_str()); in ApplyCurrentColorModeWithRenderIntent()444 *os << "current render_intent: " << static_cast<uint32_t>(current_render_intent_) << std::endl; in Dump()
172 RenderIntent current_render_intent_ = RenderIntent::COLORIMETRIC; variable
139 if (current_color_mode_ == mode && current_render_intent_ == intent) { in SetColorModeWithRenderIntent()153 current_render_intent_ = intent; in SetColorModeWithRenderIntent()166 current_render_intent_ = intent; in CacheColorModeWithRenderIntent()189 mode_string = color_mode_map_[current_color_mode_][current_render_intent_][curr_dynamic_range_]; in ApplyCurrentColorModeWithRenderIntent()199 mode_string = color_mode_map_[current_color_mode_][current_render_intent_][kSdrType]; in ApplyCurrentColorModeWithRenderIntent()208 current_color_mode_, current_render_intent_, curr_dynamic_range_, mode_string.c_str()); in ApplyCurrentColorModeWithRenderIntent()433 *os << "current render_intent: " << static_cast<uint32_t>(current_render_intent_) << std::endl; in Dump()
93 RenderIntent GetCurrentRenderIntent() { return current_render_intent_; } in GetCurrentRenderIntent()111 RenderIntent current_render_intent_ = RenderIntent::COLORIMETRIC; variable