H A D | rs_render_modifier_test.cpp | 91 auto prop2 = std::make_shared<RSRenderProperty<float>>(floatData[0], id); variable 92 auto modifier2 = std::make_shared<RSAlphaRenderModifier>(prop2); 113 auto prop2 = std::make_shared<RSRenderProperty<float>>(floatData[2], id); variable 114 modifier->Update(prop2, true); 537 auto prop2 = std::make_shared<RSRenderAnimatableProperty<float>>(floatData[2], id); variable 538 modifier->Update(prop2, true); 562 auto prop2 = std::make_shared<RSRenderAnimatableProperty<float>>(floatData[2], id); variable 563 modifier->Update(prop2, true); 587 auto prop2 = std::make_shared<RSRenderAnimatableProperty<float>>(floatData[2], id); variable 588 modifier->Update(prop2, true); [all …]
|