/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | arkTheme.js | 281 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 D | node_symbol_glyph_modifier.cpp | 30 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 D | node_symbol_span_modifier.cpp | 28 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 D | render_svg_path.h | 35 void SetWeight(float weight) in SetWeight()
|
H A D | render_svg_polygon.h | 38 void SetWeight(float weight) in SetWeight()
|
H A D | rosen_render_svg_polygon.cpp | 126 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.md | 37 ### weight subsection
|
H A D | _o_h___drawing___font_alias_info.md | 37 ### weight subsection
|
H A D | _o_h___drawing___font_style_struct.md | 38 ### weight subsection
|
H A D | _o_h___drawing___font_descriptor.md | 123 ### weight subsection
|
H A D | _o_h___drawing___strut_style.md | 131 ### weight subsection
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/ |
H A D | _o_h___drawing___font_adjust_info.md | 37 ### weight subsection
|
H A D | _o_h___drawing___font_alias_info.md | 37 ### weight subsection
|
H A D | _o_h___drawing___font_style_struct.md | 38 ### weight subsection
|
H A D | _o_h___drawing___font_descriptor.md | 123 ### weight subsection
|
H A D | _o_h___drawing___strut_style.md | 131 ### weight subsection
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | utils.cpp | 24 auto weight = textStyle.GetFontWeight(); in GetTextStyleInJson() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | menu_item_model_impl.cpp | 35 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 D | cj_alphabet_indexer_ffi.cpp | 66 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 D | cj_select_ffi.cpp | 73 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 D | horizontal_blur_filter.cpp | 35 std::shared_ptr<float> weight = std::static_pointer_cast<float>(value); in SetValue() local
|
H A D | vertical_blur_filter.cpp | 34 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 D | post_proc_slr.h | 99 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 D | menu_item_model_ng.cpp | 185 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 D | texgine_font_style.cpp | 26 int weight, int width, Slant slant): fontStyle_( in TexgineFontStyle()
|