HomeSort by relevance Sort by last modified time
    Searched refs:LoadCollection (Results 1 - 2 of 2) sorted by null

  /external/sfntly/cpp/src/sfntly/
font_factory.h 118 void LoadCollection(InputStream* is, FontArray* output);
119 void LoadCollection(WritableFontData* wfd, FontArray* output);
font_factory.cc 45 LoadCollection(pbis, output);
59 LoadCollection(wfd, output);
123 void FontFactory::LoadCollection(InputStream* is, FontArray* output) {
135 void FontFactory::LoadCollection(WritableFontData* wfd, FontArray* output) {

Completed in 461 milliseconds