Searched refs:loca_table (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/tools/subsetter/ |
H A D | glyph_table_subsetter.cc | 20 #include "sfntly/table/truetype/loca_table.h" 47 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/ |
H A D | subsetter_impl.cc | 165 LocaTable* loca_table, in ResolveCompositeGlyphs() 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() 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 in SetupGlyfBuilders() 164 ResolveCompositeGlyphs(GlyphTable* glyph_table, LocaTable* loca_table, const unsigned int* glyph_ids, size_t glyph_count, IntegerSet* glyph_id_processed) ResolveCompositeGlyphs() argument 228 SetupGlyfBuilders(Font::Builder* font_builder, GlyphTable* glyph_table, LocaTable* loca_table, const IntegerSet& glyph_ids) SetupGlyfBuilders() argument 671 LocaTablePtr loca_table = down_cast<LocaTable*>(font_->GetTable(Tag::loca)); SubsetFont() local [all...] |
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/subtly/ |
H A D | font_assembler.cc | 28 #include "sfntly/table/truetype/loca_table.h" 158 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/ |
H A D | sfwoff2.c | 879 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 in reconstruct_font() [all...] |
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-glyf-table.hh | 907 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/ |
H A D | wofftypes.h | 231 * loca_table :: 245 WOFF2_Table loca_table; member
|
Completed in 7 milliseconds