Searched refs:loca_table (Results 1 – 5 of 5) 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()
163 LocaTable* loca_table, in ResolveCompositeGlyphs() argument167 if (glyph_table == NULL || loca_table == NULL || in ResolveCompositeGlyphs()185 if (*i < 0 || *i >= loca_table->num_glyphs()) { in ResolveCompositeGlyphs()190 int32_t length = loca_table->GlyphLength(*i); in ResolveCompositeGlyphs()195 int32_t offset = loca_table->GlyphOffset(*i); in ResolveCompositeGlyphs()228 LocaTable* loca_table, in SetupGlyfBuilders() argument230 if (!font_builder || !glyph_table || !loca_table) { in SetupGlyfBuilders()245 loca_list.resize(loca_table->num_glyphs()); in SetupGlyfBuilders()253 int32_t length = loca_table->GlyphLength(*i); in SetupGlyfBuilders()254 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()
52 "cpp/src/sfntly/table/truetype/loca_table.cc",
67 "../externals/sfntly/cpp/src/sfntly/table/truetype/loca_table.cc",