/third_party/rust/crates/serde/serde_derive/src/internals/ |
H A D | check.rs | 105 check_flatten_field(cx, variant.style, field); in check_flatten() 109 Data::Struct(style, fields) => { in check_flatten() 111 check_flatten_field(cx, *style, field); in check_flatten() 117 fn check_flatten_field(cx: &Ctxt, style: Style, field: &Field) { in check_flatten_field() 121 match style { in check_flatten_field() 152 variant.style, in check_identifier() 319 match variant.style { in check_internal_tag_field_name_conflict()
|
/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/ |
H A D | svg_text_path_declaration.cpp | 40 bool SvgTextPathDeclaration::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle() argument 42 return SetSpecializedValue(style); in SetSpecializedStyle()
|
H A D | svg_ellipse_declaration.cpp | 40 bool SvgEllipseDeclaration::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle() argument 42 return SetSpecializedValue(style); in SetSpecializedStyle()
|
H A D | svg_circle_declaration.cpp | 40 bool SvgCircleDeclaration::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle() argument 42 return SetSpecializedValue(style); in SetSpecializedStyle()
|
H A D | svg_line_declaration.cpp | 40 bool SvgLineDeclaration::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle() argument 42 return SetSpecializedValue(style); in SetSpecializedStyle()
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_search_ffi.h | 45 int32_t style; member 50 CJ_EXPORT void FfiOHOSAceFrameworkSearchSetBorderStyle(int32_t style);
|
H A D | cj_list_item_group_ffi.cpp | 30 V2::ListItemGroupStyle style {}; in FfiOHOSAceFrameworkListItemGroupCreate() 31 ListItemGroupModel::GetInstance()->Create(style); in FfiOHOSAceFrameworkListItemGroupCreate()
|
/foundation/arkui/ace_engine/advanced_ui_component/formmenu/interfaces/ |
H A D | formmenu_preview.js | 68 MenuItem.create(options?.style?.options ? options.style.options : {
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | menu_item_model_impl.cpp | 37 void MenuItemModelImpl::SetFontStyle(Ace::FontStyle style) {} in SetFontStyle() argument 47 void MenuItemModelImpl::SetLabelFontStyle(Ace::FontStyle style) {} in SetLabelFontStyle() argument
|
H A D | menu_item_model_impl.h | 33 void SetFontStyle(Ace::FontStyle style) override; 38 void SetLabelFontStyle(Ace::FontStyle style) override;
|
/foundation/graphic/graphic_2d/rosen/modules/texgine/export/texgine/ |
H A D | any_span.h | 86 void SetTextStyle(const TextStyle& style) in SetTextStyle() argument 88 xs_ = style; in SetTextStyle()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/impl/ |
H A D | paragraph_builder_impl.h | 30 ParagraphBuilderImpl(const ParagraphStyle& style, std::shared_ptr<txt::FontCollection> fontCollection); 34 void PushStyle(const TextStyle& style) override;
|
/kernel/linux/linux-6.6/include/linux/usb/ |
H A D | musb.h | 39 enum musb_fifo_style style; member 47 .style = st, \
|
/third_party/lzma/CPP/Windows/Control/ |
H A D | Window2.h | 21 DWORD style, int x, int y, int width, int height,
26 DWORD style, int x, int y, int width, int height,
|
/third_party/ltp/testcases/network/dhcp/ |
H A D | dhcpd_tests.sh | 48 ddns-update-style none; 63 ddns-update-style none;
|
/third_party/skia/third_party/externals/freetype/src/truetype/ |
H A D | ttsubpix.h | 78 const FT_String* style, 87 const FT_String* style,
|
/third_party/skia/docs/examples/ |
H A D | SkFontMgr_example2.cpp | 2 // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. 25 SkString style; in REG_FIDDLE() local 26 styleSet->getStyle(j, &fontStyle, &style); in REG_FIDDLE()
|
/third_party/skia/modules/skparagraph/samples/ |
H A D | SampleParagraph.cpp | 112 TextStyle style; in drawTest() local 113 style.setFontFamilies({SkString(std::get<0>(para).c_str())}); in drawTest() 119 style.setFontStyle(fontStyle); in drawTest() 120 style.setFontSize(std::get<3>(para) * i); in drawTest() 123 style.setBackgroundColor(background); in drawTest() 127 style.setForegroundColor(foreground); in drawTest() 129 style.addShadow(TextShadow(SK_ColorBLACK, SkPoint::Make(5, 5), 2)); in drawTest() 140 style.setDecoration((TextDecoration)decoration); in drawTest() 141 style.setDecorationStyle(std::get<7>(para)); in drawTest() 142 style in drawTest() 241 TextStyle style(SkPaint paint) { style() function in __anon18595::ParagraphView2 242 TextStyle style; style() local 273 TextStyle style; drawText() local 325 TextStyle style; drawLine() local 445 TextStyle style; drawLine() local 583 TextStyle style; drawFlutter() local 698 TextStyle style; bidi() local 837 TextStyle style; hangingS() local [all...] |
/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/ |
H A D | overlay_manager_test_ng.cpp | 900 auto style = sheetNodeLayoutProperty->GetSheetStyle(); in HWTEST_F() local 901 EXPECT_EQ(style->sheetMode.value(), SheetMode::MEDIUM); in HWTEST_F() 902 EXPECT_EQ(style->showDragBar.value(), true); in HWTEST_F() 924 style = sheetNodeLayoutProperty->GetSheetStyle(); in HWTEST_F() 925 EXPECT_EQ(style->sheetMode.value(), SheetMode::MEDIUM); in HWTEST_F() 926 EXPECT_EQ(style->showDragBar.value(), false); in HWTEST_F() 1243 auto style = sheetNodeLayoutProperty->GetSheetStyle(); in HWTEST_F() local 1244 EXPECT_EQ(style->sheetMode.value(), SheetMode::MEDIUM); in HWTEST_F() 1245 EXPECT_EQ(style->showDragBar.value(), true); in HWTEST_F() 1262 style in HWTEST_F() 1764 NG::SheetStyle style; HWTEST_F() local 2070 auto style = sheetLayoutProperty->GetSheetStyle(); HWTEST_F() local 2845 SheetStyle style; HWTEST_F() local 2874 SheetStyle style; HWTEST_F() local 2909 SheetStyle style; HWTEST_F() local 2955 SheetStyle style; HWTEST_F() local 3034 auto style = sheetNodeLayoutProperty->GetSheetStyle(); HWTEST_F() local 3086 auto style = layoutProperty->GetSheetStyle(); HWTEST_F() local 3186 SheetStyle style; HWTEST_F() local 3219 SheetStyle style; HWTEST_F() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/ |
H A D | position_param.h | 152 std::optional<ChainStyle> style; member 156 return ((this->direction == right.direction) && (this->style == right.style)); in operator ==()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
H A D | offscreen_canvas_pattern.h | 74 void SetLineCap(LineCapStyle style); 75 void SetLineJoin(LineJoinStyle style); 90 void SetFontStyle(FontStyle style);
|
/foundation/arkui/ace_engine/frameworks/core/components/rich_text/ |
H A D | render_rich_text.cpp | 132 auto& style = static_cast<CommonVisibilityStyle&>(declaration->GetStyle(StyleTag::COMMON_VISIBILITY_STYLE)); in Update() local 133 if (style.IsValid()) { in Update() 134 visible = style.visibility == VisibilityType::VISIBLE ? true : false; in Update()
|
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_marquee.cpp | 84 bool DOMMarquee::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle() argument 104 auto operatorIter = BinarySearchFindIndex(textStyleOperators, ArraySize(textStyleOperators), style.first.c_str()); in SetSpecializedStyle() 106 textStyleOperators[operatorIter].value(textStyle_, style.second, *this); in SetSpecializedStyle()
|
/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_canvas.h | 55 const Style& style, 64 const Style& style, 72 const Style& style, 160 strokeLineStyle.SetWidth(paint.GetStrokeWidth()); // Line style related in LineStyleCalc() 174 * Set linedash style
|
/third_party/node/deps/npm/node_modules/chalk/source/ |
H A D | index.js | 56 for (const [styleName, style] of Object.entries(ansiStyles)) { 59 const builder = createBuilder(this, createStyler(style.open, style.close, this[STYLER]), this[IS_EMPTY]);
|