Lines Matching refs:glyf_table
242 glyf_table = hb_sanitize_context_t ().reference_table<glyf> (face); in init()
250 glyf_table.destroy (); in fini()
268 return CompositeGlyphHeader::get_iterator ((const char *) this->glyf_table + start_offset, in get_composite()
290 const char *glyph = ((const char *) glyf_table) + start_offset; in remove_padding()
378 if (*start_offset > *end_offset || *end_offset > glyf_table.get_length ()) in get_offsets()
395 const GlyphHeader &glyph_header = StructAtOffset<GlyphHeader> (glyf_table, start_offset); in get_instruction_offsets()
401 (const char*) this->glyf_table + start_offset, in get_instruction_offsets()
409 *instruction_start = ((char *) last - (char *) glyf_table->dataZ.arrayZ) + last->get_size (); in get_instruction_offsets()
428 …const HBUINT16 &instruction_length = StructAtOffset<HBUINT16> (glyf_table, instruction_length_offs… in get_instruction_offsets()
452 const GlyphHeader &glyph_header = StructAtOffset<GlyphHeader> (glyf_table, start_offset); in get_extents()
466 hb_blob_ptr_t<glyf> glyf_table; member