Home
last modified time | relevance | path

Searched refs:contentDirty_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties.cpp266 contentDirty_ = true; in SetBoundsSize()
275 contentDirty_ = true; in SetBoundsWidth()
284 contentDirty_ = true; in SetBoundsHeight()
358 contentDirty_ = true; in SetFrameSize()
366 contentDirty_ = true; in SetFrameWidth()
374 contentDirty_ = true; in SetFrameHeight()
864 contentDirty_ = true; in SetParticles()
889 contentDirty_ = true; in SetAlphaOffscreen()
916 contentDirty_ = true; in SetForegroundColor()
935 contentDirty_ = true; in SetBackgroundColor()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_test2.cpp55 EXPECT_EQ(properties.contentDirty_, true);
305 EXPECT_EQ(properties.contentDirty_, true);
308 EXPECT_EQ(properties.contentDirty_, true);
346 EXPECT_TRUE(properties.contentDirty_);
590 EXPECT_EQ(properties.contentDirty_, true);
593 EXPECT_EQ(properties.contentDirty_, true);
723 EXPECT_EQ(properties.contentDirty_, true);
998 ASSERT_EQ(properties.contentDirty_, true);
H A Drs_properties_painter_test.cpp1338 EXPECT_TRUE(!properties.contentDirty_);
1342 EXPECT_TRUE(!properties.contentDirty_);
1346 EXPECT_TRUE(!properties.contentDirty_);
1351 EXPECT_TRUE(!properties.contentDirty_);
1355 EXPECT_TRUE(!properties.contentDirty_);
1360 EXPECT_TRUE(!properties.contentDirty_);
1365 EXPECT_TRUE(!properties.contentDirty_);
1383 EXPECT_TRUE(!properties.contentDirty_);
H A Drs_properties_test.cpp1840 EXPECT_EQ(properties.contentDirty_, true);
1854 EXPECT_EQ(properties.contentDirty_, true);
1899 EXPECT_EQ(properties.contentDirty_, true);
2648 EXPECT_EQ(properties.contentDirty_, true);
2783 EXPECT_EQ(properties.contentDirty_, true);
2809 EXPECT_EQ(properties.contentDirty_, true);
2827 EXPECT_EQ(properties.contentDirty_, true);
2903 EXPECT_EQ(properties.contentDirty_, true);
2907 EXPECT_EQ(properties.contentDirty_, true);
3176 EXPECT_EQ(properties.contentDirty_, true);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties.h599 bool contentDirty_ = false; variable