Searched defs:fpgm (Results 1 – 3 of 3) sorted by relevance
36 const int32_t Tag::fpgm = TAG('f', 'p', 'g', 'm'); member in sfntly::Tag
44 static const int32_t fpgm; member
50 public static final int fpgm = Tag.intValue(new byte[]{'f', 'p', 'g', 'm'}); field in Tag