Home
last modified time | relevance | path

Searched defs:weight (Results 1 – 25 of 163) sorted by relevance

1234567

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkTheme.js281 weight: ArkTypographyWeights.light, property in ArkSystemTypography.constructor.displayLarge
285 weight: ArkTypographyWeights.light, property in ArkSystemTypography.constructor.displayMiddle
289 weight: ArkTypographyWeights.light, property in ArkSystemTypography.constructor.displaySmall
293 weight: ArkTypographyWeights.bold, property in ArkSystemTypography.constructor.titleLarge
297 weight: ArkTypographyWeights.bold, property in ArkSystemTypography.constructor.titleMiddle
301 weight: ArkTypographyWeights.bold, property in ArkSystemTypography.constructor.titleSmall
305 weight: ArkTypographyWeights.medium, property in ArkSystemTypography.constructor.subtitleLarge
309 weight: ArkTypographyWeights.medium, property in ArkSystemTypography.constructor.subtitleMiddle
313 weight: ArkTypographyWeights.medium, property in ArkSystemTypography.constructor.subtitleSmall
317 weight: ArkTypographyWeights.medium, property in ArkSystemTypography.constructor.bodyLarge
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_symbol_glyph_modifier.cpp30 FontWeight ConvertStrToFontWeight(ArkUI_CharPtr weight, FontWeight defaultFontWeight = FontWeight::… in ConvertStrToFontWeight()
36 FontWeight ConvertIntToFontWeight(ArkUI_Int32 weight) in ConvertIntToFontWeight()
105 void SetFontWeightStr(ArkUINodeHandle node, ArkUI_CharPtr weight) in SetFontWeightStr()
112 void SetFontWeight(ArkUINodeHandle node, ArkUI_Int32 weight) in SetFontWeight()
H A Dnode_symbol_span_modifier.cpp28 FontWeight ConvertStrToFontWeight(ArkUI_CharPtr weight, FontWeight defaultFontWeight = FontWeight::… in ConvertStrToFontWeight()
83 void SetSymbolSpanFontWeightStr(ArkUINodeHandle node, ArkUI_CharPtr weight) in SetSymbolSpanFontWeightStr()
90 void SetSymbolSpanFontWeight(ArkUINodeHandle node, ArkUI_Int32 weight) in SetSymbolSpanFontWeight()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drender_svg_path.h35 void SetWeight(float weight) in SetWeight()
H A Drender_svg_polygon.h38 void SetWeight(float weight) in SetWeight()
H A Drosen_render_svg_polygon.cpp126 const std::string& points1, const std::string& points2, double weight, SkPath* out) in CreateSkPaths()
157 const std::string& points1, const std::string& points2, double weight, RSPath* out) in CreateRSPaths()
235 float weight = 1.0f; in GetPath() local
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A D_o_h___drawing___font_adjust_info.md37 ### weight subsection
H A D_o_h___drawing___font_alias_info.md37 ### weight subsection
H A D_o_h___drawing___font_style_struct.md38 ### weight subsection
H A D_o_h___drawing___font_descriptor.md123 ### weight subsection
H A D_o_h___drawing___strut_style.md131 ### weight subsection
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/
H A D_o_h___drawing___font_adjust_info.md37 ### weight subsection
H A D_o_h___drawing___font_alias_info.md37 ### weight subsection
H A D_o_h___drawing___font_style_struct.md38 ### weight subsection
H A D_o_h___drawing___font_descriptor.md123 ### weight subsection
H A D_o_h___drawing___strut_style.md131 ### weight subsection
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dutils.cpp24 auto weight = textStyle.GetFontWeight(); in GetTextStyleInJson() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dmenu_item_model_impl.cpp35 void MenuItemModelImpl::SetFontWeight(FontWeight weight) {} in SetFontWeight()
45 void MenuItemModelImpl::SetLabelFontWeight(FontWeight weight) {} in SetLabelFontWeight()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_alphabet_indexer_ffi.cpp66 double size, int32_t unit, const char* weight, const char* family, int32_t style) in FfiOHOSAceFrameworkAlphabetIndexerSelectedFont()
75 double size, int32_t unit, const char* weight, const char* family, int32_t style) in FfiOHOSAceFrameworkAlphabetIndexerPopupFont()
83 void FfiOHOSAceFrameworkAlphabetIndexerFont(double size, int32_t unit, const char* weight, in FfiOHOSAceFrameworkAlphabetIndexerFont()
H A Dcj_select_ffi.cpp73 int32_t style, const char* weight, double size, int32_t sizeUnit, const char* family) in FfiOHOSAceFrameworkSelectSetFont()
92 int32_t style, const char* weight, double size, int32_t sizeUnit, const char* family) in FfiOHOSAceFrameworkSelectSetSelectedOptionFont()
111 int32_t style, const char* weight, double size, int32_t sizeUnit, const char* family) in FfiOHOSAceFrameworkSelectSetOptionFont()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/effectChain/src/
H A Dhorizontal_blur_filter.cpp35 std::shared_ptr<float> weight = std::static_pointer_cast<float>(value); in SetValue() local
H A Dvertical_blur_filter.cpp34 std::shared_ptr<float> weight = std::static_pointer_cast<float>(value); in SetValue() local
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/
H A Dpost_proc_slr.h99 auto weight = fSLRCache.find(key); in find() local
105 auto weight = fSLRCache.insert(key, std::move(weightTuple)); in insert() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/
H A Dmenu_item_model_ng.cpp185 void MenuItemModelNG::SetFontWeight(FontWeight weight) in SetFontWeight()
218 void MenuItemModelNG::SetLabelFontWeight(FontWeight weight) in SetLabelFontWeight()
287 void MenuItemModelNG::SetLabelFontWeight(FrameNode* frameNode, FontWeight weight) in SetLabelFontWeight()
311 void MenuItemModelNG::SetFontWeight(FrameNode* frameNode, FontWeight weight) in SetFontWeight()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H A Dtexgine_font_style.cpp26 int weight, int width, Slant slant): fontStyle_( in TexgineFontStyle()

1234567