HomeSort by relevance Sort by last modified time
    Searched defs:BitmapGlyphInfo (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
bitmap_glyph_info.cc 21 BitmapGlyphInfo::BitmapGlyphInfo(int32_t glyph_id,
34 BitmapGlyphInfo::BitmapGlyphInfo(int32_t glyph_id,
46 bool BitmapGlyphInfo::operator==(const BitmapGlyphInfo& rhs) const {
53 bool BitmapGlyphInfo::operator==(BitmapGlyphInfo* rhs) {
63 bool StartOffsetComparator::operator()(BitmapGlyphInfo* lhs,
64 BitmapGlyphInfo* rhs)
    [all...]
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);
  /external/sfntly/cpp/src/sfntly/table/bitmap/
bitmap_glyph_info.cc 21 BitmapGlyphInfo::BitmapGlyphInfo(int32_t glyph_id,
34 BitmapGlyphInfo::BitmapGlyphInfo(int32_t glyph_id,
46 bool BitmapGlyphInfo::operator==(const BitmapGlyphInfo& rhs) const {
53 bool BitmapGlyphInfo::operator==(BitmapGlyphInfo* rhs) {
63 bool StartOffsetComparator::operator()(BitmapGlyphInfo* lhs,
64 BitmapGlyphInfo* rhs)
    [all...]
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);

Completed in 50 milliseconds