Home
last modified time | relevance | path

Searched refs:ENV_FOREGROUND_COLOR (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_canvas_render_node.cpp145 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 Drs_render_node.cpp2631 …agingDrawCmdIndex_.envForeGroundColorIndex_ = AppendDrawFunc(RSDrawableSlot::ENV_FOREGROUND_COLOR); in UpdateDisplayList()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/
H A Drs_modifier_type.h169 ENV_FOREGROUND_COLOR, enumerator
360 { RSModifierType::ENV_FOREGROUND_COLOR, "EnvForegroundColor" },
H A Drs_render_modifier.h270 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 Drs_drawable.h41 ENV_FOREGROUND_COLOR, enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_property_drawable.h42 ENV_FOREGROUND_COLOR, enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_property_modifier.cpp25 : 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 Drs_property_drawable.cpp181 { 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 Drs_render_modifier.cpp80 { 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 Drs_profiler_dump.cpp177 if (modType < RSModifierType::ENV_FOREGROUND_COLOR) { in DumpNodeDrawCmdModifier()
193 } else if (modType == RSModifierType::ENV_FOREGROUND_COLOR) { in DumpNodeDrawCmdModifier()
H A Drs_profiler_base.cpp914 if (type >= RSModifierType::ENV_FOREGROUND_COLOR) { in PerfTreeFlatten()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_drawable.cpp173 RSDrawableSlot::ENV_FOREGROUND_COLOR, // ENV_FOREGROUND_COLOR
334 if (drawableVec[static_cast<size_t>(RSDrawableSlot::ENV_FOREGROUND_COLOR)] || in CalculateDrawableVecStatus()
H A Drs_misc_drawable.cpp401 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 Drs_property_drawable_test.cpp108 RSPropertyDrawableSlot::ENV_FOREGROUND_COLOR,
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/drawable/
H A Drs_misc_drawable_test.cpp263 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 Drs_property_modifier_test.cpp59 EXPECT_EQ(ModifierType, RSModifierType::ENV_FOREGROUND_COLOR);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_base_render_node_test.cpp1058 map[RSModifierType::ENV_FOREGROUND_COLOR] = list;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.cpp1085 …ForegroundColorModifier, RSAnimatableProperty<Color>>(RSModifierType::ENV_FOREGROUND_COLOR, color); in SetEnvForegroundColor()