/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_canvas_render_node.cpp | 145 ApplyDrawCmdModifier(context, RSModifierType::ENV_FOREGROUND_COLOR); in DrawShadow() 160 … RSPropertyDrawableSlot::TRANSITION, RSPropertyDrawableSlot::ENV_FOREGROUND_COLOR, canvas); in PropertyDrawableRender() 197 RSPropertyDrawableSlot::SAVE_ALL, RSPropertyDrawableSlot::ENV_FOREGROUND_COLOR, canvas); in ProcessRenderBeforeChildren()
|
H A D | rs_render_node.cpp | 2631 …agingDrawCmdIndex_.envForeGroundColorIndex_ = AppendDrawFunc(RSDrawableSlot::ENV_FOREGROUND_COLOR); in UpdateDisplayList()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/ |
H A D | rs_modifier_type.h | 169 ENV_FOREGROUND_COLOR, enumerator 360 { RSModifierType::ENV_FOREGROUND_COLOR, "EnvForegroundColor" },
|
H A D | rs_render_modifier.h | 270 property->SetModifierType(RSModifierType::ENV_FOREGROUND_COLOR); in RSEnvForegroundColorRenderModifier() 278 return RSModifierType::ENV_FOREGROUND_COLOR; in GetType()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/ |
H A D | rs_drawable.h | 41 ENV_FOREGROUND_COLOR, enumerator
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/ |
H A D | rs_property_drawable.h | 42 ENV_FOREGROUND_COLOR, enumerator
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/ |
H A D | rs_property_modifier.cpp | 25 : RSForegroundModifier(property, RSModifierType::ENV_FOREGROUND_COLOR) in RSEnvForegroundColorModifier() 29 return RSModifierType::ENV_FOREGROUND_COLOR; in GetModifierType()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_property_drawable.cpp | 181 { RSModifierType::ENV_FOREGROUND_COLOR, RSPropertyDrawableSlot::ENV_FOREGROUND_COLOR }, 202 CustomModifierAdapter<RSModifierType::ENV_FOREGROUND_COLOR>, // ENV_FOREGROUND_COLOR
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/modifier/ |
H A D | rs_render_modifier.cpp | 80 { RSModifierType::ENV_FOREGROUND_COLOR, [](Parcel& parcel) -> RSRenderModifier* { in __anon35d38fe50302() 184 return parcel.WriteInt16(static_cast<int16_t>(RSModifierType::ENV_FOREGROUND_COLOR)) && in Marshalling()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_dump.cpp | 177 if (modType < RSModifierType::ENV_FOREGROUND_COLOR) { in DumpNodeDrawCmdModifier() 193 } else if (modType == RSModifierType::ENV_FOREGROUND_COLOR) { in DumpNodeDrawCmdModifier()
|
H A D | rs_profiler_base.cpp | 914 if (type >= RSModifierType::ENV_FOREGROUND_COLOR) { in PerfTreeFlatten()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/ |
H A D | rs_drawable.cpp | 173 RSDrawableSlot::ENV_FOREGROUND_COLOR, // ENV_FOREGROUND_COLOR 334 if (drawableVec[static_cast<size_t>(RSDrawableSlot::ENV_FOREGROUND_COLOR)] || in CalculateDrawableVecStatus()
|
H A D | rs_misc_drawable.cpp | 401 auto itr = drawCmdModifiers.find(RSModifierType::ENV_FOREGROUND_COLOR); in OnUpdate()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/ |
H A D | rs_property_drawable_test.cpp | 108 RSPropertyDrawableSlot::ENV_FOREGROUND_COLOR,
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/drawable/ |
H A D | rs_misc_drawable_test.cpp | 263 node.renderContent_->drawCmdModifiers_.emplace(RSModifierType::ENV_FOREGROUND_COLOR, list);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/modifier/ |
H A D | rs_property_modifier_test.cpp | 59 EXPECT_EQ(ModifierType, RSModifierType::ENV_FOREGROUND_COLOR);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_base_render_node_test.cpp | 1058 map[RSModifierType::ENV_FOREGROUND_COLOR] = list;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_node.cpp | 1085 …ForegroundColorModifier, RSAnimatableProperty<Color>>(RSModifierType::ENV_FOREGROUND_COLOR, color); in SetEnvForegroundColor()
|