Home
last modified time | relevance | path

Searched refs:style (Results 676 - 700 of 2466) sorted by relevance

1...<<21222324252627282930>>...99

/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_toggle.cpp72 bool DOMToggle::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle() argument
120 BinarySearchFindIndex(toggleStyleOperators, ArraySize(toggleStyleOperators), style.first.c_str()); in SetSpecializedStyle()
122 toggleStyleOperators[operatorIter].value(*this, style.second); in SetSpecializedStyle()
/foundation/arkui/ui_lite/frameworks/imgdecode/
H A Dcache_manager.cpp119 RetCode CacheManager::Open(const char* path, const Style& style, CacheEntry& entry) in Open() argument
142 ret = TryDecode(path, style, entryArr_[indexHitted]); in Open()
269 RetCode CacheManager::TryDecode(const char* path, const Style& style, CacheEntry& entry) in TryDecode() argument
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_text_blob.cpp147 static SkPaint::Style ConvertSkStyle(Paint::PaintStyle style) in ConvertSkStyle() argument
149 if (PAINT_STYLE.find(style) != PAINT_STYLE.end()) { in ConvertSkStyle()
150 return PAINT_STYLE.at(style); in ConvertSkStyle()
/third_party/icu/icu4c/source/i18n/
H A Dscientificnumberformatter.cpp102 LocalPointer<Style> style(styleToAdopt); in createInstance()
109 style.getAlias(), in createInstance()
116 style.orphan(); in createInstance()
/third_party/mesa3d/src/glx/windows/
H A Dwindowsgl.c81 wc.style = CS_HREDRAW | CS_VREDRAW; in windows_create_context()
142 wc.style = CS_HREDRAW | CS_VREDRAW; in windows_create_context_attribs()
295 wc.style = CS_HREDRAW | CS_VREDRAW; in windows_call_with_context()
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dtzfmt.h29 * Constants for time zone display format style used by format/parse APIs
66 * This style is equivalent to the LDML date format pattern "O".
73 * This style is equivalent to the LDML date format pattern "X".
80 * This style is equivalent to the LDML date format pattern "x".
87 * This style is equivalent to the LDML date format pattern "XX".
94 * This style is equivalent to the LDML date format pattern "xx".
101 * This style is equivalent to the LDML date format pattern "XXXX".
108 * This style is equivalent to the LDML date format pattern "xxxx".
115 * This style is equivalent to the LDML date format pattern "XXX".
122 * This style i
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dscientificnumberformatter.cpp102 LocalPointer<Style> style(styleToAdopt); in createInstance()
109 style.getAlias(), in createInstance()
116 style.orphan(); in createInstance()
/third_party/icu/icu4c/source/i18n/unicode/
H A Dtzfmt.h29 * Constants for time zone display format style used by format/parse APIs
66 * This style is equivalent to the LDML date format pattern "O".
73 * This style is equivalent to the LDML date format pattern "X".
80 * This style is equivalent to the LDML date format pattern "x".
87 * This style is equivalent to the LDML date format pattern "XX".
94 * This style is equivalent to the LDML date format pattern "xx".
101 * This style is equivalent to the LDML date format pattern "XXXX".
108 * This style is equivalent to the LDML date format pattern "xxxx".
115 * This style is equivalent to the LDML date format pattern "XXX".
122 * This style i
[all...]
/third_party/node/deps/v8/src/objects/
H A Djs-list-format.cc2 // Use of this source code is governed by a BSD-style license that can be
34 UListFormatterWidth GetIcuWidth(JSListFormat::Style style) { in GetIcuWidth() argument
35 switch (style) { in GetIcuWidth()
110 // 14. Let s be ? GetOption(options, "style", "string", in New()
113 isolate, options, "style", service, {"long", "short", "narrow"}, in New()
162 // [[Style]] "style" in ResolvedOptions()
175 switch (style()) { in StyleAsString()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dscientificnumberformatter.cpp102 LocalPointer<Style> style(styleToAdopt); in createInstance()
109 style.getAlias(), in createInstance()
116 style.orphan(); in createInstance()
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dtzfmt.h29 * Constants for time zone display format style used by format/parse APIs
66 * This style is equivalent to the LDML date format pattern "O".
73 * This style is equivalent to the LDML date format pattern "X".
80 * This style is equivalent to the LDML date format pattern "x".
87 * This style is equivalent to the LDML date format pattern "XX".
94 * This style is equivalent to the LDML date format pattern "xx".
101 * This style is equivalent to the LDML date format pattern "XXXX".
108 * This style is equivalent to the LDML date format pattern "xxxx".
115 * This style is equivalent to the LDML date format pattern "XXX".
122 * This style i
[all...]
/third_party/skia/third_party/externals/freetype/src/autofit/
H A Dafshaper.c184 FT_TRACE4(( "GSUB lookups (style `%s'):\n", in af_shaper_get_coverage()
185 af_style_names[style_class->style] )); in af_shaper_get_coverage()
217 FT_TRACE4(( "GPOS lookups (style `%s'):\n", in af_shaper_get_coverage()
218 af_style_names[style_class->style] )); in af_shaper_get_coverage()
302 FT_TRACE4(( " no blue characters found; style skipped\n" )); in af_shaper_get_coverage()
324 * For this reason, we don't assign a style to a glyph if the current in af_shaper_get_coverage()
382 gstyles[idx] = (FT_UShort)style_class->style; in af_shaper_get_coverage()
/foundation/arkui/ace_engine/frameworks/core/components/declaration/canvas/
H A Dcanvas_declaration.cpp31 bool CanvasDeclaration::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle() argument
33 // No specialized style for canvas. in SetSpecializedStyle()
/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_recording_path_effect.h26 const TestingPath& path, float advance, float phase, TestingPathDashStyle style) in CreatePathDashEffect()
25 CreatePathDashEffect( const TestingPath& path, float advance, float phase, TestingPathDashStyle style) CreatePathDashEffect() argument
/third_party/gn/misc/vim/ftplugin/
H A Dgn.vim2 " Use of this source code is governed by a BSD-style license that can be
/third_party/icu/icu4c/source/io/
H A Dlocbund.h78 u_locbund_getNumberFormat(ULocaleBundle *bundle, UNumberFormatStyle style);
/third_party/skia/third_party/externals/icu/source/io/
H A Dlocbund.h78 u_locbund_getNumberFormat(ULocaleBundle *bundle, UNumberFormatStyle style);
/third_party/skia/include/core/
H A DSkMaskFilter.h4 * Use of this source code is governed by a BSD-style license that can be
27 * @param style The SkBlurStyle to use
32 static sk_sp<SkMaskFilter> MakeBlur(SkBlurStyle style, SkScalar sigma,
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_edit_testone_ng.cpp758 * @tc.desc: test update span style
794 * @tc.desc: test update span style
835 TextStyle style; in HWTEST_F() local
836 style.SetLineHeight(LINE_HEIGHT_VALUE); in HWTEST_F()
837 style.SetLetterSpacing(LETTER_SPACING); in HWTEST_F()
838 style.SetFontFeatures(TEXT_FONTFEATURE); in HWTEST_F()
841 options.style = style; in HWTEST_F()
848 richEditorPattern->SetTypingStyle(typingStyle, style); in HWTEST_F()
850 options1.style in HWTEST_F()
919 TextStyle style; HWTEST_F() local
[all...]
H A Drich_editor_base_testone_ng.cpp311 * @tc.desc: test update span style
923 TextStyle style; in HWTEST_F() local
924 style.SetLineHeight(LINE_HEIGHT_VALUE); in HWTEST_F()
925 style.SetLetterSpacing(LETTER_SPACING); in HWTEST_F()
926 style.SetFontFeatures(TEXT_FONTFEATURE); in HWTEST_F()
929 options.style = style; in HWTEST_F()
937 richEditorController->SetTypingStyle(typingStyle, style); in HWTEST_F()
939 options1.style = richEditorPattern->typingTextStyle_; in HWTEST_F()
972 TextStyle style; in HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Djs_card_parser.cpp884 // parse class style in ParseStyles()
900 // parse id style in ParseStyles()
911 // parse inline style in ParseStyles()
918 auto styleList = rootJson->GetValue("style"); in ParseInlineStyles()
923 auto style = styleList->GetChild(); in ParseInlineStyles() local
924 while (style && style->IsValid()) { in ParseInlineStyles()
925 auto key = style->GetKey(); in ParseInlineStyles()
926 auto value = style->IsString() ? style in ParseInlineStyles()
946 auto style = styleDetail->GetChild(); SelectStyle() local
[all...]
/third_party/python/Lib/tkinter/
H A Dttk.py6 TIP #48 (http://tip.tcl.tk/48) specified style engine.
134 """Formats a layout list so we can pass the result to ttk::style
135 layout and ttk::style settings. Note that the layout doesn't have to
193 script.append("ttk::style configure %s %s;" % (name, s))
197 script.append("ttk::style map %s %s;" % (name, s))
204 script.append("ttk::style layout %s {\n%s\n}" % (name, s))
219 script.append("ttk::style element create %s %s %s %s" % (
340 """Manipulate style database."""
342 _name = "ttk::style"
350 def configure(self, style, query_op
[all...]
/third_party/python/Modules/
H A D_csv.c89 QuoteStyle style; member
107 int quoting; /* style of quoting to write */
332 if ((int)qs->style == quoting) in dialect_check_quoting()
1722 const StyleDesc *style; in csv_exec() local
1760 for (style = quote_styles; style->name; style++) { in csv_exec()
1761 if (PyModule_AddIntConstant(module, style->name, in csv_exec()
1762 style->style) in csv_exec()
[all...]
/foundation/arkui/ui_lite/test/uitest/test_progress_bar/
H A Dui_test_circle_progress.cpp417 Style style = StyleDefault::GetDefaultStyle(); in OnClick() local
418 style.lineColor_ = Color::White(); in OnClick()
419 circleProgress_->SetBackgroundStyle(style); in OnClick()
420 style.lineColor_ = Color::Blue(); in OnClick()
421 circleProgress_->SetForegroundStyle(style); in OnClick()
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftmac.c438 StyleTable* style; in parse_fond() local
446 style = (StyleTable*)p; in parse_fond()
468 if ( style->indexes[face_index] > 1 && in parse_fond()
469 style->indexes[face_index] <= string_count ) in parse_fond()
471 unsigned char* suffixes = names[style->indexes[face_index] - 1]; in parse_fond()

Completed in 34 milliseconds

1...<<21222324252627282930>>...99