Searched refs:isDrawn_ (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_properties.cpp | 1216 isDrawn_ = true; in SetOutlineRadius() 1395 isDrawn_ = true; in SetWaterRippleProgress() 1434 isDrawn_ = true; in SetFlyOutDegree() 1504 isDrawn_ = true; in SetFgBrightnessRates() 1521 isDrawn_ = true; in SetFgBrightnessSaturation() 1538 isDrawn_ = true; in SetFgBrightnessPosCoeff() 1555 isDrawn_ = true; in SetFgBrightnessNegCoeff() 1572 isDrawn_ = true; in SetFgBrightnessFract() 1605 isDrawn_ = true; in SetBgBrightnessRates() 1622 isDrawn_ = true; in SetBgBrightnessSaturation() [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/ |
H A D | rs_properties_test2.cpp | 364 EXPECT_TRUE(properties.isDrawn_); 627 EXPECT_EQ(properties.isDrawn_, true); 762 EXPECT_NE(properties.isDrawn_, true); 767 EXPECT_EQ(properties.isDrawn_, true); 772 EXPECT_EQ(properties.isDrawn_, true); 777 EXPECT_EQ(properties.isDrawn_, true); 790 EXPECT_NE(properties.isDrawn_, true); 798 EXPECT_NE(properties.isDrawn_, true); 856 ASSERT_TRUE(properties.isDrawn_ == false); 864 ASSERT_TRUE(properties.isDrawn_ == true); [all …]
|
H A D | rs_properties_test.cpp | 1930 EXPECT_EQ(properties.isDrawn_, true); 2704 EXPECT_EQ(properties.isDrawn_, false); 2718 EXPECT_EQ(properties.isDrawn_, true); 2731 EXPECT_NE(properties.isDrawn_, true); 2744 EXPECT_EQ(properties.isDrawn_, true); 2757 EXPECT_EQ(properties.isDrawn_, true); 2898 EXPECT_EQ(properties.isDrawn_, true); 3120 EXPECT_NE(properties.isDrawn_, true); 3127 EXPECT_EQ(properties.isDrawn_, true); 3145 EXPECT_NE(properties.isDrawn_, true);
|
H A D | rs_properties_painter_test.cpp | 1319 EXPECT_TRUE(properties.isDrawn_);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_image_base.cpp | 54 if (renderServiceImage_ || isDrawn_) { in ~RSImageBase() 136 isDrawn_ = false; in SetImage() 150 isDrawn_ = false; in SetDmaImage() 156 isDrawn_ = false; in MarkYUVImage() 185 isDrawn_ = false; in SetDstRect() 240 isDrawn_ = false; in Purge()
|
H A D | rs_image.cpp | 130 if (!isDrawn_ || rect != lastRect_) { in CanvasDrawImage() 487 isDrawn_ = true; in DrawImageRepeatRect() 559 isDrawn_ = false; in SetCompressData()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/ |
H A D | rs_image_base.h | 102 bool isDrawn_ = false; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/ |
H A D | rs_image_base_test.cpp | 113 EXPECT_FALSE(imageBase->isDrawn_);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/ |
H A D | rs_properties.h | 603 bool isDrawn_ = false; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_render_node_test.cpp | 1386 nodeTest->renderContent_->renderProperties_.isDrawn_ = false; 1410 nodeTest->renderContent_->renderProperties_.isDrawn_ = false;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_render_node.cpp | 183 …return (drawCmdModifiers_.empty() && !GetRenderProperties().isDrawn_ && !GetRenderProperties().alp… in IsPureContainer() 191 !GetRenderProperties().isDrawn_; in IsContentNode()
|