Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dsfwoff2.c883 if ( offset > info->glyf_table->TransformLength ) in reconstruct_glyf()
893 if ( substream_size > info->glyf_table->TransformLength - offset ) in reconstruct_glyf()
1193 info->glyf_table->dst_length = dest_offset - info->glyf_table->dst_offset; in reconstruct_glyf()
1197 loca_values[num_glyphs] = info->glyf_table->dst_length; in reconstruct_glyf()
1333 glyf_offset += info->glyf_table->src_offset; in get_x_mins()
1527 info->glyf_table = find_table( indices, num_tables, TTAG_glyf ); in reconstruct_font()
1530 if ( ( info->glyf_table == NULL ) ^ ( info->loca_table == NULL ) ) in reconstruct_font()
1537 if ( info->glyf_table != NULL ) in reconstruct_font()
1539 if ( ( info->glyf_table->flags & WOFF2_FLAGS_TRANSFORM ) != in reconstruct_font()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-glyf-table.hh908 glyf_table = nullptr; in init()
922 glyf_table = hb_sanitize_context_t ().reference_table<glyf> (face); in init()
936 glyf_table.destroy (); in fini()
1096 if (unlikely (start_offset > end_offset || end_offset > glyf_table.get_length ())) in glyph_for_gid()
1099 Glyph glyph (hb_bytes_t ((const char *) this->glyf_table + start_offset, in glyph_for_gid()
1259 hb_blob_ptr_t<glyf> glyf_table; member
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dwofftypes.h244 WOFF2_Table glyf_table; member
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.2104037 `glyf_table', `loca_table', and `head_table'.
/third_party/chromium/patch/
D0001-cve.patch22625 if ( offset > info->glyf_table->TransformLength )
22637 + if ( overlap_bitmap_length > info->glyf_table->TransformLength - offset )
22757 info->glyf_table->dst_length = dest_offset - info->glyf_table->dst_offset;
33901 glyf_table = hb_sanitize_context_t ().reference_table<glyf> (face);
33913 glyf_table.destroy ();
34053 hb_blob_ptr_t<glyf> glyf_table;