Home
last modified time | relevance | path

Searched defs:textBox (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/directive/
H A Ddirective_tdd_test.cpp239 FlexLayout *textBox = reinterpret_cast<FlexLayout *>(GetViewByRef(page, "textBox")); in DirectiveTest002() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dtxt_paragraph.cpp309 const auto& textBox = *boxes.begin(); in GetCharacterWidth() local
441 const auto& textBox = *boxes.begin(); in AdjustIndexForward() local
529 const auto& textBox = boxes.back(); in ComputeOffsetForCaretUpstream() local
631 const auto& textBox = *boxes.begin(); in ComputeOffsetForCaretDownstream() local
896 const auto& textBox = boxes.back(); in HandleCaretWhenEmpty() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Dtext_overlay_manager.cpp187 const auto& textBox = *boxes.begin(); local
250 const auto& textBox = *boxes.begin(); local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_layout_manager.cpp129 for (const auto& textBox : textBoxes) { in GetRectsForRange() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_overlay_modifier.cpp221 for (const auto& textBox : textBoxes) { in PaintSelection() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drosen_render_text_field.cpp1374 const auto& textBox = *boxes.begin(); local
1436 const auto& textBox = *boxes.begin(); local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Ddialog_component.cpp237 auto textBox = AceType::MakeRefPtr<BoxComponent>(); in BuildTitle() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_text_typography_test.cpp2843 OH_Drawing_TextBox* textBox = OH_Drawing_TypographyGetRectsForPlaceholders(typography); variable
2874 OH_Drawing_TextBox* textBox = OH_Drawing_TypographyGetRectsForPlaceholders(typography); variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_text_typography.cpp3720 void OH_Drawing_TypographyDestroyTextBox(OH_Drawing_TextBox* textBox) in OH_Drawing_TypographyDestroyTextBox()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_pattern.cpp4117 for (auto& textBox : textBoxes) { in GetRectsForRange() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp8073 for (auto& textBox : textBoxes) { in OnBackPressed() local