Searched refs:GlyphOffset (Results 1 – 12 of 12) sorted by relevance
77 int32_t GlyphOffset(int32_t glyph_id);153 int32_t GlyphOffset(int32_t glyph_id);
26 int32_t LocaTable::GlyphOffset(int32_t glyph_id) { in GlyphOffset() function in sfntly::LocaTable124 int32_t LocaTable::Builder::GlyphOffset(int32_t glyph_id) { in GlyphOffset() function in sfntly::LocaTable::Builder
66 virtual int32_t GlyphOffset(int32_t glyph_id);138 virtual int32_t GlyphOffset(int32_t glyph_id);
101 int32_t GlyphOffset(int32_t glyph_id);145 int32_t GlyphOffset(int32_t glyph_id);
87 int32_t BitmapSizeTable::GlyphOffset(int32_t glyph_id) { in GlyphOffset() function in sfntly::BitmapSizeTable92 return subtable->GlyphOffset(glyph_id); in GlyphOffset()338 int32_t BitmapSizeTable::Builder::GlyphOffset(int32_t glyph_id) { in GlyphOffset() function in sfntly::BitmapSizeTable::Builder343 return subtable->GlyphOffset(glyph_id); in GlyphOffset()
46 int32_t IndexSubTable::GlyphOffset(int32_t glyph_id) { in GlyphOffset() function in sfntly::IndexSubTable118 int32_t IndexSubTable::Builder::GlyphOffset(int32_t glyph_id) { in GlyphOffset() function in sfntly::IndexSubTable::Builder
50 EXPECT_EQ(loca->GlyphOffset(i), LOCAS[i]); in VerifyLOCA()
90 EXPECT_EQ(sub1->GlyphOffset(i), STRIKE4_SUB1_GLYPH_OFFSET[i]); in CommonReadingTest()
72 int old_offset = loca_table->GlyphOffset(*old_glyph_id); in Subset()
228 int32_t offset = loca_table_->GlyphOffset(glyph_id); in ResolveCompositeGlyphs()
191 int32_t offset = loca_table->GlyphOffset(resolved_glyph_id); in AssembleGlyphAndLocaTables()
193 int32_t offset = loca_table->GlyphOffset(*i); in ResolveCompositeGlyphs()252 int32_t offset = loca_table->GlyphOffset(*i); in SetupGlyfBuilders()