Home
last modified time | relevance | path

Searched defs:greyCoef (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_mesa_blur_shader_filter_test.cpp79 float greyCoef = 1.f; // 1.f: grey coefficients variable
H A Drs_blur_filter_test.cpp233 std::optional<Vector2f> greyCoef = vector2; variable
265 std::optional<Vector2f> greyCoef({ 1.f, 1.f }); variable
329 std::optional<Vector2f> greyCoef({ 1.f, 1.f }); variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_skia_filter.h41 virtual void SetGreyCoef(const std::optional<Vector2f>& greyCoef) {}; in SetGreyCoef()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_blur_filter.cpp169 void RSBlurFilter::SetGreyCoef(const std::optional<Vector2f>& greyCoef) in SetGreyCoef()
H A Drs_material_filter.cpp320 void RSMaterialFilter::SetGreyCoef(const std::optional<Vector2f>& greyCoef) in SetGreyCoef()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsblurfilter_fuzzer/
H A Drsblurfilter_fuzzer.cpp185 std::optional<Vector2f> greyCoef; in DoSetGreyCoef() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_node_test.cpp4076 Vector2f greyCoef = { 0.5, 0.5 }; variable
5624 Vector2f greyCoef = { 1.f, 1.f }; // for test variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_test.cpp1654 std::optional<Vector2f> greyCoef({1.f, 1.f}); variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.cpp1708 void RSNode::SetGreyCoef(const Vector2f greyCoef) in SetGreyCoef()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties.cpp1740 void RSProperties::SetGreyCoef(const std::optional<Vector2f>& greyCoef) in SetGreyCoef()