Home
last modified time | relevance | path

Searched refs:GetFontPath (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/text/
H A Dtypeface.cpp64 std::string Typeface::GetFontPath() const in GetFontPath() function in OHOS::Rosen::Drawing::Typeface
66 return (typefaceImpl_ == nullptr) ? "" : typefaceImpl_->GetFontPath(); in GetFontPath()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dtypeface_impl.h35 virtual std::string GetFontPath() const = 0;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_typeface.h44 std::string GetFontPath() const override;
H A Dskia_typeface.cpp52 std::string SkiaTypeface::GetFontPath() const in GetFontPath() function in OHOS::Rosen::Drawing::SkiaTypeface
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/text/
H A Dtypeface.h54 std::string GetFontPath() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
H A Dfont_parser.cpp426 desc.path = item->GetFontPath(); in CreateFontDescriptors()