Home
last modified time | relevance | path

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

/ohos5.0/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& fontArgume… in MakeFromFile() function in OHOS::Rosen::Drawing::Typeface
/ohos5.0/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
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_typeface.cpp179 std::shared_ptr<Typeface> SkiaTypeface::MakeFromFile(const char path[], int index) in MakeFromFile() function in OHOS::Rosen::Drawing::SkiaTypeface
191 std::shared_ptr<Typeface> SkiaTypeface::MakeFromFile(const char path[], const FontArguments& fontAr… 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& f… in MakeFromFile() function in OHOS::Rosen::Drawing::SkiaStaticFactory
/ohos5.0/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& fontA… in MakeFromFile() function in OHOS::Rosen::Drawing::StaticFactory
/ohos5.0/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