Searched refs:current_render_intent_ (Results 1 – 4 of 4) sorted by relevance
133 if (current_color_mode_ == mode && current_render_intent_ == intent) { in SetColorModeWithRenderIntent()147 current_render_intent_ = intent; in SetColorModeWithRenderIntent()159 if (current_color_mode_ == mode && current_render_intent_ == intent) { in CacheColorModeWithRenderIntent()164 current_render_intent_ = intent; in CacheColorModeWithRenderIntent()183 mode_string = color_mode_map_[current_color_mode_][current_render_intent_][curr_dynamic_range_]; in ApplyCurrentColorModeWithRenderIntent()193 mode_string = color_mode_map_[current_color_mode_][current_render_intent_][kSdrType]; in ApplyCurrentColorModeWithRenderIntent()202 current_color_mode_, current_render_intent_, curr_dynamic_range_, mode_string.c_str()); in ApplyCurrentColorModeWithRenderIntent()427 *os << "current render_intent: " << static_cast<uint32_t>(current_render_intent_) << std::endl; in Dump()
105 RenderIntent current_render_intent_ = RenderIntent::COLORIMETRIC; variable
113 if (current_color_mode_ == mode && current_render_intent_ == intent) { in SetColorModeWithRenderIntent()125 current_render_intent_ = intent; in SetColorModeWithRenderIntent()171 if (current_render_intent_ == RenderIntent::ENHANCE) { in PickTransferMatrix()524 *os << "current render_intent: " << static_cast<uint32_t>(current_render_intent_) << std::endl; in Dump()526 << (current_render_intent_ == RenderIntent::ENHANCE && HasWhiteCompensation()) << std::endl; in Dump()528 << (current_render_intent_ == RenderIntent::ENHANCE && HasSaturationCompensation()) in Dump()
191 RenderIntent current_render_intent_ = RenderIntent::COLORIMETRIC; variable