Home
last modified time | relevance | path

Searched defs:text (Results 1 – 25 of 397) sorted by relevance

12345678910>>...16

/foundation/arkui/ui_lite/test/unittest/common/
Dtext_unit_test.cpp68 const char* text = "unit test text"; variable
167 Text* text = new Text(); variable
180 Text* text = new Text(); variable
205 const char* text = "abcd"; variable
217 const char* text = "\xEF\x80\x80\xEF\x80\x81\xEF\x80\x82"; variable
230 const char* text = "鸿蒙操作系统"; variable
242 const char* text = "轻量图形子系统\xEF\x80\x80\xEF\x80\x81\xEF\x80\x82鸿蒙操作系統"; variable
255 const char* text = "鸿蒙操作系统abcd"; variable
267 const char* text = "鸿蒙操作系統轻量图形子系统TDD测试用例\xEF\x80\x80\xEF\x80\x81\xEF\x80\x82"; variable
281 const char* text = "鸿蒙abcd操作系统"; variable
[all …]
/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_manual_test/src/main/js/default/pages/dialog/dialog001/
Dindex.js33 text: '确认', property
56 text: '确认', property
60 text: '取消', property
86 text: '确认', property
90 text: '取消', property
94 text: '完成', property
123 text: '确认', property
127 text: '取消', property
131 text: '完成', property
135 text: 'button04', property
[all …]
/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/
Dtext_napi.cpp48 auto *text = new (std::nothrow) TextNapi(); in New() local
59 auto *text = new (std::nothrow) TextNapi(); in NewInstance() local
68 auto *text = static_cast<TextNapi *>(data); in Destructor() local
85 auto text = GetText(env, info, ctxt); in GetDetails() local
107 auto text = static_cast<TextNapi *>(ctxt->native); in SetDetails() local
/foundation/arkui/ace_engine/interfaces/inner_api/ace/ai/
Ddata_detector_interface.h38 std::string text; member
58 virtual int8_t GetCursorPosition(const std::string& text, int8_t offset) in GetCursorPosition()
63 virtual std::vector<int8_t> GetWordSelection(const std::string& text, int8_t offset) in GetWordSelection()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/paste_button/
Dpaste_button_model_ng.cpp44 void PasteButtonModelNG::Create(int32_t text, int32_t icon, in Create()
51 RefPtr<FrameNode> PasteButtonModelNG::CreateNode(int32_t text, int32_t icon, in CreateNode()
73 bool PasteButtonModelNG::GetTextResource(int32_t textStyle, std::string& text) in GetTextResource()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/ui/rstextureexport_fuzzer/
Drstextureexport_fuzzer.cpp68 RSTextureExport text(node, surfaceId); in DoRSTextureExport() local
87 RSTextureExport text(node, surfaceId); in DoDoTextureExport() local
107 RSTextureExport text(node, surfaceId); in DoStopTextureExport() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
Dsecurity_component_model_ng.h28 int32_t text; member
71 virtual bool GetTextResource(int32_t textStyle, std::string& text) in GetTextResource()
/foundation/arkui/ace_engine/test/mock/core/rosen/
Dtesting_typography_create.h57 virtual void AddText(const std::u16string& text) {} in AddText()
61 virtual void AppendText(const std::u16string& text) {} in AppendText()
/foundation/arkui/ui_lite/test/unittest/components/
Dui_edit_text_unit_test.cpp110 const char* text = "abc"; variable
255 const char* text = "abc"; variable
271 const char* text = "abc"; variable
305 const char* text = "abc"; variable
Dui_dialog_unit_test.cpp126 const char* text = "text"; variable
203 const char* text = "text"; variable
/foundation/arkui/ui_lite/frameworks/components/
Dui_arc_label.cpp181 void UIArcLabel::SetText(const char* text) in SetText()
249 const char* text = arcLabelText_->GetText(); in OnDraw() local
281 Rect UIArcLabel::GetArcTextRect(const char* text, uint16_t fontId, uint8_t fontSize, const Point& a… in GetArcTextRect()
327 const char* text = arcLabelText_->GetText(); in GetLineEnd() local
338 const char* text = arcLabelText_->GetText(); in MeasureArcTextInfo() local
368 const char* text = arcLabelText_->GetText(); in OnMeasureArcTextInfo() local
415 const char* text = arcLabelText_->GetText(); in GetArcLength() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
Dtext_styles.cpp162 std::string text; in GetSymbolRenderingStrategyInJson() local
174 std::string text; in GetSymbolEffectStrategyInJson() local
188 std::string text; in GetLineBreakStrategyInJson() local
201 std::string text = ""; in GetSymbolEffectOptionsInJson() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/engine_adapter/
Dstatic_factory_test.cpp52 char text[10] = { 0 }; variable
150 char text[] = "hello"; variable
167 char text[] = "hello"; variable
/foundation/arkui/ace_engine/frameworks/core/components/text/
Drender_text.cpp77 auto text = weakText.Upgrade(); in Update() local
297 auto text = weak.Upgrade(); in OnTouchTestHit() local
338 auto text = weak.Upgrade(); in OnTouchTestHit() local
346 auto text = weak.Upgrade(); in OnTouchTestHit() local
354 auto text = weak.Upgrade(); in OnTouchTestHit() local
362 auto text = weak.Upgrade(); in OnTouchTestHit() local
379 auto text = weak.Upgrade(); in OnTouchTestHit() local
385 auto text = weak.Upgrade(); in OnTouchTestHit() local
402 auto text = weak.Upgrade(); in OnTouchTestHit() local
587 auto text = weak.Upgrade(); in RegisterCallbacksToOverlay() local
[all …]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/save_button/
Dsave_button_model_ng.cpp45 void SaveButtonModelNG::Create(int32_t text, int32_t icon, in Create()
61 bool SaveButtonModelNG::GetTextResource(int32_t textStyle, std::string& text) in GetTextResource()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/location_button/
Dlocation_button_model_ng.cpp44 void LocationButtonModelNG::Create(int32_t text, int32_t icon, in Create()
60 bool LocationButtonModelNG::GetTextResource(int32_t textStyle, std::string& text) in GetTextResource()
/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
Dtab_bar_item_component.cpp34 TabBarItemComponent::TabBarItemComponent(const std::string& text, const RefPtr<Component>& imageCom… in TabBarItemComponent()
92 auto text = AceType::DynamicCast<TextComponent>(component); in UpdateStyle() local
130 auto text = AceType::MakeRefPtr<TextComponent>(textStr); in BuildWithTextIcon() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/interface/
Dtext_blob_test.cpp76 std::string text = "TextBlobCreateFromText"; in OnTestPerformance() local
91 std::string text = "TextBlobCreateFromPosText"; in OnTestPerformance() local
110 std::string text = "TextBlobCreateFromString"; in OnTestPerformance() local
125 std::string text = "TextBlobGetBounds"; in OnTestPerformance() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
Drendering_context_2d_model.h101 …virtual double GetMeasureTextWidth(const PaintState& state, const std::string& text) { return 0.0;… in GetMeasureTextWidth()
102 …virtual double GetMeasureTextHeight(const PaintState& state, const std::string& text) { return 0.0… in GetMeasureTextHeight()
113 virtual TextMetrics GetMeasureTextMetrics(const PaintState& state, const std::string& text) in GetMeasureTextMetrics()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/text/
Dtext_blob.cpp29 std::shared_ptr<TextBlob> TextBlob::MakeFromText(const void* text, size_t byteLength, in MakeFromText()
35 std::shared_ptr<TextBlob> TextBlob::MakeFromPosText(const void* text, size_t byteLength, in MakeFromPosText()
49 std::shared_ptr<TextBlob> TextBlob::MakeFromRSXform(const void* text, size_t byteLength, in MakeFromRSXform()
/foundation/arkui/ui_lite/frameworks/common/
Dtyped_text.cpp28 Point TypedText::GetTextSize(const char* text, uint16_t fontId, uint8_t fontSize, int16_t letterSpa… in GetTextSize()
82 Rect TypedText::GetArcTextRect(const char* text, in GetArcTextRect()
176 uint32_t TypedText::GetNextLine(const char* text, uint16_t fontId, uint8_t fontSize, int16_t letter… in GetNextLine()
229 bool TypedText::GetWrapPoint(const char* text, uint32_t& breakPoint) in GetWrapPoint()
255 int16_t TypedText::GetTextWidth(const char* text, in GetTextWidth()
307 uint32_t TypedText::GetUTF8Next(const char* text, uint32_t i, uint32_t& j) in GetUTF8Next()
346 uint32_t TypedText::GetByteIndexFromUTF8Id(const char* text, uint32_t utf8Id) in GetByteIndexFromUTF8Id()
360 uint32_t TypedText::GetUTF8CharacterSize(const char* text, uint32_t byteIndex) in GetUTF8CharacterSize()
/foundation/arkui/ace_engine/test/mock/core/common/
Dmock_data_detector_mgr.cpp47 std::vector<int8_t> DataDetectorMgr::GetWordSelection(const std::string& text, int8_t offset) in GetWordSelection()
52 int8_t DataDetectorMgr::GetCursorPosition(const std::string& text, int8_t offset) in GetCursorPosition()
/foundation/arkui/ace_engine/adapter/preview/osal/advance/
Ddata_detector_mgr.cpp49 std::vector<int8_t> DataDetectorMgr::GetWordSelection(const std::string& text, int8_t offset) in GetWordSelection()
54 int8_t DataDetectorMgr::GetCursorPosition(const std::string& text, int8_t offset) in GetCursorPosition()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
Ddistributeddb_sqlite_utils_test.cpp170 std::string text; variable
199 std::string text; variable
228 std::string text; variable
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
Dinput_option.h23 std::string text; member

12345678910>>...16