Searched refs:drawCmdModifiers (Results 1 – 4 of 4) sorted by relevance
161 const auto& drawCmdModifiers = node.GetDrawCmdModifiers(); in OnUpdate() local162 auto itr = drawCmdModifiers.find(type_); in OnUpdate()163 if (itr == drawCmdModifiers.end() || itr->second.empty()) { in OnUpdate()400 …auto& drawCmdModifiers = const_cast<RSRenderContent::DrawCmdContainer&>(node.GetDrawCmdModifiers()… in OnUpdate() local401 auto itr = drawCmdModifiers.find(RSModifierType::ENV_FOREGROUND_COLOR); in OnUpdate()402 if (itr == drawCmdModifiers.end() || itr->second.empty()) { in OnUpdate()443 …auto& drawCmdModifiers = const_cast<RSRenderContent::DrawCmdContainer&>(node.GetDrawCmdModifiers()… in OnUpdate() local444 auto itr = drawCmdModifiers.find(RSModifierType::ENV_FOREGROUND_COLOR_STRATEGY); in OnUpdate()445 if (itr == drawCmdModifiers.end() || itr->second.empty()) { in OnUpdate()502 auto itr = drawCmdModifiers.find(RSModifierType::CUSTOM_CLIP_TO_FRAME); in OnUpdate()[all …]
578 …auto& drawCmdModifiers = const_cast<RSRenderContent::DrawCmdContainer&>(node.GetDrawCmdModifiers()… in GetModifierProperty() local579 auto iter = drawCmdModifiers.find(type); in GetModifierProperty()580 if (iter == drawCmdModifiers.end() || iter->second.empty()) { in GetModifierProperty()
73 …auto& drawCmdModifiers = const_cast<RSRenderContent::DrawCmdContainer&>(content.drawCmdModifiers_); in Draw() local74 auto itr = drawCmdModifiers.find(type_); in Draw()75 if (itr == drawCmdModifiers.end() || itr->second.empty()) { in Draw()
226 auto& drawCmdModifiers = const_cast<RSRenderContent::DrawCmdContainer&>(GetDrawCmdModifiers()); in ApplyDrawCmdModifier() local227 auto itr = drawCmdModifiers.find(type); in ApplyDrawCmdModifier()228 if (itr == drawCmdModifiers.end() || itr->second.empty()) { in ApplyDrawCmdModifier()