Home
last modified time | relevance | path

Searched defs:fontCollection (Results 1 – 25 of 37) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/adapter/skia_txt/
H A Dtypography_test.cpp39 …std::shared_ptr<OHOS::Rosen::FontCollection> fontCollection = OHOS::Rosen::FontCollection::Create(… variable
54 …std::shared_ptr<OHOS::Rosen::FontCollection> fontCollection = OHOS::Rosen::FontCollection::Create(… variable
70 …std::shared_ptr<OHOS::Rosen::FontCollection> fontCollection = OHOS::Rosen::FontCollection::Create(… variable
86 …std::shared_ptr<OHOS::Rosen::FontCollection> fontCollection = OHOS::Rosen::FontCollection::Create(… variable
101 …std::shared_ptr<OHOS::Rosen::FontCollection> fontCollection = OHOS::Rosen::FontCollection::Create(… variable
125 …std::shared_ptr<OHOS::Rosen::FontCollection> fontCollection = OHOS::Rosen::FontCollection::Create(… variable
161 …std::shared_ptr<OHOS::Rosen::FontCollection> fontCollection = OHOS::Rosen::FontCollection::Create(… variable
H A Dfont_collection_test.cpp34 …std::shared_ptr<OHOS::Rosen::FontCollection> fontCollection = OHOS::Rosen::FontCollection::Create(… variable
53 auto fontCollection = OHOS::Rosen::FontCollection::From(nullptr); variable
74 auto fontCollection = OHOS::Rosen::FontCollection::From(nullptr); variable
H A Dtypography_create_test.cpp37 …std::shared_ptr<OHOS::Rosen::FontCollection> fontCollection = OHOS::Rosen::FontCollection::Create(… variable
52 …std::shared_ptr<OHOS::Rosen::FontCollection> fontCollection = OHOS::Rosen::FontCollection::Create(… variable
H A Drun_test.cpp40 …std::shared_ptr<OHOS::Rosen::FontCollection> fontCollection = OHOS::Rosen::FontCollection::Create(… variable
H A Dtext_line_base_test.cpp39 …std::shared_ptr<OHOS::Rosen::FontCollection> fontCollection = OHOS::Rosen::FontCollection::Create(… variable
H A Dconvert_test.cpp35 …std::shared_ptr<OHOS::Rosen::FontCollection> fontCollection = OHOS::Rosen::FontCollection::Create(… variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_font_collection.cpp87 void OH_Drawing_DestroyFontCollection(OH_Drawing_FontCollection* fontCollection) in OH_Drawing_DestroyFontCollection()
111 void OH_Drawing_DisableFontCollectionFallback(OH_Drawing_FontCollection* fontCollection) in OH_Drawing_DisableFontCollectionFallback()
119 void OH_Drawing_DisableFontCollectionSystemFont(OH_Drawing_FontCollection* fontCollection) in OH_Drawing_DisableFontCollectionSystemFont()
135 void OH_Drawing_ClearFontCaches(OH_Drawing_FontCollection* fontCollection) in OH_Drawing_ClearFontCaches()
H A Ddrawing_register_font.cpp67 static uint32_t LoadFromFontCollection(OH_Drawing_FontCollection* fontCollection, in LoadFromFontCollection()
140 OH_Drawing_FontCollection* fontCollection, const char* fontFamily, const char* familySrc) in OH_Drawing_RegisterFont()
157 uint32_t OH_Drawing_RegisterFontBuffer(OH_Drawing_FontCollection* fontCollection, const char* fontF… in OH_Drawing_RegisterFontBuffer()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dtxt_font_collection.cpp63 TxtFontCollection::TxtFontCollection(const std::shared_ptr<txt::FontCollection>& fontCollection) in TxtFontCollection()
67 TxtFontCollection::TxtFontCollection(const std::shared_ptr<Rosen::FontCollection>& fontCollection) in TxtFontCollection()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/skia_txt/
H A Dparagraph_builder_test.cpp37 std::shared_ptr<FontCollection> fontCollection = std::make_shared<FontCollection>(); in SetUpTestCase() local
122 std::shared_ptr<FontCollection> fontCollection = std::make_shared<FontCollection>(); variable
H A Drun_test.cpp41 std::shared_ptr<FontCollection> fontCollection = std::make_shared<FontCollection>(); in SetUpTestCase() local
H A Dtext_line_base_test.cpp41 std::shared_ptr<FontCollection> fontCollection = std::make_shared<FontCollection>(); in SetUpTestCase() local
H A Dparagraph_test.cpp50 std::shared_ptr<FontCollection> fontCollection = std::make_shared<FontCollection>(); in SetUp() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_font_collection_test.cpp35 OH_Drawing_FontCollection* fontCollection = OH_Drawing_CreateFontCollection(); variable
H A Ddrawing_register_font_test.cpp40 OH_Drawing_FontCollection* fontCollection = OH_Drawing_CreateFontCollection(); variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/txt/
H A Dparagraph_builder.cpp25 std::shared_ptr<txt::FontCollection> fontCollection) in Create()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/adapter/skia_txt/
H A Dfont_collection.cpp32 …d::shared_ptr<FontCollection> FontCollection::From(std::shared_ptr<txt::FontCollection> fontCollec… in From()
38 FontCollection::FontCollection(std::shared_ptr<txt::FontCollection> fontCollection) in FontCollection()
H A Dconvert.cpp27 const std::shared_ptr<OHOS::Rosen::FontCollection>& fontCollection) in Convert()
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/render/
H A Dmock_paragraph.cpp24 …h> Paragraph::Create(const ParagraphStyle& paraStyle, const RefPtr<FontCollection>& fontCollection) in Create()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/skia_test/
H A Dskia_txt_test.cpp101 auto fontCollection = FontCollection::From(nullptr); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/multimodal/
H A Drosen_render_multimodal.cpp127 auto fontCollection = RosenFontCollection::GetInstance().GetFontCollection(); in UpdateParagraph() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/utils/
H A Dobject_mgr.cpp77 void FontCollectionMgr::Insert(void* key, std::shared_ptr<FontCollectionType> fontCollection) in Insert()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/font/
H A Drosen_font_collection.cpp63 … auto fontCollection = AceType::DynamicCast<NG::TxtFontCollection>(NG::FontCollection::Current()); in GetFontCollection() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/track/
H A Drosen_render_arc_track.cpp111 auto fontCollection = RosenFontCollection::GetInstance().GetFontCollection(); in SetTextStyle() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/impl/
H A Dparagraph_builder_impl.cpp104 const ParagraphStyle& style, std::shared_ptr<txt::FontCollection> fontCollection) in ParagraphBuilderImpl()

12