Searched defs:IndexSubTable (Results 1 - 2 of 2) sorted by relevance

/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Dindex_sub_table.cc28 * IndexSubTable class
30 CALLER_ATTACH BitmapGlyphInfo* IndexSubTable::GlyphInfo(int32_t glyph_id) {
46 int32_t IndexSubTable::GlyphOffset(int32_t glyph_id) {
55 CALLER_ATTACH IndexSubTable*
56 IndexSubTable::CreateIndexSubTable(ReadableFontData* data,
60 builder.Attach(IndexSubTable::Builder::CreateBuilder(
62 return down_cast<IndexSubTable*>(builder->Build());
65 IndexSubTable::IndexSubTable(ReadableFontData* data, function in class:sfntly::IndexSubTable
79 int32_t IndexSubTable
[all...]
H A Dindex_sub_table.h28 class IndexSubTable : public SubTable { class in namespace:sfntly
80 CALLER_ATTACH virtual Iterator<BitmapGlyphInfo, IndexSubTable::Builder>*
143 static CALLER_ATTACH IndexSubTable*
153 IndexSubTable(ReadableFontData* data,
169 typedef Ptr<IndexSubTable> IndexSubTablePtr;
171 typedef Ptr<IndexSubTable::Builder> IndexSubTableBuilderPtr;
173 typedef Iterator<BitmapGlyphInfo, IndexSubTable::Builder> BitmapGlyphInfoIter;

Completed in 179 milliseconds