HomeSort by relevance Sort by last modified time
    Searched refs:glyph_id_ (Results 1 - 10 of 10) sorted by null

  /external/sfntly/cpp/src/sfntly/table/bitmap/
bitmap_glyph_info.cc 26 : glyph_id_(glyph_id),
38 : glyph_id_(glyph_id),
48 glyph_id_ == rhs.glyph_id_ &&
58 glyph_id_ == rhs->glyph_id() &&
bitmap_glyph_info.h 54 int32_t glyph_id() const { return glyph_id_; }
67 int32_t glyph_id_; member in class:sfntly::BitmapGlyphInfo
index_sub_table_format1.cc 276 glyph_id_ = container->first_glyph_index();
280 if (glyph_id_ <= container()->last_glyph_index()) {
293 output = new BitmapGlyphInfo(glyph_id_,
295 container()->GlyphStartOffset(glyph_id_),
296 container()->GlyphLength(glyph_id_),
298 glyph_id_++;
index_sub_table_format2.cc 249 glyph_id_ = container->first_glyph_index();
253 if (glyph_id_ <= container()->last_glyph_index()) {
266 output = new BitmapGlyphInfo(glyph_id_,
268 container()->GlyphStartOffset(glyph_id_),
269 container()->GlyphLength(glyph_id_),
271 glyph_id_++;
index_sub_table_format3.cc 272 glyph_id_ = container->first_glyph_index();
276 if (glyph_id_ <= container()->last_glyph_index()) {
289 output = new BitmapGlyphInfo(glyph_id_,
291 container()->GlyphStartOffset(glyph_id_),
292 container()->GlyphLength(glyph_id_),
294 glyph_id_++;
index_sub_table_format1.h 41 int32_t glyph_id_; member in class:sfntly::IndexSubTableFormat1::Builder::BitmapGlyphInfoIterator
index_sub_table_format2.h 41 int32_t glyph_id_; member in class:sfntly::IndexSubTableFormat2::Builder::BitmapGlyphInfoIterator
index_sub_table_format3.h 40 int32_t glyph_id_; member in class:sfntly::IndexSubTableFormat3::Builder::BitmapGlyphInfoIterator
  /external/sfntly/cpp/src/sample/subtly/
font_info.h 46 int32_t glyph_id() const { return glyph_id_; }
47 void set_glyph_id(const int32_t glyph_id) { glyph_id_ = glyph_id; }
52 int32_t glyph_id_; member in class:subtly::GlyphId
font_info.cc 42 : glyph_id_(glyph_id),
47 return glyph_id_ == other.glyph_id();
51 return glyph_id_ < other.glyph_id();

Completed in 331 milliseconds