Home
last modified time | relevance | path

Searched defs:MakeFromFile (Results 1 – 7 of 7) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/text/
Dtypeface.cpp31 std::shared_ptr<Typeface> Typeface::MakeFromFile(const char path[], int index) in MakeFromFile() function in OHOS::Rosen::Drawing::Typeface
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
Dtypeface.cpp30 std::unique_ptr<Typeface> Typeface::MakeFromFile(const std::string &filename) in MakeFromFile() function in OHOS::Rosen::TextEngine::Typeface
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
Dtexgine_typeface.cpp106 std::shared_ptr<TexgineTypeface> TexgineTypeface::MakeFromFile(const std::string &path, int index) in MakeFromFile() function in OHOS::Rosen::TextEngine::TexgineTypeface
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
Dskia_typeface.cpp117 std::shared_ptr<Typeface> SkiaTypeface::MakeFromFile(const char path[], int index) in MakeFromFile() function in OHOS::Rosen::Drawing::SkiaTypeface
Dskia_static_factory.cpp54 std::shared_ptr<Typeface> SkiaStaticFactory::MakeFromFile(const char path[], int index) in MakeFromFile() function in OHOS::Rosen::Drawing::SkiaStaticFactory
/foundation/graphic/graphic_2d/rosen/test/texgine/unittest/
Dtypeface_test.cpp56 std::shared_ptr<TexgineTypeface> TexgineTypeface::MakeFromFile(const std::string &path, int index) in MakeFromFile() function in OHOS::Rosen::TextEngine::TexgineTypeface
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/
Dstatic_factory.cpp49 std::shared_ptr<Typeface> StaticFactory::MakeFromFile(const char path[], int index) in MakeFromFile() function in OHOS::Rosen::Drawing::StaticFactory