Searched refs:IsCollection (Results 1 – 4 of 4) sorted by relevance
44 if (IsCollection(pbis)) { in LoadFonts()58 if (IsCollection(wfd)) { in LoadFonts()72 if (IsCollection(pbis)) { in LoadFontsForBuilding()87 if (IsCollection(wfd)) { in LoadFontsForBuilding()196 bool FontFactory::IsCollection(PushbackInputStream* pbis) { in IsCollection() function in sfntly::FontFactory203 bool FontFactory::IsCollection(ReadableFontData* rfd) { in IsCollection() function in sfntly::FontFactory
130 static bool IsCollection(PushbackInputStream* pbis);131 static bool IsCollection(ReadableFontData* wfd);
39 if (!(*it)->IsCollection()) in VisitValue()
107 virtual bool IsCollection() { return false; } in IsCollection() function256 bool IsCollection() { return true; } in IsCollection() function