/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/ |
H A D | texgine_font.cpp | 29 void TexgineFont::SetTypeface(const std::shared_ptr<TexgineTypeface> tf) in SetTypeface() function in OHOS::Rosen::TextEngine::TexgineFont 32 font_->SetTypeface(tf->GetTypeface()); in SetTypeface() 34 font_->SetTypeface(nullptr); in SetTypeface()
|
H A D | texgine_font.h | 49 void SetTypeface(const std::shared_ptr<TexgineTypeface> tf);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/text/ |
H A D | font.cpp | 63 void Font::SetTypeface(std::shared_ptr<Typeface> typeface) in SetTypeface() function in OHOS::Rosen::Drawing::Font 65 fontImpl_->SetTypeface(typeface); in SetTypeface() 222 fallbackFont->SetTypeface(fallbackTypeface); in GetFallbackFont()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/ |
H A D | rosen_svg_painter.cpp | 579 font.SetTypeface(fontTypeChinese_); in UpdateText() 581 font.SetTypeface(fontTypeNormal_); in UpdateText() 705 font.SetTypeface(fontTypeChinese_); in UpdateTextPath() 707 font.SetTypeface(fontTypeNormal_); in UpdateTextPath() 800 font.SetTypeface(fontTypeChinese_); in MeasureTextBounds() 802 font.SetTypeface(fontTypeNormal_); in MeasureTextBounds() 870 font.SetTypeface(fontTypeChinese_); in MeasureTextPathBounds() 872 font.SetTypeface(fontTypeNormal_); in MeasureTextPathBounds()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_font.cpp | 158 font->SetTypeface(g_LoadZhCnTypeface()); in OH_Drawing_FontCreate() 169 font->SetTypeface(std::shared_ptr<Typeface>{CastToTypeface(cTypeface), [](auto p) {}}); in OH_Drawing_FontSetTypeface()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/text/ |
H A D | font.h | 80 void SetTypeface(std::shared_ptr<Typeface> typeface);
|
H A D | text_blob.h | 97 void SetTypeface(std::shared_ptr<Typeface> typeface) in SetTypeface() function
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/ |
H A D | font_impl.h | 43 virtual void SetTypeface(std::shared_ptr<Typeface> typeface) = 0;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_font.h | 49 void SetTypeface(std::shared_ptr<Typeface> typeface) override;
|
H A D | skia_font.cpp | 89 void SkiaFont::SetTypeface(std::shared_ptr<Typeface> typeface) in SetTypeface() function in OHOS::Rosen::Drawing::SkiaFont
|
H A D | skia_typeface.cpp | 272 textblobCtx->SetTypeface(customTypeface); in SerializeTypeface()
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/font_napi/ |
H A D | js_font.cpp | 38 DECLARE_NAPI_FUNCTION("setTypeface", JsFont::SetTypeface), 107 font->SetTypeface(JsTypeface::LoadZhCnTypeface()); in Constructor() 193 napi_value JsFont::SetTypeface(napi_env env, napi_callback_info info) in SetTypeface() function in OHOS::Rosen::Drawing::JsFont 562 m_font->SetTypeface(jsTypeface->GetTypeface()); in OnSetTypeface()
|
H A D | js_font.h | 45 static napi_value SetTypeface(napi_env env, napi_callback_info info);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/ |
H A D | skia_font_test.cpp | 107 skiaFont->SetTypeface(nullptr);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/text/font_fuzzer/ |
H A D | font_fuzzer.cpp | 81 font.SetTypeface(typeface); in FontFuzzTest002()
|
/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/src/ |
H A D | boot_compile_progress.cpp | 207 font.SetTypeface(tf_); in DrawCompileProgress()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/dfx/ |
H A D | rs_dirty_rects_dfx.cpp | 171 font.SetTypeface(tf); in DrawCurrentRefreshRate()
|