Home
last modified time | relevance | path

Searched defs:textBox (Results 1 – 6 of 6) 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.cpp277 const auto& textBox = *boxes.begin(); in GetCharacterWidth() local
342 for (const auto& textBox : boxes) { in GetGlyphIndexByCoordinate() local
431 const auto& textBox = boxes.back(); in ComputeOffsetForCaretUpstream() local
525 const auto& textBox = *boxes.begin(); in ComputeOffsetForCaretDownstream() 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/core/components_ng/pattern/text_field/
Dtext_field_overlay_modifier.cpp209 for (const auto& textBox : textBoxes) { in PaintSelection() local
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
Drosen_render_text_field.cpp1403 const auto& textBox = *boxes.begin(); local
1465 const auto& textBox = *boxes.begin(); local
/foundation/arkui/ace_engine/frameworks/core/components/dialog/
Ddialog_component.cpp257 auto textBox = AceType::MakeRefPtr<BoxComponent>(); in BuildTitle() local