Home
last modified time | relevance | path

Searched refs:textOverlayFlow (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dmeasure_util.h42 TextOverflow textOverlayFlow = TextOverflow::CLIP; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/measure/
H A Dcj_measure_ffi.cpp66 measureContext.textOverlayFlow = TEXTOVERFLOW[context.overflow]; in FromCJCreateMeasureContext()
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/measure/
H A Djs_measure.cpp342 context.textOverlayFlow = static_cast<TextOverflow>(textOverFlow); in SetContextProperty()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Drosen_render_custom_paint.cpp724 if (context.textOverlayFlow == TextOverflow::ELLIPSIS) { in MeasureTextSizeInner()