Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-glyf-table.hh69 struct glyf struct
71 static const hb_tag_t tableTag = HB_OT_TAG_glyf;
73 inline bool sanitize (hb_sanitize_context_t *c) const in sanitize()
82 BYTE dataX[VAR]; /* Glyphs data. */
Dhb-ot-font.cc136 const OT::glyf *glyf; member
308 hb_ot_face_glyf_accelerator_t glyf; member
/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.cc742 Font* SubsetterImpl::Subset(const IntegerSet& glyph_ids, GlyphTable* glyf, in Subset()