Searched refs:IndexSubTableFormat5 (Results 1 – 5 of 5) sorted by relevance
27 IndexSubTableFormat5::~IndexSubTableFormat5() { in ~IndexSubTableFormat5()30 int32_t IndexSubTableFormat5::NumGlyphs() { in NumGlyphs()34 int32_t IndexSubTableFormat5::GlyphStartOffset(int32_t glyph_id) { in GlyphStartOffset()50 int32_t IndexSubTableFormat5::GlyphLength(int32_t glyph_id) { in GlyphLength()58 int32_t IndexSubTableFormat5::ImageSize() { in ImageSize()62 CALLER_ATTACH BigGlyphMetrics* IndexSubTableFormat5::BigMetrics() { in BigMetrics()71 IndexSubTableFormat5::IndexSubTableFormat5(ReadableFontData* data, in IndexSubTableFormat5() function in sfntly::IndexSubTableFormat580 int32_t IndexSubTableFormat5::NumGlyphs(ReadableFontData* data, in NumGlyphs()90 IndexSubTableFormat5::Builder::~Builder() { in ~Builder()93 int32_t IndexSubTableFormat5::Builder::NumGlyphs() { in NumGlyphs()[all …]
25 class IndexSubTableFormat5 : public IndexSubTable,26 public RefCounted<IndexSubTableFormat5> {93 virtual ~IndexSubTableFormat5();103 IndexSubTableFormat5(ReadableFontData* data,113 typedef Ptr<IndexSubTableFormat5> IndexSubTableFormat5Ptr;114 typedef Ptr<IndexSubTableFormat5::Builder> IndexSubTableFormat5BuilderPtr;
544 IndexSubTableFormat5::Builder::BitmapGlyphInfoIterator* it = in HasNext()545 down_cast<IndexSubTableFormat5::Builder::BitmapGlyphInfoIterator*>( in HasNext()591 IndexSubTableFormat5::Builder::BitmapGlyphInfoIterator* it = in Next()592 down_cast<IndexSubTableFormat5::Builder::BitmapGlyphInfoIterator*>( in Next()
135 return IndexSubTableFormat5::Builder::CreateBuilder(); in CreateBuilder()177 return IndexSubTableFormat5::Builder::CreateBuilder( in CreateBuilder()
431 new_builder.Attach(IndexSubTableFormat5::Builder::CreateBuilder()); in ConstructIndexFormat5()442 down_cast<IndexSubTableFormat5::Builder*>(b); in ConstructIndexFormat5()