| /foundation/arkui/ui_lite/test/unittest/common/ |
| D | text_unit_test.cpp | 68 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/ |
| D | index.js | 33 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/ |
| D | text_napi.cpp | 48 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/ |
| D | data_detector_interface.h | 38 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/ |
| D | paste_button_model_ng.cpp | 44 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/ |
| D | rstextureexport_fuzzer.cpp | 68 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/ |
| D | security_component_model_ng.h | 28 int32_t text; member 71 virtual bool GetTextResource(int32_t textStyle, std::string& text) in GetTextResource()
|
| /foundation/arkui/ace_engine/test/mock/core/rosen/ |
| D | testing_typography_create.h | 57 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/ |
| D | ui_edit_text_unit_test.cpp | 110 const char* text = "abc"; variable 255 const char* text = "abc"; variable 271 const char* text = "abc"; variable 305 const char* text = "abc"; variable
|
| D | ui_dialog_unit_test.cpp | 126 const char* text = "text"; variable 203 const char* text = "text"; variable
|
| /foundation/arkui/ui_lite/frameworks/components/ |
| D | ui_arc_label.cpp | 181 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/ |
| D | text_styles.cpp | 162 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/ |
| D | static_factory_test.cpp | 52 char text[10] = { 0 }; variable 150 char text[] = "hello"; variable 167 char text[] = "hello"; variable
|
| /foundation/arkui/ace_engine/frameworks/core/components/text/ |
| D | render_text.cpp | 77 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/ |
| D | save_button_model_ng.cpp | 45 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/ |
| D | location_button_model_ng.cpp | 44 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/ |
| D | tab_bar_item_component.cpp | 34 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/ |
| D | text_blob_test.cpp | 76 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/ |
| D | rendering_context_2d_model.h | 101 …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/ |
| D | text_blob.cpp | 29 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/ |
| D | typed_text.cpp | 28 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/ |
| D | mock_data_detector_mgr.cpp | 47 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/ |
| D | data_detector_mgr.cpp | 49 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/ |
| D | distributeddb_sqlite_utils_test.cpp | 170 std::string text; variable 199 std::string text; variable 228 std::string text; variable
|
| /foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
| D | input_option.h | 23 std::string text; member
|