/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/ |
H A D | menu_item_model.h | 49 virtual void SetFontStyle(Ace::FontStyle style); 54 virtual void SetLabelFontStyle(Ace::FontStyle style);
|
/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/ |
H A D | svg_fe_declaration.cpp | 27 bool SvgFeDeclaration::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle() argument 29 return SetSpecializedValue(style); in SetSpecializedStyle()
|
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_stack.h | 45 bool SetSpecializedStyle(const std::pair<std::string, std::string>& style) override; 52 bool GetAxisOffset(const std::pair<std::string, std::string>& style);
|
/foundation/arkui/ace_engine/advanced_ui_component/formmenu/interfaces/ |
H A D | formmenu.js | 62 FormMenuItem.create(options?.style?.options ? options.style.options : {
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_slider_ffi.cpp | 39 if (!Utils::CheckParamsValid(value.style, SLIDER_MODES_NG.size())) { in FfiOHOSAceFrameworkSliderCreate() 40 LOGE("invalid value for slider style"); in FfiOHOSAceFrameworkSliderCreate() 49 SliderModel::GetInstance()->SetSliderMode(SLIDER_MODES_NG[value.style]); in FfiOHOSAceFrameworkSliderCreate()
|
H A D | cj_menu_ffi.cpp | 31 const char* family, int32_t style) in FfiOHOSAceFrameworkMenuFont() 33 MenuModel::GetInstance()->SetFontStyle(static_cast<FontStyle>(style)); in FfiOHOSAceFrameworkMenuFont() 30 FfiOHOSAceFrameworkMenuFont(double size, int32_t unit, const char* weight, const char* family, int32_t style) FfiOHOSAceFrameworkMenuFont() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/paste_button/ |
H A D | paste_button_model_ng.cpp | 49 SecurityComponentElementStyle style = { in CreateNode() local 56 style, []() { return AceType::MakeRefPtr<SecurityComponentPattern>(); }, isArkuiComponent); in CreateNode()
|
/foundation/arkui/ui_lite/frameworks/imgdecode/ |
H A D | cache_manager.h | 76 RetCode Open(const char* path, const Style& style, CacheEntry& entry); 99 RetCode TryDecode(const char* path, const Style& style, CacheEntry& entry);
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | text_component.h | 51 TextStyle style; member 52 StringStyleSpan() : start(-1), end(-1), style(TextStyle::TEXT_STYLE_NORMAL) {} in StringStyleSpan() 74 // parse js text align style to ui_label 77 // parse js text size style to fontSize_ 79 // parse js text color style to ui_label 81 // parse js text overflow style to ui_label 83 // parse js text letter space style to ui_label 85 // parse js text line height style to ui_label
|
/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_abstract_progress.h | 220 * @brief Sets the background style for this progress bar. 222 * @param style Indicates the background style of the progress bar. For details, see {@link Style}. 227 void SetBackgroundStyle(const Style& style); 230 * @brief Sets a background style for this progress bar. 232 * @param key Indicates the key of the style to set. 240 * @brief Obtains the background style of this progress bar. 242 * @return Returns the background style. 250 * @brief Obtains the value of a background style of this progress bar. 252 * @param key Indicates the key of the style [all...] |
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/ |
H A D | texgine_typeface.cpp | 88 auto style = typeface_->GetFontStyle(); in GetFontStyle() local 90 texgineFontStyle->SetStyle(style); in GetFontStyle()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_filter.cpp | 46 std::shared_ptr<RSFilter> RSFilter::CreateMaterialFilter(int style, float dipScale, BLUR_COLOR_MODE mode, float ratio) in CreateMaterialFilter() argument 48 return std::make_shared<RSMaterialFilter>(style, dipScale, mode, ratio); in CreateMaterialFilter()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_path_effect.cpp | 42 void SkiaPathEffect::InitWithPathDash(const Path& path, scalar advance, scalar phase, PathDashStyle style) in InitWithPathDash() argument 47 SkPath1DPathEffect::Make(p->GetPath(), advance, phase, static_cast<SkPath1DPathEffect::Style>(style)); in InitWithPathDash()
|
/kernel/linux/linux-5.10/include/linux/usb/ |
H A D | musb.h | 39 enum musb_fifo_style style; member 47 .style = st, \
|
/third_party/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/javaspi/util/ |
H A D | TimeZoneNameProviderICU.java | 21 public String getDisplayName(String ID, boolean daylight, int style, Locale locale) { in getDisplayName() argument 38 switch (style) { in getDisplayName() 50 // switch (style) { in getDisplayName()
|
/third_party/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/ |
H A D | TimeZoneICU.java | 50 //public String getDisplayName(boolean daylight, int style) 54 public String getDisplayName(boolean daylight, int style, Locale locale) { in getDisplayName() argument 55 return fIcuTz.getDisplayName(daylight, style, locale); in getDisplayName()
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-list-format.h | 2 // Use of this source code is governed by a BSD-style license that can be 64 // Style: identifying the relative time format style used. 72 inline void set_style(Style style); 73 inline Style style() const;
|
H A D | js-display-names.h | 2 // Use of this source code is governed by a BSD-style license that can be 51 // Style: identifying the display names style used. 59 inline void set_style(Style style); 60 inline Style style() const;
|
/third_party/rust/crates/clap/clap_derive/src/derives/ |
H A D | into_app.rs | 34 clippy::style, in gen_for_struct() 74 clippy::style, in gen_for_enum()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/config/ |
H A D | rouge-extend-css.rb | 18 overrides = %(<style> 53 </style>) 55 # super can return either <style> or <link> markup, both work
|
/third_party/skia/src/gpu/ops/ |
H A D | SmallPathShapeData.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 15 // Shapes' keys are for their pre-style geometry, but by now we shouldn't have any in SmallPathShapeDataKey() 17 SkASSERT(shape.style().isSimpleFill()); in SmallPathShapeDataKey() 26 // Shapes' keys are for their pre-style geometry, but by now we shouldn't have any in SmallPathShapeDataKey() 28 SkASSERT(shape.style().isSimpleFill()); in SmallPathShapeDataKey()
|
/third_party/skia/experimental/skrive/src/ |
H A D | Paint.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 29 if (node->style() == SkPaint::kFill_Style) { in parse_fill_stroke() 75 paint->setStyle(this->style()); in onApply()
|
/third_party/skia/modules/skparagraph/include/ |
H A D | ParagraphBuilder.h | 27 // Push a style to the stack. The corresponding text added with AddText will 28 // use the top-most style. 29 virtual void pushStyle(const TextStyle& style) = 0; 31 // Remove a style from the stack. Useful to apply different styles to chunks 46 // Adds UTF16-encoded text to the builder. Forms the proper runs to use the upper-most style 50 // Adds UTF8-encoded text to the builder, using the top-most style on the style_stack. 85 static std::unique_ptr<ParagraphBuilder> make(const ParagraphStyle& style,
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
H A D | offscreen_canvas_pattern.cpp | 298 void OffscreenCanvasPattern::SetLineCap(LineCapStyle style) in SetLineCap() argument 300 offscreenPaintMethod_->SetLineCap(style); in SetLineCap() 303 void OffscreenCanvasPattern::SetLineJoin(LineJoinStyle style) in SetLineJoin() argument 305 offscreenPaintMethod_->SetLineJoin(style); in SetLineJoin() 378 void OffscreenCanvasPattern::SetFontStyle(FontStyle style) in SetFontStyle() argument 380 offscreenPaintMethod_->SetFontStyle(style); in SetFontStyle()
|
/foundation/arkui/ace_engine/frameworks/core/components/text_field/ |
H A D | text_field_component.cpp | 320 void TextFieldComponent::SetInputStyle(InputStyle style) in SetInputStyle() argument 322 declaration_->SetInputStyle(style); in SetInputStyle() 750 void TextFieldComponent::SetPlaceHoldStyle(const TextStyle& style) in SetPlaceHoldStyle() argument 752 declaration_->SetPlaceHoldStyle(style); in SetPlaceHoldStyle() 760 void TextFieldComponent::SetEditingStyle(const TextStyle& style) in SetEditingStyle() argument 762 declaration_->SetEditingStyle(style); in SetEditingStyle()
|