Home
last modified time | relevance | path

Searched refs:style (Results 476 - 500 of 1407) sorted by relevance

1...<<11121314151617181920>>...57

/third_party/rust/crates/serde/serde_derive/src/internals/
H A Dcheck.rs105 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 Dsvg_text_path_declaration.cpp40 bool SvgTextPathDeclaration::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle() argument
42 return SetSpecializedValue(style); in SetSpecializedStyle()
H A Dsvg_ellipse_declaration.cpp40 bool SvgEllipseDeclaration::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle() argument
42 return SetSpecializedValue(style); in SetSpecializedStyle()
H A Dsvg_circle_declaration.cpp40 bool SvgCircleDeclaration::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle() argument
42 return SetSpecializedValue(style); in SetSpecializedStyle()
H A Dsvg_line_declaration.cpp40 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 Dcj_search_ffi.h45 int32_t style; member
50 CJ_EXPORT void FfiOHOSAceFrameworkSearchSetBorderStyle(int32_t style);
H A Dcj_list_item_group_ffi.cpp30 V2::ListItemGroupStyle style {}; in FfiOHOSAceFrameworkListItemGroupCreate()
31 ListItemGroupModel::GetInstance()->Create(style); in FfiOHOSAceFrameworkListItemGroupCreate()
/foundation/arkui/ace_engine/advanced_ui_component/formmenu/interfaces/
H A Dformmenu_preview.js68 MenuItem.create(options?.style?.options ? options.style.options : {
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dmenu_item_model_impl.cpp37 void MenuItemModelImpl::SetFontStyle(Ace::FontStyle style) {} in SetFontStyle() argument
47 void MenuItemModelImpl::SetLabelFontStyle(Ace::FontStyle style) {} in SetLabelFontStyle() argument
H A Dmenu_item_model_impl.h33 void SetFontStyle(Ace::FontStyle style) override;
38 void SetLabelFontStyle(Ace::FontStyle style) override;
/foundation/graphic/graphic_2d/rosen/modules/texgine/export/texgine/
H A Dany_span.h86 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 Dparagraph_builder_impl.h30 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 Dmusb.h39 enum musb_fifo_style style; member
47 .style = st, \
/third_party/lzma/CPP/Windows/Control/
H A DWindow2.h21 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 Ddhcpd_tests.sh48 ddns-update-style none;
63 ddns-update-style none;
/third_party/skia/third_party/externals/freetype/src/truetype/
H A Dttsubpix.h78 const FT_String* style,
87 const FT_String* style,
/third_party/skia/docs/examples/
H A DSkFontMgr_example2.cpp2 // 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 DSampleParagraph.cpp112 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 Doverlay_manager_test_ng.cpp900 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 Dposition_param.h152 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 Doffscreen_canvas_pattern.h74 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 Drender_rich_text.cpp132 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 Ddom_marquee.cpp84 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 Ddraw_canvas.h55 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 Dindex.js56 for (const [styleName, style] of Object.entries(ansiStyles)) {
59 const builder = createBuilder(this, createStyler(style.open, style.close, this[STYLER]), this[IS_EMPTY]);

Completed in 14 milliseconds

1...<<11121314151617181920>>...57