Searched refs:IndexSubTableFormat3 (Results 1 – 5 of 5) sorted by relevance
25 IndexSubTableFormat3::~IndexSubTableFormat3() { in ~IndexSubTableFormat3()28 int32_t IndexSubTableFormat3::NumGlyphs() { in NumGlyphs()32 int32_t IndexSubTableFormat3::GlyphStartOffset(int32_t glyph_id) { in GlyphStartOffset()40 int32_t IndexSubTableFormat3::GlyphLength(int32_t glyph_id) { in GlyphLength()49 int32_t IndexSubTableFormat3::GetDataLength(ReadableFontData* data, in GetDataLength()58 IndexSubTableFormat3::IndexSubTableFormat3(ReadableFontData* data, in IndexSubTableFormat3() function in sfntly::IndexSubTableFormat364 int32_t IndexSubTableFormat3::Loca(int32_t loca) { in Loca()74 IndexSubTableFormat3::Builder::~Builder() { in ~Builder()77 int32_t IndexSubTableFormat3::Builder::NumGlyphs() { in NumGlyphs()81 int32_t IndexSubTableFormat3::Builder::GlyphStartOffset(int32_t glyph_id) { in GlyphStartOffset()[all …]
24 class IndexSubTableFormat3 : public IndexSubTable,25 public RefCounted<IndexSubTableFormat3> {89 virtual ~IndexSubTableFormat3();101 IndexSubTableFormat3(ReadableFontData* data,108 typedef Ptr<IndexSubTableFormat3> IndexSubTableFormat3Ptr;109 typedef Ptr<IndexSubTableFormat3::Builder> IndexSubTableFormat3BuilderPtr;
530 IndexSubTableFormat3::Builder::BitmapGlyphInfoIterator* it = in HasNext()531 down_cast<IndexSubTableFormat3::Builder::BitmapGlyphInfoIterator*>( in HasNext()577 IndexSubTableFormat3::Builder::BitmapGlyphInfoIterator* it = in Next()578 down_cast<IndexSubTableFormat3::Builder::BitmapGlyphInfoIterator*>( in Next()
131 return IndexSubTableFormat3::Builder::CreateBuilder(); in CreateBuilder()171 return IndexSubTableFormat3::Builder::CreateBuilder( in CreateBuilder()
113 down_cast<IndexSubTableFormat3*>(strike4->GetIndexSubTable(0)); in TestReadingBitmapTable()183 down_cast<IndexSubTableFormat3*>(strike4->GetIndexSubTable(0)); in TestIndexFormatConversion()