Home
last modified time | relevance | path

Searched defs:OS_2 (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/
Dtag.cc33 const int32_t Tag::OS_2 = TAG('O', 'S', '/', '2'); member in sfntly::Tag
Dtag.h39 static const int32_t OS_2; member
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/
DTag.java45 public static final int OS_2 = Tag.intValue(new byte[]{'O', 'S', '/', '2'}); field in Tag