Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-glyf-table.hh72 struct glyf struct
74 enum { tableTag = HB_OT_TAG_glyf };
76 bool sanitize (hb_sanitize_context_t *c HB_UNUSED) const in sanitize()
84 bool subset (hb_subset_plan_t *plan) const in subset()
105 _add_head_and_set_loca_version (hb_subset_plan_t *plan, bool use_short_loca) in _add_head_and_set_loca_version()
122 struct GlyphHeader
136 struct CompositeGlyphHeader
229 struct accelerator_t
470 UnsizedArrayOf<HBUINT8> dataZ; /* Glyphs data. */
Dhb-subset-glyf.cc33 _calculate_glyf_and_loca_prime_size (const OT::glyf::accelerator_t &glyf, in _calculate_glyf_and_loca_prime_size()
157 const OT::glyf::accelerator_t &glyf, in _write_glyf_and_loca_prime()
227 _hb_subset_glyf_and_loca (const OT::glyf::accelerator_t &glyf, in _hb_subset_glyf_and_loca()
297 OT::glyf::accelerator_t glyf; in hb_subset_glyf_and_loca() local
Dhb-subset-plan.cc36 _add_gid_and_children (const OT::glyf::accelerator_t &glyf, in _add_gid_and_children()
105 OT::glyf::accelerator_t glyf; in _populate_gids_to_retain() local
/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.cc781 Font* SubsetterImpl::Subset(const IntegerSet& glyph_ids, GlyphTable* glyf, in Subset()
/external/skqp/tools/fonts/
DSkTestSVGTypeface.cpp1026 SkTestSVGTypeface::GlyfInfo* glyf, SkTHashMap<SkColor, int>* colors, in SkCOLRCanvas()
/external/skia/tools/fonts/
DSkTestSVGTypeface.cpp1024 SkTestSVGTypeface::GlyfInfo* glyf, SkTHashMap<SkColor, int>* colors, in SkCOLRCanvas()
/external/u-boot/drivers/video/
Dstb_truetype.h642 int loca,head,glyf,hhea,hmtx,kern; // table locations as offset from start of .ttf member