Home
last modified time | relevance | path

Searched refs:IndexSubTableFormat1 (Results 1 – 4 of 4) sorted by relevance

/external/sfntly/cpp/src/sfntly/table/bitmap/
Dindex_sub_table_format1.cc26 int32_t IndexSubTableFormat1::GetDataLength(ReadableFontData* data, in GetDataLength()
35 IndexSubTableFormat1::~IndexSubTableFormat1() { in ~IndexSubTableFormat1()
38 int32_t IndexSubTableFormat1::NumGlyphs() { in NumGlyphs()
42 int32_t IndexSubTableFormat1::GlyphStartOffset(int32_t glyph_id) { in GlyphStartOffset()
50 int32_t IndexSubTableFormat1::GlyphLength(int32_t glyph_id) { in GlyphLength()
58 IndexSubTableFormat1::IndexSubTableFormat1(ReadableFontData* data, in IndexSubTableFormat1() function in sfntly::IndexSubTableFormat1
64 int32_t IndexSubTableFormat1::Loca(int32_t loca) { in Loca()
73 IndexSubTableFormat1::Builder::~Builder() { in ~Builder()
76 int32_t IndexSubTableFormat1::Builder::NumGlyphs() { in NumGlyphs()
80 int32_t IndexSubTableFormat1::Builder::GlyphLength(int32_t glyph_id) { in GlyphLength()
[all …]
Dindex_sub_table_format1.h25 class IndexSubTableFormat1 : public IndexSubTable,
26 public RefCounted<IndexSubTableFormat1> {
92 virtual ~IndexSubTableFormat1();
104 IndexSubTableFormat1(ReadableFontData* data,
111 typedef Ptr<IndexSubTableFormat1> IndexSubTableFormat1Ptr;
112 typedef Ptr<IndexSubTableFormat1::Builder> IndexSubTableFormat1BuilderPtr;
Dbitmap_size_table.cc516 IndexSubTableFormat1::Builder::BitmapGlyphInfoIterator* it = in HasNext()
517 down_cast<IndexSubTableFormat1::Builder::BitmapGlyphInfoIterator*>( in HasNext()
563 IndexSubTableFormat1::Builder::BitmapGlyphInfoIterator* it = in Next()
564 down_cast<IndexSubTableFormat1::Builder::BitmapGlyphInfoIterator*>( in Next()
Dindex_sub_table.cc127 return IndexSubTableFormat1::Builder::CreateBuilder(); in CreateBuilder()
165 return IndexSubTableFormat1::Builder::CreateBuilder( in CreateBuilder()