Home
last modified time | relevance | path

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

/frameworks/minikin/libs/minikin/
DLocaleListCache.h42 return getInstance().readFromInternal(reader); in readFrom()
63 uint32_t readFromInternal(BufferReader* reader);
DLocaleListCache.cpp156 uint32_t LocaleListCache::readFromInternal(BufferReader* reader) { in readFromInternal() function in minikin::LocaleListCache
DFontFamily.cpp72 std::shared_ptr<FontFamily> FontFamily::readFromInternal(BufferReader* reader, in readFromInternal() function in minikin::FontFamily
/frameworks/minikin/include/minikin/
DFontFamily.h50 return readFromInternal(reader, std::move(fonts), localeListId); in readFrom()
100 static std::shared_ptr<FontFamily> readFromInternal(BufferReader* reader,