Home
last modified time | relevance | path

Searched refs:LoadCollection (Results 1 – 2 of 2) sorted by relevance

/external/sfntly/cpp/src/sfntly/
Dfont_factory.cc45 LoadCollection(pbis, output); in LoadFonts()
59 LoadCollection(wfd, output); in LoadFonts()
123 void FontFactory::LoadCollection(InputStream* is, FontArray* output) { in LoadCollection() function in sfntly::FontFactory
135 void FontFactory::LoadCollection(WritableFontData* wfd, FontArray* output) { in LoadCollection() function in sfntly::FontFactory
Dfont_factory.h118 void LoadCollection(InputStream* is, FontArray* output);
119 void LoadCollection(WritableFontData* wfd, FontArray* output);