Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DFontUtils.h29 struct FontFamilyWrapper { struct
30 FontFamilyWrapper(std::shared_ptr<minikin::FontFamily>&& family) : family(family) {} in FontFamilyWrapper() function
31 std::shared_ptr<minikin::FontFamily> family;