Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/piece/
H A Dpiece_declaration.cpp29 AddSpecializedStyle(DeclarationConstants::DEFAULT_PIECE_STYLE); in InitSpecialized()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Ddeclaration_constants.h146 static const std::shared_ptr<PieceStyle> DEFAULT_PIECE_STYLE; variable
H A Ddeclaration_constants.cpp137 const std::shared_ptr<PieceStyle> DeclarationConstants::DEFAULT_PIECE_STYLE = std::make_shared<Piec… member in OHOS::Ace::DeclarationConstants