Searched defs:stretchSize (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/ |
H A D | rs_property_drawable_test.cpp | 63 Vector4f stretchSize(1e-6f, 1e-6f, 1e-6f, 1.0); //for test variable
|
H A D | rs_properties_test.cpp | 479 Vector4f stretchSize; variable 550 Vector4f stretchSize(-(1e-6f)); variable 2609 std::optional<Vector4f> stretchSize; variable
|
H A D | rs_property_drawable_bounds_geometry_test.cpp | 1144 Vector4f stretchSize(1.f, 1.f, 1.f, 1.f); // for test variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/wrap/ |
H A D | render_wrap.cpp | 314 … double stretchSize = dialogDirection_ == WrapDirection::VERTICAL ? mainLengthLimit_ : buttonSize; in HandleDialogStretch() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/ |
H A D | rs_node_test.cpp | 5779 Vector4f stretchSize = { 1.f, 1.f, 1.f, 1.f }; // for test variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_node.cpp | 1856 void RSNode::SetPixelStretch(const Vector4f& stretchSize, Drawing::TileMode stretchTileMode) in SetPixelStretch()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_properties.cpp | 3197 void RSProperties::SetPixelStretch(const std::optional<Vector4f>& stretchSize) in SetPixelStretch()
|