HomeSort by relevance Sort by last modified time
    Searched refs:start_embed (Results 1 - 8 of 8) sorted by null

  /external/harfbuzz_ng/src/
hb-subset-cff2.cc 470 CFF2Subrs *dest = c.start_embed <CFF2Subrs> ();
483 CFF2VariationStore *dest = c.start_embed<CFF2VariationStore> ();
508 CFF2FDArray *fda = c.start_embed<CFF2FDArray> ();
523 CFF2CharStrings *cs = c.start_embed<CFF2CharStrings> ();
538 PrivateDict *pd = c.start_embed<PrivateDict> ();
553 CFF2Subrs *dest = c.start_embed <CFF2Subrs> ();
hb-subset-cff1.cc 891 CFF1NameIndex *dest = c.start_embed<CFF1NameIndex> ();
903 CFF1IndexOf<TopDict> *dest = c.start_embed< CFF1IndexOf<TopDict> > ();
919 CFF1StringIndex *dest = c.start_embed<CFF1StringIndex> ();
933 CFF1Subrs *dest = c.start_embed <CFF1Subrs> ();
946 Encoding *dest = c.start_embed<Encoding> ();
963 Charset *dest = c.start_embed<Charset> ();
993 CFF1FDArray *fda = c.start_embed<CFF1FDArray> ();
1008 CFF1CharStrings *cs = c.start_embed<CFF1CharStrings> ();
1023 PrivateDict *pd = c.start_embed<PrivateDict> ();
1038 CFF1Subrs *dest = c.start_embed <CFF1Subrs> ()
    [all...]
hb-ot-cff-common.hh 151 ByteStr *dest = c->start_embed<ByteStr> ();
295 TYPE *dest = c->start_embed<TYPE> ();
497 FontDict *dict = c->start_embed<FontDict> ();
536 FontDict *dict = c->start_embed<FontDict> ();
hb-ot-hdmx-table.hh 150 if (!c->start_embed<DeviceRecord> ()->serialize (c, subset_view))
hb-machinery.hh 547 return start_embed<Type> ();
568 Type *start_embed (const Type *_ HB_UNUSED = nullptr) const function in struct:hb_serialize_context_t
hb-open-type.hh 178 void *t = c->start_embed<void> ();
hb-ot-layout-common.hh     [all...]
hb-ot-layout-gsub-table.hh 295 { c->start_embed<SingleSubst> ()->serialize (c, glyphs, substitutes); }
    [all...]

Completed in 215 milliseconds