Home
last modified time | relevance | path

Searched defs:textCase (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dspan_composed_element.cpp73 auto textCase = in GetTextCase() local
104 auto textCase = renderTextSpan->GetSpanStyle().GetLetterSpacing(); in GetLetterSpacing() local
H A Dtext_composed_element.cpp130 auto textCase = in GetTextCase() local
H A Dutils.h304 inline std::string ConvertWrapTextCaseToStirng(TextCase textCase) in ConvertWrapTextCaseToStirng()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-span.md74 ### textCase subsection
H A Dts-basic-components-text.md225 ### textCase subsection
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-span.md74 ### textCase subsection
H A Dts-basic-components-text.md225 ### textCase subsection
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/measure/
H A Dcj_measure_ffi.h43 int32_t textCase; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dmeasure_util.h43 TextCase textCase = TextCase::NORMAL; member
H A Dstring_utils.h708 inline void TransformStrCase(std::string& str, int32_t textCase) in TransformStrCase()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_span_ffi.cpp60 void FfiOHOSAceFrameworkSpanSetTextCase(int32_t textCase) in FfiOHOSAceFrameworkSpanSetTextCase()
H A Dcj_text_ffi.cpp144 void FfiOHOSAceFrameworkTextSetTextCase(int32_t textCase) in FfiOHOSAceFrameworkTextSetTextCase()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_span.cpp176 auto textCase = TEXT_CASES[value]; in SetTextCase() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dtext_style.h114 inline std::string ToString(const TextCase& textCase) in ToString()
614 void SetTextCase(TextCase textCase) in SetTextCase()
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/measure/
H A Djs_measure.cpp319 int32_t textCase = HandleIntStyle(contextParamMap["textCaseNApi"], env); in SetContextProperty() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dspan_node.cpp491 auto textCase = textStyle.GetTextCase(); in UpdateContentTextStyle() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js10455 textCase(value) { method in ArkSpanComponent
11861 textCase(value) { method in ArkTextComponent