Searched refs:loca_table_ (Results 1 – 2 of 2) sorted by relevance
136 loca_table_ = down_cast<LocaTable*>(font_->GetTable(Tag::loca)); in Initialize()214 if (glyph_id < 0 || glyph_id > loca_table_->num_glyphs()) { in ResolveCompositeGlyphs()217 loca_table_->num_glyphs()); in ResolveCompositeGlyphs()221 int32_t length = loca_table_->GlyphLength(glyph_id); in ResolveCompositeGlyphs()228 int32_t offset = loca_table_->GlyphOffset(glyph_id); in ResolveCompositeGlyphs()
124 sfntly::Ptr<sfntly::LocaTable> loca_table_; variable