Home
last modified time | relevance | path

Searched refs:hasBounds_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_test2.cpp156 properties.hasBounds_ = true;
158 EXPECT_TRUE(properties.hasBounds_);
704 EXPECT_EQ(properties.hasBounds_, false);
706 properties.hasBounds_ = true;
708 EXPECT_EQ(properties.hasBounds_, true);
H A Drs_properties_test.cpp429 properties.hasBounds_ = true;
431 EXPECT_TRUE(properties.hasBounds_);
2633 EXPECT_EQ(properties.hasBounds_, false);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties.cpp256 hasBounds_ = true; in SetBounds()
264 hasBounds_ = true; in SetBoundsSize()
273 hasBounds_ = true; in SetBoundsWidth()
282 hasBounds_ = true; in SetBoundsHeight()
2368 if (!hasBounds_) { in CheckEmptyBounds()
4268 if (!hasBounds_) { in OnApplyModifiers()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties.h607 bool hasBounds_ = false; variable