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 D | typeface.cpp | 31 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 D | texgine_typeface.cpp | 69 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 D | skia_typeface.cpp | 179 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 D | skia_static_factory.cpp | 56 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 D | static_factory.cpp | 72 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 D | js_typeface.cpp | 151 napi_value JsTypeface::MakeFromFile(napi_env env, napi_callback_info info) in MakeFromFile() function in OHOS::Rosen::Drawing::JsTypeface
|