Home
last modified time | relevance | path

Searched defs:text (Results 1701 - 1725 of 2364) sorted by relevance

1...<<61626364656667686970>>...95

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_toolbar_util.cpp64 RefPtr<FrameNode> CreateToolbarItemTextNode(const std::string& text) in CreateToolbarItemTextNode() argument
/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Drender_picker_base.cpp523 void RenderPickerBase::UpdateTextAccessibility(const RefPtr<AccessibilityNode>& node, const RefPtr<RenderText>& text) in UpdateTextAccessibility() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dbutton_pattern.cpp296 auto text = host->GetAccessibilityProperty<NG::AccessibilityProperty>()->GetText(); in OnAfterModifyDone() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_progress.cpp367 std::string text; in JsSetCapsuleStyle() local
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_accessibility_manager.h42 std::string text; member
H A Dstylus_detector_mgr.cpp90 std::string text = *static_cast<std::string*>(data); in SetText() local
H A Djs_third_provider_interaction_operation.cpp233 SearchElementInfosByText( const int64_t elementId, const std::string& text, const int32_t requestId, Accessibility::AccessibilityElementOperatorCallback& callback) SearchElementInfosByText() argument
257 FindAccessibilityNodeInfosByTextFromProvider( const int64_t splitElementId, const std::string& text, const int32_t requestId, std::list<Accessibility::AccessibilityElementInfo>& infos) FindAccessibilityNodeInfosByTextFromProvider() argument
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_input.cpp165 std::unique_ptr<JsonValue> text = argsValue->GetArrayItem(0); in CallSpecializedMethod() local
/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Dcalendar_component.cpp370 auto text = AceType::MakeRefPtr<TextComponent>(date); in BuildCardCalendarTitle() local
/foundation/arkui/ace_engine/adapter/ohos/capability/clipboard/
H A Dclipboard_impl.cpp619 ProcessSpanStringData(std::vector<std::vector<uint8_t>>& arrays, const OHOS::MiscServices::PasteData& pasteData, std::string& text, bool& isMultiTypeRecord) ProcessSpanStringData() argument
/foundation/arkui/ace_engine/adapter/ohos/entrance/dynamic_component/
H A Ddynamic_component_renderer_impl.cpp482 void DynamicComponentRendererImpl::SearchElementInfosByText(int64_t elementId, const std::string& text, in SearchElementInfosByText() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/navrouter/
H A Dnavrouter_model_test_ng.cpp467 auto text = FrameNode::CreateFrameNode("text", 88, AceType::MakeRefPtr<TextPattern>()); in HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/
H A Dsecurity_component_test_ng.cpp141 RefPtr<FrameNode> SecurityComponentModelTestNg::CreateSecurityComponent(int32_t text, int32_t icon, in CreateSecurityComponent() argument
158 void SecurityComponentModelTestNg::CreateSecurityComponentNotFinish(int32_t text, int32_t icon, in CreateSecurityComponentNotFinish() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Drender_indexer.cpp81 auto text = AceType::DynamicCast<RenderText>(bubbleBox_->GetChildren().front()); in Update() local
393 auto text = AceType::DynamicCast<RenderText>(bubbleBox_->GetChildren().front()); in UpdateBubbleText() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/
H A Dmutable_span_string.cpp264 auto text = GetWideString(); in ReplaceString() local
335 auto text = GetWideString(); in InsertString() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_input_modify_test.cpp190 CreateTextField( const std::string& text, const std::string& placeHolder, const std::function<void(TextFieldModelNG&)>& callback) CreateTextField() argument
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/
H A Dtabs_attr_test_ng.cpp1689 auto text = pattern_->GetTabBarTextByIndex(1); in HWTEST_F() local
/foundation/arkui/ui_lite/frameworks/common/
H A Dtext.cpp86 void Text::SetText(const char* text) in SetText() argument
H A Dtyped_text.cpp28 Point TypedText::GetTextSize(const char* text, uint16_t fontId, uint8_t fontSize, int16_t letterSpace, in GetTextSize() argument
82 Rect TypedText::GetArcTextRect(const char* text, in GetArcTextRect() argument
176 uint32_t TypedText::GetNextLine(const char* text, uint16_ argument
229 GetWrapPoint(const char* text, uint32_t& breakPoint) GetWrapPoint() argument
255 GetTextWidth(const char* text, uint16_t fontId, uint8_t fontSize, uint16_t length, int16_t letterSpace, uint16_t beginUTF8Index, uint16_t count) GetTextWidth() argument
307 GetUTF8Next(const char* text, uint32_t i, uint32_t& j) GetUTF8Next() argument
346 GetByteIndexFromUTF8Id(const char* text, uint32_t utf8Id) GetByteIndexFromUTF8Id() argument
360 GetUTF8CharacterSize(const char* text, uint32_t byteIndex) GetUTF8CharacterSize() argument
[all...]
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_canvas.h519 const char* text; global() member
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dtext_testtwo_ng.cpp263 TextModelNG text; in HWTEST_F() local
846 TextModelNG text; HWTEST_F() local
1000 TextModelNG text; HWTEST_F() local
1036 TextModelNG text; HWTEST_F() local
1069 TextModelNG text; HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/property/
H A Daccessibility_property_test_ng.cpp328 auto text = columnAccessibilityProperty1->GetAccessibilityText(); in HWTEST_F() local
362 auto text = columnAccessibilityProperty1->GetAccessibilityText(); in HWTEST_F() local
844 std::string text = ""; HWTEST_F() local
[all...]
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_arc_label.cpp181 void UIArcLabel::SetText(const char* text) in SetText() argument
249 const char* text = arcLabelText_->GetText(); in OnDraw() local
281 Rect UIArcLabel::GetArcTextRect(const char* text, uint16_t fontId, uint8_t fontSize, const Point& arcCenter, in GetArcTextRect() argument
327 const char* text = arcLabelText_->GetText(); in GetLineEnd() local
338 const char* text = arcLabelText_->GetText(); MeasureArcTextInfo() local
368 const char* text = arcLabelText_->GetText(); OnMeasureArcTextInfo() local
415 const char* text = arcLabelText_->GetText(); GetArcLength() local
[all...]
H A Dui_edit_text.cpp212 void UIEditText::SetText(const char* text) in SetText() argument
225 void UIEditText::SetText(std::string text) in SetText() argument
236 void UIEditText::UpdateTextString(std::string text) in UpdateTextString() argument
262 void UIEditText::SetPlaceholder(const char* text) in SetPlaceholder() argument
541 InsertText(std::string text) InsertText() argument
547 InsertTextByCursorIndex(std::string text) InsertTextByCursorIndex() argument
740 CheckValueChange(std::string text) CheckValueChange() argument
[all...]
/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_label.cpp120 uint8_t DrawLabel::GetLineMaxLetterSize(const char* text, uint16_t lineLength, uint16_t fontId, uint8_t fontSize, in GetLineMaxLetterSize() argument
146 DrawArcText(BufferInfo& gfxDstBuffer, const Rect& mask, const char* text, const Point& arcCenter, uint16_t fontId, uint8_t fontSize, const ArcTextInfo arcTextInfo, const float changeAngle, TextOrientation orientation, const Style& style, OpacityType opaScale, bool compatibilityMode) DrawArcText() argument

Completed in 38 milliseconds

1...<<61626364656667686970>>...95