Home
last modified time | relevance | path

Searched refs:IlluminatedType (Results 1 - 12 of 12) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties_def.h191 enum class IlluminatedType : uint32_t { class in OHOS::Rosen::Gravity::RSColorBlendApplyType
278 void SetIlluminatedType(IlluminatedType& illuminatedType) in SetIlluminatedType()
280 if (illuminatedType_ != IlluminatedType::INVALID) { in SetIlluminatedType()
297 const IlluminatedType& GetIlluminatedType() const in GetIlluminatedType()
311 return illuminatedType_ != IlluminatedType::NONE; in IsIlluminatedValid()
313 const IlluminatedType& GetPreIlluminatedType() const in GetPreIlluminatedType()
331 IlluminatedType illuminatedType_ = IlluminatedType::NONE;
334 IlluminatedType preIlluminatedType_ = IlluminatedType
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_foreground.cpp510 if (illuminatedType_ == IlluminatedType::BORDER_CONTENT ||
511 illuminatedType_ == IlluminatedType::BORDER ||
512 illuminatedType_ == IlluminatedType::BLEND_BORDER ||
513 illuminatedType_ == IlluminatedType::BLEND_BORDER_CONTENT) {
522 if (illuminatedType_ == IlluminatedType::BORDER_CONTENT ||
523 illuminatedType_ == IlluminatedType::CONTENT ||
524 illuminatedType_ == IlluminatedType::BLEND_CONTENT ||
525 illuminatedType_ == IlluminatedType::BLEND_BORDER_CONTENT) {
573 if ((illuminatedType_ == IlluminatedType::BORDER_CONTENT) ||
574 (illuminatedType_ == IlluminatedType
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/drawable/
H A Drs_property_drawable_foreground_test.cpp217 renderNodeTest12.renderContent_->renderProperties_.illuminatedPtr_->illuminatedType_ = IlluminatedType::BORDER; in HWTEST_F()
348 illuminatedPtrTest2->illuminatedType_ = IlluminatedType::BORDER_CONTENT; in HWTEST_F()
428 pointLightDrawableTest->illuminatedType_ = IlluminatedType::BORDER_CONTENT; in HWTEST_F()
435 pointLightDrawableTest->illuminatedType_ = IlluminatedType::CONTENT; in HWTEST_F()
442 pointLightDrawableTest->illuminatedType_ = IlluminatedType::BORDER; in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render/render_base/unittest/draw/
H A Drs_property_draw_foreground_test.cpp217 renderNodeTest12.renderContent_->renderProperties_.illuminatedPtr_->illuminatedType_ = IlluminatedType::BORDER; in HWTEST_F()
348 illuminatedPtrTest2->illuminatedType_ = IlluminatedType::BORDER_CONTENT; in HWTEST_F()
428 pointLightDrawableTest->illuminatedType_ = IlluminatedType::BORDER_CONTENT; in HWTEST_F()
435 pointLightDrawableTest->illuminatedType_ = IlluminatedType::CONTENT; in HWTEST_F()
442 pointLightDrawableTest->illuminatedType_ = IlluminatedType::BORDER; in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsEnumStyle.js3003 var IlluminatedType; variable
3004 (function (IlluminatedType) {
3005 IlluminatedType[IlluminatedType["NONE"] = 0] = "NONE";
3006 IlluminatedType[IlluminatedType["BORDER"] = 1] = "BORDER";
3007 IlluminatedType[IlluminatedType["CONTENT"] = 2] = "CONTENT";
3008 IlluminatedType[IlluminatedType["BORDER_CONTEN
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/
H A Drs_property_drawable_foreground.h173 IlluminatedType illuminatedType_ = IlluminatedType::INVALID;
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_test.cpp1257 properties.illuminatedPtr_->illuminatedType_ = IlluminatedType::BLOOM_BORDER; in HWTEST_F()
2839 IlluminatedType illuminatedType = IlluminatedType::BORDER; in HWTEST_F()
2848 IlluminatedType illuminatedTypeBB = IlluminatedType::BLEND_BORDER; in HWTEST_F()
2852 IlluminatedType illuminatedTypeBC = IlluminatedType::BLEND_CONTENT; in HWTEST_F()
2856 IlluminatedType illuminatedTypeBBC = IlluminatedType::BLEND_BORDER_CONTENT; in HWTEST_F()
H A Drs_properties_painter_test.cpp976 properties.illuminatedPtr_->illuminatedType_ = IlluminatedType::CONTENT; in HWTEST_F()
980 properties.illuminatedPtr_->illuminatedType_ = IlluminatedType::BORDER; in HWTEST_F()
984 properties.illuminatedPtr_->illuminatedType_ = IlluminatedType::BORDER_CONTENT; in HWTEST_F()
H A Drs_property_drawable_bounds_geometry_test.cpp558 IlluminatedType illuminatedType = IlluminatedType::BORDER; in HWTEST_F()
563 illuminatedType = IlluminatedType::NONE; in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties_painter.cpp1323 if (illuminatedType == IlluminatedType::CONTENT) { in DrawLightInner()
1325 } else if (illuminatedType == IlluminatedType::BORDER) { in DrawLightInner()
1327 } else if (illuminatedType == IlluminatedType::BORDER_CONTENT) { in DrawLightInner()
H A Drs_properties.cpp3273 auto curIlluminateType = IlluminatedType(illuminatedType); in SetIlluminatedType()
3279 if (curIlluminateType == IlluminatedType::INVALID) { // skip when resetFunc call in SetIlluminatedType()
3284 bool preTypeIsNone = preIlluminatedType == IlluminatedType::NONE; in SetIlluminatedType()
3285 bool curTypeIsNone = curIlluminateType == IlluminatedType::NONE; in SetIlluminatedType()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_render_node_test.cpp1102 properties.illuminatedPtr_->illuminatedType_ = IlluminatedType::BORDER; in HWTEST_F()

Completed in 30 milliseconds