Home
last modified time | relevance | path

Searched defs:glyf (Results 1 – 4 of 4) sorted by relevance

/external/sfntly/cpp/src/test/
Dverify_glyf.cc39 GlyphPtr glyf; in VerifyGLYF() local
/external/sfntly/cpp/src/sfntly/
Dtag.cc37 const int32_t Tag::glyf = TAG('g', 'l', 'y', 'f'); member in sfntly::Tag
Dtag.h45 static const int32_t glyf; member
/external/sfntly/cpp/src/sample/chromium/
Dsubsetter_impl.cc724 Font* SubsetterImpl::Subset(const IntegerSet& glyph_ids, GlyphTable* glyf, in Subset()