Lines Matching refs:get_size
77 unsigned int get_size () const in get_size() function
100 unsigned int get_size () const in get_size() function
157 unsigned int get_size () const in get_size() function
185 unsigned int size = src.get_size (); in serialize()
260 unsigned int get_size () const in get_size() function
264 size += u.format0.get_size (); in get_size()
266 size += u.format1.get_size (); in get_size()
268 size += suppEncData ().get_size (); in get_size()
340 unsigned int get_size (unsigned int num_glyphs) const in get_size() function
412 unsigned int get_size (unsigned int num_glyphs) const in get_size() function
459 unsigned int size = src.get_size (num_glyphs); in serialize()
531 unsigned int get_size (unsigned int num_glyphs) const in get_size() function
535 size += u.format0.get_size (num_glyphs); in get_size()
537 size += u.format1.get_size (num_glyphs); in get_size()
539 size += u.format2.get_size (num_glyphs); in get_size()
1021 topDictIndex = &StructAtOffset<CFF1TopDictIndex> (nameIndex, nameIndex->get_size ()); in init()
1059 stringIndex = &StructAtOffset<CFF1StringIndex> (topDictIndex, topDictIndex->get_size ()); in init()
1063 globalSubrs = &StructAtOffset<CFF1Subrs> (stringIndex, stringIndex->get_size ()); in init()