Searched refs:BORDER_CONTENT (Results 1 – 9 of 9) sorted by relevance
18 | BORDER_CONTENT | 组件边缘和内容可以被照亮。 |
79 .pointLight({ illuminated: IlluminatedType.BORDER_CONTENT })
18 | BORDER_CONTENT | The borders and content of the component can be illuminated.|
510 …if (illuminatedType_ == IlluminatedType::BORDER_CONTENT || illuminatedType_ == IlluminatedType::BO… in OnSync()519 …if (illuminatedType_ == IlluminatedType::BORDER_CONTENT || illuminatedType_ == IlluminatedType::CO… in OnSync()567 if (illuminatedType_ == IlluminatedType::BORDER_CONTENT) { in DrawLight()
196 BORDER_CONTENT, enumerator
348 illuminatedPtrTest2->illuminatedType_ = IlluminatedType::BORDER_CONTENT;428 pointLightDrawableTest->illuminatedType_ = IlluminatedType::BORDER_CONTENT;
1007 properties.illuminatedPtr_->illuminatedType_ = IlluminatedType::BORDER_CONTENT;
1261 } else if (illuminatedType == IlluminatedType::BORDER_CONTENT) { in DrawLightInner()