Home
last modified time | relevance | path

Searched refs:glyf_table (Results 1 – 5 of 5) 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/freetype/src/sfnt/
Dsfwoff2.c894 if ( offset > info->glyf_table->TransformLength ) in reconstruct_glyf()
904 if ( substream_size > info->glyf_table->TransformLength - offset ) in reconstruct_glyf()
1204 info->glyf_table->dst_length = dest_offset - info->glyf_table->dst_offset; in reconstruct_glyf()
1208 loca_values[num_glyphs] = info->glyf_table->dst_length; in reconstruct_glyf()
1344 glyf_offset += info->glyf_table->src_offset; in get_x_mins()
1538 info->glyf_table = find_table( indices, num_tables, TTAG_glyf ); in reconstruct_font()
1541 if ( ( info->glyf_table == NULL ) ^ ( info->loca_table == NULL ) ) in reconstruct_font()
1548 if ( info->glyf_table != NULL ) in reconstruct_font()
1550 if ( ( info->glyf_table->flags & WOFF2_FLAGS_TRANSFORM ) != in reconstruct_font()
/external/harfbuzz_ng/src/
Dhb-ot-glyf-table.hh762 glyf_table = nullptr; in init()
771 glyf_table = hb_sanitize_context_t ().reference_table<glyf> (face); in init()
779 glyf_table.destroy (); in fini()
1020 if (unlikely (start_offset > end_offset || end_offset > glyf_table.get_length ())) in glyph_for_gid()
1023 Glyph glyph (hb_bytes_t ((const char *) this->glyf_table + start_offset, in glyph_for_gid()
1046 hb_blob_ptr_t<glyf> glyf_table; member
/external/freetype/include/freetype/internal/
Dwofftypes.h244 WOFF2_Table glyf_table; member
/external/freetype/
DChangeLog1288 `glyf_table', `loca_table', and `head_table'.