Searched refs:loca_table (Results 1 – 7 of 7) sorted by relevance
47 LocaTablePtr loca_table = down_cast<LocaTable*>(font->GetTable(Tag::loca)); in Subset() local48 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()
200 LocaTable* loca_table, in ResolveCompositeGlyphs() argument204 if (glyph_table == NULL || loca_table == NULL || in ResolveCompositeGlyphs()222 if (*i < 0 || *i >= loca_table->num_glyphs()) { in ResolveCompositeGlyphs()227 int32_t length = loca_table->GlyphLength(*i); in ResolveCompositeGlyphs()232 int32_t offset = loca_table->GlyphOffset(*i); in ResolveCompositeGlyphs()265 LocaTable* loca_table, in SetupGlyfBuilders() argument267 if (!font_builder || !glyph_table || !loca_table) { in SetupGlyfBuilders()282 loca_list.resize(loca_table->num_glyphs()); in SetupGlyfBuilders()290 int32_t length = loca_table->GlyphLength(*i); in SetupGlyfBuilders()291 int32_t offset = loca_table->GlyphOffset(*i); in SetupGlyfBuilders()[all …]
158 Ptr<LocaTable> loca_table = in AssembleGlyphAndLocaTables() local160 int32_t current_size = loca_table->header_length(); in AssembleGlyphAndLocaTables()187 Ptr<LocaTable> loca_table = in AssembleGlyphAndLocaTables() local190 int32_t length = loca_table->GlyphLength(resolved_glyph_id); in AssembleGlyphAndLocaTables()191 int32_t offset = loca_table->GlyphOffset(resolved_glyph_id); in AssembleGlyphAndLocaTables()
241 loca_table = hb_sanitize_context_t ().reference_table<loca> (face); in init()244 num_glyphs = MAX (1u, loca_table.get_length () / (short_offset ? 2 : 4)) - 1; in init()249 loca_table.destroy (); in fini()366 const HBUINT16 *offsets = (const HBUINT16 *) loca_table->dataZ.arrayZ; in get_offsets()372 const HBUINT32 *offsets = (const HBUINT32 *) loca_table->dataZ.arrayZ; in get_offsets()465 hb_blob_ptr_t<loca> loca_table; member
74 "$_src/sfntly/table/truetype/loca_table.cc",
52 "cpp/src/sfntly/table/truetype/loca_table.cc",
67 "../externals/sfntly/cpp/src/sfntly/table/truetype/loca_table.cc",