Home
last modified time | relevance | path

Searched defs:prop2 (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/modifier/
H A Drs_property_test.cpp168 auto prop2 = std::make_shared<RSPropertyBase>(); variable
182 auto prop2 = std::make_shared<RSPropertyBase>(); variable
195 auto prop2 = std::make_shared<RSPropertyBase>(); variable
209 auto prop2 = std::make_shared<RSPropertyBase>(); variable
249 auto prop2 = std::make_shared<RSPropertyBase>(); variable
263 auto prop2 = std::make_shared<RSPropertyBase>(); variable
276 auto prop2 = std::make_shared<RSPropertyBase>(); variable
290 auto prop2 = std::make_shared<RSPropertyBase>(); variable
330 auto prop2 = std::make_shared<RSPropertyBase>(); variable
344 auto prop2 = std::make_shared<RSPropertyBase>(); variable
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/modifier/
H A Drs_render_modifier_test.cpp91 auto prop2 = std::make_shared<RSRenderProperty<float>>(floatData[0], id); variable
113 auto prop2 = std::make_shared<RSRenderProperty<float>>(floatData[2], id); variable
537 auto prop2 = std::make_shared<RSRenderAnimatableProperty<float>>(floatData[2], id); variable
562 auto prop2 = std::make_shared<RSRenderAnimatableProperty<float>>(floatData[2], id); variable
587 auto prop2 = std::make_shared<RSRenderAnimatableProperty<float>>(floatData[2], id); variable
612 auto prop2 = std::make_shared<RSRenderAnimatableProperty<Color>>(colorData[2], id); variable
H A Drs_render_property_test.cpp57 auto prop2 = std::make_shared<RSRenderProperty<float>>(floatData[0], id); variable
85 auto prop2 = std::make_shared<RSRenderAnimatableProperty<float>>(floatData[0], id); variable
155 …auto prop2 = std::make_shared<MockRSRenderAnimatableProperty<Vector2f>>(Vector2f(floatData[2], 0.f… variable