Home
last modified time | relevance | path

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

/external/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()
/external/sfntly/cpp/src/sample/chromium/
Dsubsetter_impl.cc161 LocaTable* loca_table, in ResolveCompositeGlyphs() argument
165 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() argument
228 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 …]
/external/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()
/external/sfntly/
DAndroid.mk67 cpp/src/sfntly/table/truetype/loca_table.cc \