Home
last modified time | relevance | path

Searched refs:STYLE (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djs_ui_index.h75 FUNCTION("style", STYLE) \
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dcomponent.h42 STYLE, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Ddecoration.h151 …static const char* STYLE[] = { "BlurStyle.NONE", "BlurStyle.Thin", "BlurStyle.Regular", "BlurStyle… in ToJsonValue() local
161 jsonBlurStyle->Put("value", STYLE[static_cast<int>(blurStyle)]); in ToJsonValue()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Dkeys.h320 KEYWORD(STYLE, style)
/ohos5.0/docs/zh-cn/application-dev/tools/
H A Dtoybox.md265 | nl | 给输入的文件添加行号。<br />usage: nl [-E] [-l #] [-b MODE] [-n STYLE] [-s SEPARATOR] [-v #] [-w…
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_text.cpp174 auto style = paramObject->GetProperty(static_cast<int32_t>(ArkUIIndex::STYLE)); in GetFontInfo()
H A Djs_view_abstract.cpp839 auto fontStyleValue = fontObj->GetProperty(static_cast<int32_t>(ArkUIIndex::STYLE)); in SetPopupMessageOptions()
4004 ParseBorderStyle(object->GetProperty(static_cast<int32_t>(ArkUIIndex::STYLE))); in JsBorder()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_node.cpp585 rootComponent_->SetUpdateType(UpdateType::STYLE); in UpdatePseudoStyleByStatus()
/ohos5.0/docs/en/application-dev/tools/
H A Dtoybox.md265 | nl | Adds a line number to an input file.<br>usage: nl [-E] [-l #] [-b MODE] [-n STYLE] [-…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Drender_swiper.cpp150 if (swiper->GetUpdateType() == UpdateType::STYLE) { in Update()