Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/jni/
DFontUtils.h32 struct FontFamilyWrapper { struct
33 explicit FontFamilyWrapper(std::shared_ptr<minikin::FontFamily>&& family) : family(family) {} in FontFamilyWrapper() argument
34 std::shared_ptr<minikin::FontFamily> family;