Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_dump.cpp314 if (!ROSEN_EQ(properties.GetSpherize(), 0.f)) { in DumpNodePropertiesDecoration()
315 out["Spherize"] = properties.GetSpherize(); in DumpNodePropertiesDecoration()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_test2.cpp741 EXPECT_EQ(properties.GetSpherize(), spherizeDegree);
745 EXPECT_EQ(properties.GetSpherize(), spherizeDegree);
H A Drs_properties_test.cpp2662 EXPECT_EQ(properties.GetSpherize(), spherizeDegree);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties.h455 float GetSpherize() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties.cpp2400 float RSProperties::GetSpherize() const in GetSpherize() function in OHOS::Rosen::RSProperties
3866 if (!ROSEN_EQ(GetSpherize(), 0.f) && in Dump()
3867 sprintf_s(buffer, UINT8_MAX, ", Spherize[%.1f]", GetSpherize()) != -1) { in Dump()
H A Drs_properties_painter.cpp1517 float degree = properties.GetSpherize(); in DrawSpherize()