Home
last modified time | relevance | path

Searched refs:loca_table (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/tools/subsetter/
Dglyph_table_subsetter.cc47 LocaTablePtr loca_table = down_cast<LocaTable*>(font->GetTable(Tag::loca)); in Subset() local
48 if (glyph_table == NULL || loca_table == NULL) { in Subset()
72 int old_offset = loca_table->GlyphOffset(*old_glyph_id); in Subset()
73 int old_length = loca_table->GlyphLength(*old_glyph_id); in Subset()
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/chromium/
Dsubsetter_impl.cc165 LocaTable* loca_table, in ResolveCompositeGlyphs() argument
169 if (glyph_table == NULL || loca_table == NULL || in ResolveCompositeGlyphs()
187 if (*i < 0 || *i >= loca_table->num_glyphs()) { in ResolveCompositeGlyphs()
192 int32_t length = loca_table->GlyphLength(*i); in ResolveCompositeGlyphs()
197 int32_t offset = loca_table->GlyphOffset(*i); in ResolveCompositeGlyphs()
230 LocaTable* loca_table, in SetupGlyfBuilders() argument
232 if (!font_builder || !glyph_table || !loca_table) { in SetupGlyfBuilders()
247 loca_list.resize(loca_table->num_glyphs()); in SetupGlyfBuilders()
255 int32_t length = loca_table->GlyphLength(*i); in SetupGlyfBuilders()
256 int32_t offset = loca_table->GlyphOffset(*i); in SetupGlyfBuilders()
[all …]
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/subtly/
Dfont_assembler.cc158 Ptr<LocaTable> loca_table = in AssembleGlyphAndLocaTables() local
160 int32_t current_size = loca_table->header_length(); in AssembleGlyphAndLocaTables()
187 Ptr<LocaTable> loca_table = in AssembleGlyphAndLocaTables() local
190 int32_t length = loca_table->GlyphLength(resolved_glyph_id); in AssembleGlyphAndLocaTables()
191 int32_t offset = loca_table->GlyphOffset(resolved_glyph_id); in AssembleGlyphAndLocaTables()
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dsfwoff2.c879 if ( info->loca_table->dst_length != expected_loca_length ) in reconstruct_glyf()
1194 info->loca_table->dst_offset = dest_offset; in reconstruct_glyf()
1209 info->loca_table->dst_length = dest_offset - info->loca_table->dst_offset; in reconstruct_glyf()
1212 FT_TRACE4(( " dst_offset = %lu\n", info->loca_table->dst_offset )); in reconstruct_glyf()
1213 FT_TRACE4(( " dst_length = %lu\n", info->loca_table->dst_length )); in reconstruct_glyf()
1281 if ( !info->loca_table ) in get_x_mins()
1310 loca_offset = info->loca_table->src_offset; in get_x_mins()
1528 info->loca_table = find_table( indices, num_tables, TTAG_loca ); in reconstruct_font()
1530 if ( ( info->glyf_table == NULL ) ^ ( info->loca_table == NULL ) ) in reconstruct_font()
1540 ( info->loca_table->flags & WOFF2_FLAGS_TRANSFORM ) ) in reconstruct_font()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-glyf-table.hh907 loca_table = nullptr; in init()
921 loca_table = hb_sanitize_context_t ().reference_table<loca> (face); in init()
929 num_glyphs = hb_max (1u, loca_table.get_length () / (short_offset ? 2 : 4)) - 1; in init()
935 loca_table.destroy (); in fini()
1085 const HBUINT16 *offsets = (const HBUINT16 *) loca_table->dataZ.arrayZ; in glyph_for_gid()
1091 const HBUINT32 *offsets = (const HBUINT32 *) loca_table->dataZ.arrayZ; in glyph_for_gid()
1258 hb_blob_ptr_t<loca> loca_table; member
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dwofftypes.h245 WOFF2_Table loca_table; member
/third_party/skia/third_party/sfntly/
DBUILD.gn72 "$_src/sfntly/table/truetype/loca_table.cc",
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.2104037 `glyf_table', `loca_table', and `head_table'.
/third_party/chromium/patch/
D0001-cve.patch22620 if ( info->loca_table->dst_length != expected_loca_length )
22766 loca_offset = info->loca_table->src_offset;
33899 - loca_table = hb_sanitize_context_t ().reference_table<loca> (face);
33900 + loca_table = face->table.loca.get_blob (); // Needs no destruct!
33905 num_glyphs = hb_max (1u, loca_table.get_length () / (short_offset ? 2 : 4)) - 1;
33912 - loca_table.destroy ();
34052 hb_blob_ptr_t<loca> loca_table;