Searched refs:IndexSubTableFormat4 (Results 1 – 6 of 6) sorted by relevance
25 IndexSubTableFormat4::~IndexSubTableFormat4() { in ~IndexSubTableFormat4()28 int32_t IndexSubTableFormat4::NumGlyphs() { in NumGlyphs()29 return IndexSubTableFormat4::NumGlyphs(data_, 0); in NumGlyphs()32 int32_t IndexSubTableFormat4::GlyphStartOffset(int32_t glyph_id) { in GlyphStartOffset()47 int32_t IndexSubTableFormat4::GlyphLength(int32_t glyph_id) { in GlyphLength()67 IndexSubTableFormat4::IndexSubTableFormat4(ReadableFontData* data, in IndexSubTableFormat4() function in sfntly::IndexSubTableFormat473 int32_t IndexSubTableFormat4::FindCodeOffsetPair(int32_t glyph_id) { in FindCodeOffsetPair()80 int32_t IndexSubTableFormat4::NumGlyphs(ReadableFontData* data, in NumGlyphs()90 IndexSubTableFormat4::CodeOffsetPair::CodeOffsetPair(int32_t glyph_code, in CodeOffsetPair()95 IndexSubTableFormat4::CodeOffsetPairBuilder::CodeOffsetPairBuilder() in CodeOffsetPairBuilder()[all …]
24 class IndexSubTableFormat4 : public IndexSubTable,25 public RefCounted<IndexSubTableFormat4> {113 virtual ~IndexSubTableFormat4();120 IndexSubTableFormat4(ReadableFontData* data,129 typedef Ptr<IndexSubTableFormat4> IndexSubTableFormat4Ptr;130 typedef Ptr<IndexSubTableFormat4::Builder> IndexSubTableFormat4BuilderPtr;131 typedef std::vector<IndexSubTableFormat4::CodeOffsetPairBuilder>
537 IndexSubTableFormat4::Builder::BitmapGlyphInfoIterator* it = in HasNext()538 down_cast<IndexSubTableFormat4::Builder::BitmapGlyphInfoIterator*>( in HasNext()584 IndexSubTableFormat4::Builder::BitmapGlyphInfoIterator* it = in Next()585 down_cast<IndexSubTableFormat4::Builder::BitmapGlyphInfoIterator*>( in Next()
133 return IndexSubTableFormat4::Builder::CreateBuilder(); in CreateBuilder()174 return IndexSubTableFormat4::Builder::CreateBuilder( in CreateBuilder()
393 builder4.Attach(IndexSubTableFormat4::Builder::CreateBuilder()); in ConstructIndexFormat4()414 IndexSubTableFormat4::CodeOffsetPairBuilder(gid, offset)); in ConstructIndexFormat4()419 IndexSubTableFormat4::CodeOffsetPairBuilder(-1, offset)); in ConstructIndexFormat4()
169 down_cast<IndexSubTableFormat4*>(strike4->GetIndexSubTable(0)); in TestIndexFormatConversion()