Searched refs:num_glyphs_ (Results 1 – 6 of 6) sorted by relevance
/external/sfntly/cpp/src/sfntly/table/truetype/ |
D | loca_table.cc | 27 if (glyph_id < 0 || glyph_id >= num_glyphs_) { in GlyphOffset() 37 if (glyph_id < 0 || glyph_id >= num_glyphs_) { in GlyphLength() 47 return num_glyphs_ + 1; in NumLocas() 51 if (index > num_glyphs_) { in Loca() 69 num_glyphs_(num_glyphs) { in LocaTable() 80 return index_ <= container()->num_glyphs_; in HasNext() 93 num_glyphs_(-1) { in Builder() 99 num_glyphs_(-1) { in Builder() 139 num_glyphs_ = num_glyphs; in SetNumGlyphs() 162 new LocaTable(header(), data, format_version_, num_glyphs_); in SubBuildTable() [all …]
|
D | loca_table.h | 137 int32_t num_glyphs_; variable 144 int32_t num_glyphs() { return num_glyphs_; } in num_glyphs() 174 int32_t num_glyphs_; variable
|
/external/sfntly/cpp/src/sfntly/table/core/ |
D | horizontal_device_metrics_table.cc | 62 glyph_num < 0 || glyph_num >= num_glyphs_) { in Width() 76 : Table(header, data), num_glyphs_(num_glyphs) { in HorizontalDeviceMetricsTable() 84 : TableBasedTableBuilder(header, data), num_glyphs_(-1) { in Builder() 89 : TableBasedTableBuilder(header, data), num_glyphs_(-1) { in Builder() 97 num_glyphs_); in SubBuildTable() 108 num_glyphs_ = num_glyphs; in SetNumGlyphs() 112 table->num_glyphs_ = num_glyphs; in SetNumGlyphs()
|
D | horizontal_metrics_table.cc | 31 return num_glyphs_ - num_hmetrics_; in NumberOfLSBs() 90 num_glyphs_(num_glyphs) { in HorizontalMetricsTable() 97 : TableBasedTableBuilder(header, data), num_hmetrics_(-1), num_glyphs_(-1) { in Builder() 101 : TableBasedTableBuilder(header, data), num_hmetrics_(-1), num_glyphs_(-1) { in Builder() 109 new HorizontalMetricsTable(header(), data, num_hmetrics_, num_glyphs_); in SubBuildTable() 132 num_glyphs_ = num_glyphs; in SetNumGlyphs() 135 table->num_glyphs_ = num_glyphs; in SetNumGlyphs()
|
D | horizontal_device_metrics_table.h | 45 int32_t num_glyphs_; 75 int32_t num_glyphs_; variable
|
D | horizontal_metrics_table.h | 47 int32_t num_glyphs_; variable 80 int32_t num_glyphs_; variable
|