Searched refs:STYLE (Results 1 – 10 of 10) sorted by relevance
75 FUNCTION("style", STYLE) \
42 STYLE, enumerator
151 …static const char* STYLE[] = { "BlurStyle.NONE", "BlurStyle.Thin", "BlurStyle.Regular", "BlurStyle… in ToJsonValue() local161 jsonBlurStyle->Put("value", STYLE[static_cast<int>(blurStyle)]); in ToJsonValue()
320 KEYWORD(STYLE, style)
265 | nl | 给输入的文件添加行号。<br />usage: nl [-E] [-l #] [-b MODE] [-n STYLE] [-s SEPARATOR] [-v #] [-w…
174 auto style = paramObject->GetProperty(static_cast<int32_t>(ArkUIIndex::STYLE)); in GetFontInfo()
839 auto fontStyleValue = fontObj->GetProperty(static_cast<int32_t>(ArkUIIndex::STYLE)); in SetPopupMessageOptions()4004 ParseBorderStyle(object->GetProperty(static_cast<int32_t>(ArkUIIndex::STYLE))); in JsBorder()
585 rootComponent_->SetUpdateType(UpdateType::STYLE); in UpdatePseudoStyleByStatus()
265 | nl | Adds a line number to an input file.<br>usage: nl [-E] [-l #] [-b MODE] [-n STYLE] [-…
150 if (swiper->GetUpdateType() == UpdateType::STYLE) { in Update()