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

/external/chromium_org/third_party/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;
/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;
/external/chromium_org/third_party/skia/src/sfnt/
H A DSkOTTable_EBLC.h139 union IndexSubTable { union in struct:SkOTTableEmbeddedBitmapLocation
/external/skia/src/sfnt/
H A DSkOTTable_EBLC.h139 union IndexSubTable { union in struct:SkOTTableEmbeddedBitmapLocation

Completed in 2290 milliseconds