Home
last modified time | relevance | path

Searched refs:TextEngine (Results 1 – 25 of 206) sorted by relevance

123456789

/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/adapter/texgine/
Dconvert.cpp27 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 …]
Dconvert.h39 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 …]
Dfont_collection.cpp39 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()
Dfont_collection.h21 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;
Dtypography_create.cpp37 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()
Dtypography.h28 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/
Dfeature_test_framework.h43 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/
Dtexgine_font_manager_test.cpp28 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
Dtexgine_canvas_test.cpp26 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
Dtypeface_test.cpp34 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()
Dtexgine_dash_path_effect_test.cpp26 namespace TextEngine { namespace
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
Dmeasurer_impl.h32 namespace TextEngine {
140 std::shared_ptr<TextEngine::Typeface> typeface);
141 void DoCgsByCluster(std::map<uint32_t, TextEngine::CharGroup> &cgsByCluster);
Dinit.cpp25 OHOS::Rosen::TextEngine::Trace::Disable(); in Init()
Dline_metrics.h25 namespace TextEngine {
Dtexgine_exception.cpp20 namespace TextEngine { namespace
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
Dtexgine_picture.cpp20 namespace TextEngine { namespace
Dtexgine_text_blob.cpp20 namespace TextEngine { namespace
Dtexgine_path_effect.cpp20 namespace TextEngine { namespace
Dtexgine_dash_path_effect.h27 namespace TextEngine {
Dtexgine_path_effect.h25 namespace TextEngine {
Dtexgine_picture.h25 namespace TextEngine {
Dtexgine_text_blob.h25 namespace TextEngine {
/foundation/graphic/graphic_2d/rosen/modules/texgine/export/texgine/utils/
Dmemory_object.h23 namespace TextEngine {
Dmemory_usage_scope.h23 namespace TextEngine {
/foundation/graphic/graphic_2d/rosen/test/texgine/unittest/mock/
Dmock_measurer.h26 namespace TextEngine {

123456789