Home
last modified time | relevance | path

Searched refs:IndexSubTableFormat3 (Results 1 – 5 of 5) sorted by relevance

/external/sfntly/cpp/src/sfntly/table/bitmap/
Dindex_sub_table_format3.cc25 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::IndexSubTableFormat3
64 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 …]
Dindex_sub_table_format3.h24 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;
Dbitmap_size_table.cc530 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()
Dindex_sub_table.cc131 return IndexSubTableFormat3::Builder::CreateBuilder(); in CreateBuilder()
171 return IndexSubTableFormat3::Builder::CreateBuilder( in CreateBuilder()
/external/sfntly/cpp/src/test/
Dbitmap_table_test.cc113 down_cast<IndexSubTableFormat3*>(strike4->GetIndexSubTable(0)); in TestReadingBitmapTable()
183 down_cast<IndexSubTableFormat3*>(strike4->GetIndexSubTable(0)); in TestIndexFormatConversion()