Searched refs:GetFontPath (Results 1 – 6 of 6) sorted by relevance
64 std::string Typeface::GetFontPath() const in GetFontPath() function in OHOS::Rosen::Drawing::Typeface66 return (typefaceImpl_ == nullptr) ? "" : typefaceImpl_->GetFontPath(); in GetFontPath()
35 virtual std::string GetFontPath() const = 0;
44 std::string GetFontPath() const override;
52 std::string SkiaTypeface::GetFontPath() const in GetFontPath() function in OHOS::Rosen::Drawing::SkiaTypeface
54 std::string GetFontPath() const;
426 desc.path = item->GetFontPath(); in CreateFontDescriptors()