Home
last modified time | relevance | path

Searched refs:drawCmdModifiers (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_misc_drawable.cpp161 const auto& drawCmdModifiers = node.GetDrawCmdModifiers(); in OnUpdate() local
162 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() local
401 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() local
444 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 …]
H A Drs_property_drawable_background.cpp578 …auto& drawCmdModifiers = const_cast<RSRenderContent::DrawCmdContainer&>(node.GetDrawCmdModifiers()… in GetModifierProperty() local
579 auto iter = drawCmdModifiers.find(type); in GetModifierProperty()
580 if (iter == drawCmdModifiers.end() || iter->second.empty()) { in GetModifierProperty()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_property_drawable_utilities.cpp73 …auto& drawCmdModifiers = const_cast<RSRenderContent::DrawCmdContainer&>(content.drawCmdModifiers_); in Draw() local
74 auto itr = drawCmdModifiers.find(type_); in Draw()
75 if (itr == drawCmdModifiers.end() || itr->second.empty()) { in Draw()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_canvas_render_node.cpp226 auto& drawCmdModifiers = const_cast<RSRenderContent::DrawCmdContainer&>(GetDrawCmdModifiers()); in ApplyDrawCmdModifier() local
227 auto itr = drawCmdModifiers.find(type); in ApplyDrawCmdModifier()
228 if (itr == drawCmdModifiers.end() || itr->second.empty()) { in ApplyDrawCmdModifier()