Home
last modified time | relevance | path

Searched defs:placeholderSpan (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/adapter/skia_txt/
H A Dtypography_create_test.cpp63 const OHOS::Rosen::PlaceholderSpan placeholderSpan = {0.0, 0.0, variable
H A Dconvert_test.cpp123 PlaceholderSpan placeholderSpan; variable
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/paragraph_builder_napi/
H A Djs_paragraph_builder.cpp222 PlaceholderSpan placeholderSpan; in OnAddPlaceholder() local
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/utils/
H A Dnapi_common.cpp389 bool GetPlaceholderSpanFromJS(napi_env env, napi_value argValue, PlaceholderSpan& placeholderSpan) in GetPlaceholderSpanFromJS()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_text_typography_test.cpp831 OH_Drawing_PlaceholderSpan placeholderSpan = {20, 40, variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_pattern.cpp2313 auto placeholderSpan = DynamicCast<PlaceholderSpanItem>(span); in GetSubComponentInfosForSpans() local
2954 auto placeholderSpan = placeholderSpanNode->GetSpanItem(); in AddChildSpanItem() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_richeditor.cpp1922 …d JSRichEditorController::ParseOptions(const JSCallbackInfo& args, SpanOptionBase& placeholderSpan) in ParseOptions()