Home
last modified time | relevance | path

Searched refs:hasBackground_ (Results 1 – 6 of 6) sorted by relevance

/foundation/ace/ace_engine/frameworks/bridge/common/dom/
Ddom_popup.h56 bool hasBackground_ = false; variable
Ddom_popup.cpp127 hasBackground_ = true; in SetSpecializedStyle()
/foundation/ace/ace_engine/frameworks/core/components/declaration/piece/
Dpiece_declaration.h196 return hasBackground_; in HasBackground()
213 bool hasBackground_ = false; variable
Dpiece_declaration.cpp120 hasBackground_ = true; in SetSpecializedStyle()
/foundation/graphic/standard/rosen/modules/2d_engine/rosen_text/properties/
Dtext_style.h107 bool hasBackground_ = false; variable
Drosen_converter_txt.cpp283 txtStyle.has_background = textStyle.hasBackground_; in RosenConvertTxtStyle()