Home
last modified time | relevance | path

Searched refs:CreateFont (Results 1 - 9 of 9) sorted by relevance

/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/
H A Djs_drawing_init.h29 napi_value CreateFont(napi_env env);
32 static napi_value CreateFont(napi_env env, napi_callback_info info);
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_impl_factory.h92 static std::unique_ptr<FontImpl> CreateFont();
93 static std::unique_ptr<FontImpl> CreateFont(std::shared_ptr<Typeface> typeface,
95 static std::unique_ptr<FontImpl> CreateFont(const Font& font);
H A Dskia_impl_factory.cpp216 std::unique_ptr<FontImpl> SkiaImplFactory::CreateFont() in CreateFont() function in OHOS::Rosen::Drawing::SkiaImplFactory
221 std::unique_ptr<FontImpl> SkiaImplFactory::CreateFont(std::shared_ptr<Typeface> typeface, in CreateFont() function in OHOS::Rosen::Drawing::SkiaImplFactory
227 std::unique_ptr<FontImpl> SkiaImplFactory::CreateFont(const Font& font) in CreateFont() function in OHOS::Rosen::Drawing::SkiaImplFactory
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/
H A Dimpl_factory.cpp347 return DDGRImplFactory::CreateFont(); in CreateFontImpl()
350 return EngineImplFactory::CreateFont(); in CreateFontImpl()
358 return DDGRImplFactory::CreateFont(typeface, size, scaleX, skewX); in CreateFontImpl()
361 return EngineImplFactory::CreateFont(typeface, size, scaleX, skewX); in CreateFontImpl()
368 return DDGRImplFactory::CreateFont(font); in CreateFontImpl()
371 return EngineImplFactory::CreateFont(font); in CreateFontImpl()
/foundation/graphic/graphic_3d/lume/LumeFont/src/
H A Dfont_manager.h59 IFont::Ptr CreateFont(const TypeFace& typeface) override;
H A Dfont_manager.cpp183 IFont::Ptr FontManager::CreateFont(const TypeFace& typeFace) in CreateFont() function in FontManager
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/font_napi/
H A Djs_font.h34 static napi_value CreateFont(napi_env env, napi_callback_info info);
H A Djs_font.cpp90 DECLARE_NAPI_STATIC_FUNCTION("createFont", JsFont::CreateFont), in Init()
138 napi_value JsFont::CreateFont(napi_env env, napi_callback_info info) in CreateFont() function in OHOS::Rosen::Drawing::JsFont
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/run_napi/
H A Djs_run.cpp262 napi_value resultValue = Drawing::JsFont::CreateFont(env, info); in OnGetFont()

Completed in 7 milliseconds