Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/
Dtag.cc50 const int32_t Tag::DSIG = TAG('D', 'S', 'I', 'G'); member in sfntly::Tag
Dtag.h66 static const int32_t DSIG; member
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/
DTag.java72 public static final int DSIG = Tag.intValue(new byte[]{'D', 'S', 'I', 'G'}); field in Tag