Home
last modified time | relevance | path

Searched defs:SetTypeface (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/text/
H A Dtext_blob.h97 void SetTypeface(std::shared_ptr<Typeface> typeface) in SetTypeface() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H A Dtexgine_font.cpp29 void TexgineFont::SetTypeface(const std::shared_ptr<TexgineTypeface> tf) in SetTypeface() function in OHOS::Rosen::TextEngine::TexgineFont
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_font.cpp89 void SkiaFont::SetTypeface(std::shared_ptr<Typeface> typeface) in SetTypeface() function in OHOS::Rosen::Drawing::SkiaFont
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/text/
H A Dfont.cpp63 void Font::SetTypeface(std::shared_ptr<Typeface> typeface) in SetTypeface() function in OHOS::Rosen::Drawing::Font
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/font_napi/
H A Djs_font.cpp193 napi_value JsFont::SetTypeface(napi_env env, napi_callback_info info) in SetTypeface() function in OHOS::Rosen::Drawing::JsFont