Home
last modified time | relevance | path

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

/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()
/external/harfbuzz_ng/src/
Dhb-ot-glyf-table.hh113 glyf_table = Sanitizer<glyf>::lock_instance (glyf_blob); in init()
151 const GlyphHeader &glyph_header = StructAtOffset<GlyphHeader> (glyf_table, start_offset); in get_extents()
165 const glyf *glyf_table; member