Home
last modified time | relevance | path

Searched refs:glyf_table (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-glyf-table.hh242 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()
[all …]
/external/sfntly/cpp/src/test/
Dverify_glyf.cc34 GlyphTablePtr glyf_table = down_cast<GlyphTable*>(table); in VerifyGLYF() local
35 if (glyf_table == NULL) { in VerifyGLYF()
40 glyf.Attach(glyf_table->GetGlyph(GLYPH33_OFFSET, GLYPH33_LENGTH)); in VerifyGLYF()