Home
last modified time | relevance | path

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

/external/sfntly/cpp/src/sfntly/
Dfont_factory.cc200 return Tag::ttcf == GenerateTag(tag[0], tag[1], tag[2], tag[3]); in IsCollection()
207 GenerateTag(tag[0], tag[1], tag[2], tag[3]); in IsCollection()
Dtag.h98 inline int32_t GenerateTag(int32_t a, int32_t b, int32_t c, int32_t d) { in GenerateTag() function