Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/hwui/
H A DMinikinSkia.h52 const std::string& GetFontPath() const override { return mFilePath; } in GetFontPath() function
/aosp14/frameworks/base/libs/hwui/jni/
H A DTypeface.cpp273 const std::string& path = typeface->GetFontPath(); in write()
/aosp14/frameworks/base/native/android/
H A Dsystem_fonts.cpp258 fonts.insert({font->typeface()->GetFontPath(), std::move(locale), in ASystemFontIterator_open()
/aosp14/frameworks/base/libs/hwui/jni/fonts/
H A DFont.cpp240 const std::string& path = minikinFont->GetFontPath(); in Font_getFontPath()