Home
last modified time | relevance | path

Searched refs:BitmapGlyphInfo (Results 1 – 17 of 17) sorted by relevance

/external/sfntly/cpp/src/sfntly/table/bitmap/
Dbitmap_glyph_info.cc21 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 ()()
Dbitmap_glyph_info.h28 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);
Dbitmap_size_table.h38 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);
Dindex_sub_table.h61 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;
Dindex_sub_table.cc30 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()
Dindex_sub_table_format2.h32 : public RefIterator<BitmapGlyphInfo, Builder, IndexSubTable::Builder> {
38 CALLER_ATTACH virtual BitmapGlyphInfo* Next();
Dindex_sub_table_format3.h31 : public RefIterator<BitmapGlyphInfo, Builder, IndexSubTable::Builder> {
37 CALLER_ATTACH virtual BitmapGlyphInfo* Next();
Dindex_sub_table_format1.h32 : public RefIterator<BitmapGlyphInfo, Builder, IndexSubTable::Builder> {
38 CALLER_ATTACH virtual BitmapGlyphInfo* Next();
Dindex_sub_table_format5.h32 : public RefIterator<BitmapGlyphInfo, Builder, IndexSubTable::Builder> {
38 CALLER_ATTACH virtual BitmapGlyphInfo* Next();
Dindex_sub_table_format3.cc270 : RefIterator<BitmapGlyphInfo, IndexSubTableFormat3::Builder, in BitmapGlyphInfoIterator()
282 CALLER_ATTACH BitmapGlyphInfo*
289 output = new BitmapGlyphInfo(glyph_id_, in Next()
Dindex_sub_table_format2.cc247 : RefIterator<BitmapGlyphInfo, IndexSubTableFormat2::Builder, in BitmapGlyphInfoIterator()
259 CALLER_ATTACH BitmapGlyphInfo*
266 output = new BitmapGlyphInfo(glyph_id_, in Next()
Dbitmap_size_table.cc103 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()
Dindex_sub_table_format1.cc274 : RefIterator<BitmapGlyphInfo, IndexSubTableFormat1::Builder, in BitmapGlyphInfoIterator()
286 CALLER_ATTACH BitmapGlyphInfo*
293 output = new BitmapGlyphInfo(glyph_id_, in Next()
Dindex_sub_table_format4.h57 : public RefIterator<BitmapGlyphInfo, Builder, IndexSubTable::Builder> {
63 CALLER_ATTACH virtual BitmapGlyphInfo* Next();
Dindex_sub_table_format5.cc319 : RefIterator<BitmapGlyphInfo, IndexSubTableFormat5::Builder, in BitmapGlyphInfoIterator()
331 CALLER_ATTACH BitmapGlyphInfo*
338 output = new BitmapGlyphInfo(container()->GetGlyphArray()->at(offset_index_), in Next()
Dindex_sub_table_format4.cc350 : RefIterator<BitmapGlyphInfo, IndexSubTableFormat4::Builder, in BitmapGlyphInfoIterator()
363 CALLER_ATTACH BitmapGlyphInfo*
375 output = new BitmapGlyphInfo(glyph_code, in Next()
Debdt_table.cc148 BitmapGlyphInfoPtr info = new BitmapGlyphInfo(glyph_entry->first, in GenerateLocaList()