Searched refs:IndexSubTableFormat2 (Results 1 – 5 of 5) sorted by relevance
25 IndexSubTableFormat2::~IndexSubTableFormat2() { in ~IndexSubTableFormat2()28 int32_t IndexSubTableFormat2::ImageSize() { in ImageSize()32 CALLER_ATTACH BigGlyphMetrics* IndexSubTableFormat2::BigMetrics() { in BigMetrics()41 int32_t IndexSubTableFormat2::NumGlyphs() { in NumGlyphs()45 int32_t IndexSubTableFormat2::GlyphStartOffset(int32_t glyph_id) { in GlyphStartOffset()53 int32_t IndexSubTableFormat2::GlyphLength(int32_t glyph_id) { in GlyphLength()60 IndexSubTableFormat2::IndexSubTableFormat2(ReadableFontData* data, in IndexSubTableFormat2() function in sfntly::IndexSubTableFormat271 IndexSubTableFormat2::Builder::~Builder() { in ~Builder()74 int32_t IndexSubTableFormat2::Builder::NumGlyphs() { in NumGlyphs()78 int32_t IndexSubTableFormat2::Builder::GlyphStartOffset(int32_t glyph_id) { in GlyphStartOffset()[all …]
25 class IndexSubTableFormat2 : public IndexSubTable,26 public RefCounted<IndexSubTableFormat2> {86 virtual ~IndexSubTableFormat2();96 IndexSubTableFormat2(ReadableFontData* data, int32_t first, int32_t last);101 typedef Ptr<IndexSubTableFormat2> IndexSubTableFormat2Ptr;102 typedef Ptr<IndexSubTableFormat2::Builder> IndexSubTableFormat2BuilderPtr;
523 IndexSubTableFormat2::Builder::BitmapGlyphInfoIterator* it = in HasNext()524 down_cast<IndexSubTableFormat2::Builder::BitmapGlyphInfoIterator*>( in HasNext()570 IndexSubTableFormat2::Builder::BitmapGlyphInfoIterator* it = in Next()571 down_cast<IndexSubTableFormat2::Builder::BitmapGlyphInfoIterator*>( in Next()
129 return IndexSubTableFormat2::Builder::CreateBuilder(); in CreateBuilder()168 return IndexSubTableFormat2::Builder::CreateBuilder( in CreateBuilder()
437 down_cast<IndexSubTableFormat2::Builder*>(b); in ConstructIndexFormat5()