/external/sfntly/cpp/src/sfntly/table/bitmap/ |
D | bitmap_glyph_info.cc | 21 BitmapGlyphInfo::BitmapGlyphInfo(int32_t glyph_id, in BitmapGlyphInfo() function in sfntly::BitmapGlyphInfo 34 BitmapGlyphInfo::BitmapGlyphInfo(int32_t glyph_id, in BitmapGlyphInfo() function in sfntly::BitmapGlyphInfo 46 bool BitmapGlyphInfo::operator==(const BitmapGlyphInfo& rhs) const { in operator ==() 53 bool BitmapGlyphInfo::operator==(BitmapGlyphInfo* rhs) { in operator ==() 63 bool StartOffsetComparator::operator()(BitmapGlyphInfo* lhs, in operator ()() 64 BitmapGlyphInfo* rhs) { in operator ()()
|
D | bitmap_glyph_info.h | 28 class BitmapGlyphInfo : public RefCounted<BitmapGlyphInfo> { 37 BitmapGlyphInfo(int32_t glyph_id, 49 BitmapGlyphInfo(int32_t glyph_id, 63 bool operator==(const BitmapGlyphInfo& rhs) const; 64 bool operator==(BitmapGlyphInfo* rhs); 74 typedef Ptr<BitmapGlyphInfo> BitmapGlyphInfoPtr; 80 bool operator()(BitmapGlyphInfo* lhs, BitmapGlyphInfo* rhs);
|
D | bitmap_size_table.h | 38 public RefIterator<BitmapGlyphInfo, Builder> { 44 CALLER_ATTACH virtual BitmapGlyphInfo* Next(); 48 CALLER_ATTACH BitmapGlyphInfo* Next(BitmapGlyphInfoIter* iterator_base); 100 CALLER_ATTACH BitmapGlyphInfo* GlyphInfo(int32_t glyph_id); 147 CALLER_ATTACH BitmapGlyphInfo* GlyphInfo(int32_t glyph_id);
|
D | index_sub_table.h | 61 CALLER_ATTACH virtual BitmapGlyphInfo* GlyphInfo(int32_t glyph_id); 80 CALLER_ATTACH virtual Iterator<BitmapGlyphInfo, IndexSubTable::Builder>* 137 CALLER_ATTACH BitmapGlyphInfo* GlyphInfo(int32_t glyph_id); 173 typedef Iterator<BitmapGlyphInfo, IndexSubTable::Builder> BitmapGlyphInfoIter;
|
D | index_sub_table.cc | 30 CALLER_ATTACH BitmapGlyphInfo* IndexSubTable::GlyphInfo(int32_t glyph_id) { in GlyphInfo() 38 BitmapGlyphInfoPtr output = new BitmapGlyphInfo(glyph_id, in GlyphInfo() 107 CALLER_ATTACH BitmapGlyphInfo* IndexSubTable::Builder::GlyphInfo( in GlyphInfo() 110 new BitmapGlyphInfo(glyph_id, in GlyphInfo()
|
D | index_sub_table_format2.h | 32 : public RefIterator<BitmapGlyphInfo, Builder, IndexSubTable::Builder> { 38 CALLER_ATTACH virtual BitmapGlyphInfo* Next();
|
D | index_sub_table_format3.h | 31 : public RefIterator<BitmapGlyphInfo, Builder, IndexSubTable::Builder> { 37 CALLER_ATTACH virtual BitmapGlyphInfo* Next();
|
D | index_sub_table_format1.h | 32 : public RefIterator<BitmapGlyphInfo, Builder, IndexSubTable::Builder> { 38 CALLER_ATTACH virtual BitmapGlyphInfo* Next();
|
D | index_sub_table_format5.h | 32 : public RefIterator<BitmapGlyphInfo, Builder, IndexSubTable::Builder> { 38 CALLER_ATTACH virtual BitmapGlyphInfo* Next();
|
D | index_sub_table_format3.cc | 270 : RefIterator<BitmapGlyphInfo, IndexSubTableFormat3::Builder, in BitmapGlyphInfoIterator() 282 CALLER_ATTACH BitmapGlyphInfo* 289 output = new BitmapGlyphInfo(glyph_id_, in Next()
|
D | index_sub_table_format2.cc | 247 : RefIterator<BitmapGlyphInfo, IndexSubTableFormat2::Builder, in BitmapGlyphInfoIterator() 259 CALLER_ATTACH BitmapGlyphInfo* 266 output = new BitmapGlyphInfo(glyph_id_, in Next()
|
D | bitmap_size_table.cc | 103 CALLER_ATTACH BitmapGlyphInfo* BitmapSizeTable::GlyphInfo(int32_t glyph_id) { in GlyphInfo() 329 CALLER_ATTACH BitmapGlyphInfo* BitmapSizeTable::Builder::GlyphInfo( in GlyphInfo() 484 : RefIterator<BitmapGlyphInfo, BitmapSizeTable::Builder>(container) { in BitmapGlyphInfoIterator() 503 BitmapGlyphInfo* BitmapSizeTable::Builder::BitmapGlyphInfoIterator::Next() { in Next() 558 BitmapGlyphInfo* BitmapSizeTable::Builder::BitmapGlyphInfoIterator::Next( in Next()
|
D | index_sub_table_format1.cc | 274 : RefIterator<BitmapGlyphInfo, IndexSubTableFormat1::Builder, in BitmapGlyphInfoIterator() 286 CALLER_ATTACH BitmapGlyphInfo* 293 output = new BitmapGlyphInfo(glyph_id_, in Next()
|
D | index_sub_table_format4.h | 57 : public RefIterator<BitmapGlyphInfo, Builder, IndexSubTable::Builder> { 63 CALLER_ATTACH virtual BitmapGlyphInfo* Next();
|
D | index_sub_table_format5.cc | 319 : RefIterator<BitmapGlyphInfo, IndexSubTableFormat5::Builder, in BitmapGlyphInfoIterator() 331 CALLER_ATTACH BitmapGlyphInfo* 338 output = new BitmapGlyphInfo(container()->GetGlyphArray()->at(offset_index_), in Next()
|
D | index_sub_table_format4.cc | 350 : RefIterator<BitmapGlyphInfo, IndexSubTableFormat4::Builder, in BitmapGlyphInfoIterator() 363 CALLER_ATTACH BitmapGlyphInfo* 375 output = new BitmapGlyphInfo(glyph_code, in Next()
|
D | ebdt_table.cc | 148 BitmapGlyphInfoPtr info = new BitmapGlyphInfo(glyph_entry->first, in GenerateLocaList()
|