Home
last modified time | relevance | path

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

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