Searched refs:GetGlyph (Results 1 – 7 of 7) sorted by relevance
/external/sfntly/cpp/src/test/ |
D | verify_glyf.cc | 40 glyf.Attach(glyf_table->GetGlyph(GLYPH33_OFFSET, GLYPH33_LENGTH)); in VerifyGLYF()
|
/external/sfntly/cpp/src/sfntly/table/truetype/ |
D | glyph_table.h | 77 static CALLER_ATTACH Glyph* GetGlyph(GlyphTable* table, 296 Glyph* GetGlyph(int32_t offset, int32_t length);
|
D | glyph_table.cc | 54 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/ |
D | glyph_table_subsetter.cc | 75 glyph.Attach(glyph_table->GetGlyph(old_offset, old_length)); in Subset()
|
/external/sfntly/cpp/src/sample/subtly/ |
D | font_info.cc | 230 glyph.Attach(glyph_table_->GetGlyph(offset, length)); in ResolveCompositeGlyphs()
|
D | font_assembler.cc | 198 glyph.Attach(glyph_table->GetGlyph(offset, length)); in AssembleGlyphAndLocaTables()
|
/external/sfntly/cpp/src/sample/chromium/ |
D | subsetter_impl.cc | 235 glyph.Attach(glyph_table->GetGlyph(offset, length)); in ResolveCompositeGlyphs() 294 glyph.Attach(glyph_table->GetGlyph(offset, length)); in SetupGlyfBuilders()
|