Home
last modified time | relevance | path

Searched refs:GetGlyph (Results 1 – 7 of 7) sorted by relevance

/external/sfntly/cpp/src/test/
Dverify_glyf.cc40 glyf.Attach(glyf_table->GetGlyph(GLYPH33_OFFSET, GLYPH33_LENGTH)); in VerifyGLYF()
/external/sfntly/cpp/src/sfntly/table/truetype/
Dglyph_table.h77 static CALLER_ATTACH Glyph* GetGlyph(GlyphTable* table,
296 Glyph* GetGlyph(int32_t offset, int32_t length);
Dglyph_table.cc54 GlyphTable::Glyph* GlyphTable::GetGlyph(int32_t offset, int32_t length) { in GetGlyph() function in sfntly::GlyphTable
55 return GlyphTable::Glyph::GetGlyph(this, this->data_, offset, length); in GetGlyph()
208 GlyphTable::Glyph::GetGlyph(GlyphTable* table, in GetGlyph() function in sfntly::GlyphTable::Glyph
/external/sfntly/cpp/src/sfntly/tools/subsetter/
Dglyph_table_subsetter.cc75 glyph.Attach(glyph_table->GetGlyph(old_offset, old_length)); in Subset()
/external/sfntly/cpp/src/sample/subtly/
Dfont_info.cc230 glyph.Attach(glyph_table_->GetGlyph(offset, length)); in ResolveCompositeGlyphs()
Dfont_assembler.cc198 glyph.Attach(glyph_table->GetGlyph(offset, length)); in AssembleGlyphAndLocaTables()
/external/sfntly/cpp/src/sample/chromium/
Dsubsetter_impl.cc198 glyph.Attach(glyph_table->GetGlyph(offset, length)); in ResolveCompositeGlyphs()
257 glyph.Attach(glyph_table->GetGlyph(offset, length)); in SetupGlyfBuilders()