Home
last modified time | relevance | path

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 Drs_property_drawable_test.cpp63 Vector4f stretchSize(1e-6f, 1e-6f, 1e-6f, 1.0); //for test variable
H A Drs_properties_test.cpp479 Vector4f stretchSize; variable
550 Vector4f stretchSize(-(1e-6f)); variable
2609 std::optional<Vector4f> stretchSize; variable
H A Drs_property_drawable_bounds_geometry_test.cpp1144 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 Drender_wrap.cpp314 … 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 Drs_node_test.cpp5779 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 Drs_node.cpp1856 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 Drs_properties.cpp3197 void RSProperties::SetPixelStretch(const std::optional<Vector4f>& stretchSize) in SetPixelStretch()