/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/adapter/skia_txt/ |
H A D | typography_test.cpp | 39 …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 D | font_collection_test.cpp | 34 …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 D | typography_create_test.cpp | 37 …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 D | run_test.cpp | 40 …std::shared_ptr<OHOS::Rosen::FontCollection> fontCollection = OHOS::Rosen::FontCollection::Create(… variable
|
H A D | text_line_base_test.cpp | 39 …std::shared_ptr<OHOS::Rosen::FontCollection> fontCollection = OHOS::Rosen::FontCollection::Create(… variable
|
H A D | convert_test.cpp | 35 …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 D | drawing_font_collection.cpp | 87 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 D | drawing_register_font.cpp | 67 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 D | txt_font_collection.cpp | 63 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 D | paragraph_builder_test.cpp | 37 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 D | run_test.cpp | 41 std::shared_ptr<FontCollection> fontCollection = std::make_shared<FontCollection>(); in SetUpTestCase() local
|
H A D | text_line_base_test.cpp | 41 std::shared_ptr<FontCollection> fontCollection = std::make_shared<FontCollection>(); in SetUpTestCase() local
|
H A D | paragraph_test.cpp | 50 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 D | drawing_font_collection_test.cpp | 35 OH_Drawing_FontCollection* fontCollection = OH_Drawing_CreateFontCollection(); variable
|
H A D | drawing_register_font_test.cpp | 40 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 D | paragraph_builder.cpp | 25 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 D | font_collection.cpp | 32 …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 D | convert.cpp | 27 const std::shared_ptr<OHOS::Rosen::FontCollection>& fontCollection) in Convert()
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/render/ |
H A D | mock_paragraph.cpp | 24 …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 D | skia_txt_test.cpp | 101 auto fontCollection = FontCollection::From(nullptr); variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/multimodal/ |
H A D | rosen_render_multimodal.cpp | 127 auto fontCollection = RosenFontCollection::GetInstance().GetFontCollection(); in UpdateParagraph() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/utils/ |
H A D | object_mgr.cpp | 77 void FontCollectionMgr::Insert(void* key, std::shared_ptr<FontCollectionType> fontCollection) in Insert()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/font/ |
H A D | rosen_font_collection.cpp | 63 … auto fontCollection = AceType::DynamicCast<NG::TxtFontCollection>(NG::FontCollection::Current()); in GetFontCollection() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/track/ |
H A D | rosen_render_arc_track.cpp | 111 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 D | paragraph_builder_impl.cpp | 104 const ParagraphStyle& style, std::shared_ptr<txt::FontCollection> fontCollection) in ParagraphBuilderImpl()
|