Home
last modified time | relevance | path

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

/external/sfntly/cpp/src/sfntly/table/bitmap/
Dindex_sub_table.h173 typedef Iterator<BitmapGlyphInfo, IndexSubTable::Builder> BitmapGlyphInfoIter; typedef
174 typedef Ptr<BitmapGlyphInfoIter> BitmapGlyphInfoIterPtr;
Dbitmap_size_table.h47 bool HasNext(BitmapGlyphInfoIter* iterator_base);
48 CALLER_ATTACH BitmapGlyphInfo* Next(BitmapGlyphInfoIter* iterator_base);
Dindex_sub_table_format1.h58 CALLER_ATTACH BitmapGlyphInfoIter* Iterator();
Dbitmap_size_table.cc512 BitmapGlyphInfoIter* iterator_base) { in HasNext()
559 BitmapGlyphInfoIter* iterator_base) { in Next()