Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/modifier/
H A Drs_render_modifier_test.cpp182 auto RSEFC = std::make_shared<RSEnvForegroundColorRenderModifier>(property); variable
183 RSEFC->Update(prop, isDelta);
184 ASSERT_NE(nullptr, RSEFC->property_);
346 auto RSEFC = std::make_shared<RSEnvForegroundColorRenderModifier>(property); variable
348 bool ret = RSEFC->Marshalling(parcel);
361 auto RSEFC = std::make_shared<RSEnvForegroundColorRenderModifier>(property); variable
366 RSEFC->Apply(contextArgs);
515 auto RSEFC = std::make_shared<RSCustomClipToFrameRenderModifier>(property); variable
516 RSEFC->Update(prop, isDelta);
517 ASSERT_NE(nullptr, RSEFC->property_);