/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/adapter/texgine/ |
D | convert.cpp | 27 TextEngine::TypographyStyle Convert(const TypographyStyle &style) in Convert() 29 TextEngine::TypographyStyle ys = { in Convert() 60 TextEngine::TextStyle Convert(const TextStyle &style) in Convert() 70 auto foreground = std::make_shared<TextEngine::TexginePaint>(); in Convert() 72 auto background = std::make_shared<TextEngine::TexginePaint>(); in Convert() 74 TextEngine::TextStyle xs = { in Convert() 102 TextEngine::TextShadow shadow = { in Convert() 113 IndexAndAffinity Convert(const TextEngine::IndexAndAffinity &pos) in Convert() 118 Boundary Convert(const TextEngine::Boundary &range) in Convert() 123 TextRect Convert(const TextEngine::TextRect &box) in Convert() [all …]
|
D | convert.h | 39 DEFINE_CONVERT_FUNC(TextEngine::IndexAndAffinity, IndexAndAffinity); 40 DEFINE_CONVERT_FUNC(TextEngine::Boundary, Boundary); 41 DEFINE_CONVERT_FUNC(TextEngine::TextRect, TextRect); 42 DEFINE_CONVERT_FUNC(TextEngine::Affinity, Affinity); 43 DEFINE_CONVERT_FUNC(TextEngine::TextDirection, TextDirection); 46 DEFINE_CONVERT_FUNC(TextRectHeightStyle, TextEngine::TextRectHeightStyle); 47 DEFINE_CONVERT_FUNC(TextRectWidthStyle, TextEngine::TextRectWidthStyle); 48 DEFINE_CONVERT_FUNC(WordBreakType, TextEngine::WordBreakType); 49 DEFINE_CONVERT_FUNC(BreakStrategy, TextEngine::BreakStrategy); 50 DEFINE_CONVERT_FUNC(TypographyStyle, TextEngine::TypographyStyle); [all …]
|
D | font_collection.cpp | 39 fontProviders_ = TextEngine::FontProviders::Create(); in FontCollection() 40 dfprovider_ = TextEngine::DynamicFontProvider::Create(); in FontCollection() 43 std::shared_ptr<TextEngine::FontProviders> FontCollection::Get() in Get() 46 fontProviders_ = TextEngine::FontProviders::Create(); in Get() 47 dfprovider_ = TextEngine::DynamicFontProvider::Create(); in Get() 51 fontProviders_->AppendFontProvider(TextEngine::SystemFontProvider::GetInstance()); in Get()
|
D | font_collection.h | 21 namespace TextEngine { 32 std::shared_ptr<TextEngine::FontProviders> Get(); 39 std::shared_ptr<TextEngine::FontProviders> fontProviders_ = nullptr; 40 std::shared_ptr<TextEngine::DynamicFontProvider> dfprovider_ = nullptr;
|
D | typography_create.cpp | 37 builder_ = TextEngine::TypographyBuilder::Create(paragraphStyle, fontProviders); in TypographyCreate() 56 class TextEnginePlaceholderRun : public TextEngine::AnySpan { 72 TextEngine::AnySpanAlignment GetAlignment() const override in GetAlignment() 77 TextEngine::TextBaseline GetBaseline() const override in GetBaseline() 87 void Paint(TextEngine::TexgineCanvas &canvas, double offsetX, double offsetY) override in Paint()
|
D | typography.h | 28 explicit Typography(std::shared_ptr<TextEngine::Typography> typography); 52 std::shared_ptr<TextEngine::Typography> typography_ = nullptr;
|
/foundation/graphic/graphic_2d/rosen/samples/texgine/feature_test/ |
D | feature_test_framework.h | 43 std::shared_ptr<OHOS::Rosen::TextEngine::Typography> typography = nullptr; 47 …OHOS::Rosen::TextEngine::TextRectWidthStyle ws = OHOS::Rosen::TextEngine::TextRectWidthStyle::TIGH… 48 …OHOS::Rosen::TextEngine::TextRectHeightStyle hs = OHOS::Rosen::TextEngine::TextRectHeightStyle::TI… 53 …const struct TypographyData &, OHOS::Rosen::TextEngine::TexgineCanvas &, double, double)> onPaint …
|
/foundation/graphic/graphic_2d/rosen/test/texgine/unittest/ |
D | texgine_font_manager_test.cpp | 28 std::shared_ptr<OHOS::Rosen::TextEngine::TexgineFontStyle> texgineFontStyle_ = 29 std::make_shared<OHOS::Rosen::TextEngine::TexgineFontStyle>(); 30 std::shared_ptr<OHOS::Rosen::TextEngine::TexgineFontStyleSet> texgineFontStyleSet_ = 31 OHOS::Rosen::TextEngine::TexgineFontStyleSet::CreateEmpty(); 53 namespace TextEngine { namespace
|
D | texgine_canvas_test.cpp | 26 std::shared_ptr<OHOS::Rosen::TextEngine::TexginePaint> texginePaint_ = 27 std::make_shared<OHOS::Rosen::TextEngine::TexginePaint>(); 28 std::shared_ptr<OHOS::Rosen::TextEngine::TexgineRect> texgineRect_ = 29 std::make_shared<OHOS::Rosen::TextEngine::TexgineRect>(); 30 std::shared_ptr<OHOS::Rosen::TextEngine::TexgineTextBlob> blob_ = 31 std::make_shared<OHOS::Rosen::TextEngine::TexgineTextBlob>(); 65 namespace TextEngine { namespace
|
D | typeface_test.cpp | 34 namespace TextEngine { namespace 44 …std::shared_ptr<TextEngine::TexgineTypeface> texgineTypeface = std::make_shared<TextEngine::Texgin… 46 std::unique_ptr<TextEngine::Typeface> typeface = nullptr; 52 …g_typefaceMockvars.typeface = std::make_unique<TextEngine::Typeface>(g_typefaceMockvars.texgineTyp… in InitMyMockVars()
|
D | texgine_dash_path_effect_test.cpp | 26 namespace TextEngine { namespace
|
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/ |
D | measurer_impl.h | 32 namespace TextEngine { 140 std::shared_ptr<TextEngine::Typeface> typeface); 141 void DoCgsByCluster(std::map<uint32_t, TextEngine::CharGroup> &cgsByCluster);
|
D | init.cpp | 25 OHOS::Rosen::TextEngine::Trace::Disable(); in Init()
|
D | line_metrics.h | 25 namespace TextEngine {
|
D | texgine_exception.cpp | 20 namespace TextEngine { namespace
|
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/ |
D | texgine_picture.cpp | 20 namespace TextEngine { namespace
|
D | texgine_text_blob.cpp | 20 namespace TextEngine { namespace
|
D | texgine_path_effect.cpp | 20 namespace TextEngine { namespace
|
D | texgine_dash_path_effect.h | 27 namespace TextEngine {
|
D | texgine_path_effect.h | 25 namespace TextEngine {
|
D | texgine_picture.h | 25 namespace TextEngine {
|
D | texgine_text_blob.h | 25 namespace TextEngine {
|
/foundation/graphic/graphic_2d/rosen/modules/texgine/export/texgine/utils/ |
D | memory_object.h | 23 namespace TextEngine {
|
D | memory_usage_scope.h | 23 namespace TextEngine {
|
/foundation/graphic/graphic_2d/rosen/test/texgine/unittest/mock/ |
D | mock_measurer.h | 26 namespace TextEngine {
|