Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_typeface.h25 static std::shared_ptr<TestingTypeface> MakeFromFile(const char path[], int index = 0) in MakeFromFile() function in OHOS::Ace::Testing::TestingTypeface
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H A Dtexgine_typeface.cpp69 std::shared_ptr<TexgineTypeface> TexgineTypeface::MakeFromFile(const std::string &path, int index) in MakeFromFile() function in OHOS::Rosen::TextEngine::TexgineTypeface
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/font_napi/
H A Djs_typeface.cpp151 napi_value JsTypeface::MakeFromFile(napi_env env, napi_callback_info info) in MakeFromFile() function in OHOS::Rosen::Drawing::JsTypeface
[all...]
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/text/
H A Dtypeface.cpp31 std::shared_ptr<Typeface> Typeface::MakeFromFile(const char path[], int index) in MakeFromFile() function in OHOS::Rosen::Drawing::Typeface
36 std::shared_ptr<Typeface> Typeface::MakeFromFile(const char path[], const FontArguments& fontArguments) in MakeFromFile() function in OHOS::Rosen::Drawing::Typeface
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_typeface.cpp170 std::shared_ptr<Typeface> SkiaTypeface::MakeFromFile(const char path[], int index) in MakeFromFile() function in OHOS::Rosen::Drawing::SkiaTypeface
182 std::shared_ptr<Typeface> SkiaTypeface::MakeFromFile(const char path[], const FontArguments& fontArguments) in MakeFromFile() function in OHOS::Rosen::Drawing::SkiaTypeface
H A Dskia_static_factory.cpp56 std::shared_ptr<Typeface> SkiaStaticFactory::MakeFromFile(const char path[], int index) in MakeFromFile() function in OHOS::Rosen::Drawing::SkiaStaticFactory
61 std::shared_ptr<Typeface> SkiaStaticFactory::MakeFromFile(const char path[], const FontArguments& fontArguments) in MakeFromFile() function in OHOS::Rosen::Drawing::SkiaStaticFactory
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/
H A Dstatic_factory.cpp72 std::shared_ptr<Typeface> StaticFactory::MakeFromFile(const char path[], int index) in MakeFromFile() function in OHOS::Rosen::Drawing::StaticFactory
82 std::shared_ptr<Typeface> StaticFactory::MakeFromFile(const char path[], const FontArguments& fontArguments) in MakeFromFile() function in OHOS::Rosen::Drawing::StaticFactory

Completed in 6 milliseconds