Home
last modified time | relevance | path

Searched refs:IndexSubTableFormat4 (Results 1 – 6 of 6) sorted by relevance

/external/sfntly/cpp/src/sfntly/table/bitmap/
Dindex_sub_table_format4.cc25 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::IndexSubTableFormat4
73 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 …]
Dindex_sub_table_format4.h24 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>
Dbitmap_size_table.cc537 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()
Dindex_sub_table.cc133 return IndexSubTableFormat4::Builder::CreateBuilder(); in CreateBuilder()
174 return IndexSubTableFormat4::Builder::CreateBuilder( in CreateBuilder()
/external/sfntly/cpp/src/sample/chromium/
Dsubsetter_impl.cc439 builder4.Attach(IndexSubTableFormat4::Builder::CreateBuilder()); in ConstructIndexFormat4()
460 IndexSubTableFormat4::CodeOffsetPairBuilder(gid, offset)); in ConstructIndexFormat4()
465 IndexSubTableFormat4::CodeOffsetPairBuilder(-1, offset)); in ConstructIndexFormat4()
/external/sfntly/cpp/src/test/
Dbitmap_table_test.cc176 down_cast<IndexSubTableFormat4*>(strike4->GetIndexSubTable(0)); in TestIndexFormatConversion()