Searched refs:loca_table (Results 1 – 4 of 4) 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()
161 LocaTable* loca_table, in ResolveCompositeGlyphs() argument165 if (glyph_table == NULL || loca_table == NULL || in ResolveCompositeGlyphs()183 if (*i < 0 || *i >= loca_table->num_glyphs()) { in ResolveCompositeGlyphs()188 int32_t length = loca_table->GlyphLength(*i); in ResolveCompositeGlyphs()193 int32_t offset = loca_table->GlyphOffset(*i); in ResolveCompositeGlyphs()226 LocaTable* loca_table, in SetupGlyfBuilders() argument228 if (!font_builder || !glyph_table || !loca_table) { in SetupGlyfBuilders()243 loca_list.resize(loca_table->num_glyphs()); in SetupGlyfBuilders()251 int32_t length = loca_table->GlyphLength(*i); in SetupGlyfBuilders()252 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()
67 cpp/src/sfntly/table/truetype/loca_table.cc \