Home
last modified time | relevance | path

Searched refs:hasRadius_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_image_test.cpp213 EXPECT_FALSE(image->hasRadius_);
214 image->hasRadius_ = true;
216 EXPECT_TRUE(image->hasRadius_);
297 EXPECT_TRUE(image->hasRadius_);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_image.cpp367 return hasRadius_; in HasRadius()
577 hasRadius_ = false; in SetRadius()
580 hasRadius_ = hasRadius_ || !radius_[i].IsZero(); in SetRadius()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_image.h160 bool hasRadius_ = false; variable