Searched defs:BitmapGlyphInfo (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
H A Dbitmap_glyph_info.cc21 BitmapGlyphInfo::BitmapGlyphInfo(int32_t glyph_id, function in class:sfntly::BitmapGlyphInfo
34 BitmapGlyphInfo::BitmapGlyphInfo(int32_t glyph_id, function in class:sfntly::BitmapGlyphInfo
46 bool BitmapGlyphInfo::operator==(const BitmapGlyphInfo& rhs) const {
53 bool BitmapGlyphInfo::operator==(BitmapGlyphInfo* rhs) {
63 bool StartOffsetComparator::operator()(BitmapGlyphInfo* lhs,
64 BitmapGlyphInfo* rh
[all...]
H A Dbitmap_glyph_info.h28 class BitmapGlyphInfo : public RefCounted<BitmapGlyphInfo> { class in namespace:sfntly
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);
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Dbitmap_glyph_info.cc21 BitmapGlyphInfo::BitmapGlyphInfo(int32_t glyph_id, function in class:sfntly::BitmapGlyphInfo
34 BitmapGlyphInfo::BitmapGlyphInfo(int32_t glyph_id, function in class:sfntly::BitmapGlyphInfo
46 bool BitmapGlyphInfo::operator==(const BitmapGlyphInfo& rhs) const {
53 bool BitmapGlyphInfo::operator==(BitmapGlyphInfo* rhs) {
63 bool StartOffsetComparator::operator()(BitmapGlyphInfo* lhs,
64 BitmapGlyphInfo* rh
[all...]
H A Dbitmap_glyph_info.h28 class BitmapGlyphInfo : public RefCounted<BitmapGlyphInfo> { class in namespace:sfntly
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);

Completed in 82 milliseconds