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

  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
horizontal_device_metrics_table.cc 62 glyph_num < 0 || glyph_num >= num_glyphs_) {
76 : Table(header, data), num_glyphs_(num_glyphs) {
84 : TableBasedTableBuilder(header, data), num_glyphs_(-1) {
89 : TableBasedTableBuilder(header, data), num_glyphs_(-1) {
97 num_glyphs_);
108 num_glyphs_ = num_glyphs;
112 table->num_glyphs_ = num_glyphs;
horizontal_metrics_table.cc 31 return num_glyphs_ - num_hmetrics_;
90 num_glyphs_(num_glyphs) {
97 : TableBasedTableBuilder(header, data), num_hmetrics_(-1), num_glyphs_(-1) {
101 : TableBasedTableBuilder(header, data), num_hmetrics_(-1), num_glyphs_(-1) {
109 new HorizontalMetricsTable(header(), data, num_hmetrics_, num_glyphs_);
132 num_glyphs_ = num_glyphs;
135 table->num_glyphs_ = num_glyphs;
horizontal_device_metrics_table.h 45 int32_t num_glyphs_; member in class:sfntly::HorizontalDeviceMetricsTable::Builder
75 int32_t num_glyphs_; member in class:sfntly::HorizontalDeviceMetricsTable
horizontal_metrics_table.h 47 int32_t num_glyphs_; member in class:sfntly::HorizontalMetricsTable::Builder
80 int32_t num_glyphs_; member in class:sfntly::HorizontalMetricsTable
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/truetype/
loca_table.cc 27 if (glyph_id < 0 || glyph_id >= num_glyphs_) {
37 if (glyph_id < 0 || glyph_id >= num_glyphs_) {
47 return num_glyphs_ + 1;
51 if (index > num_glyphs_) {
69 num_glyphs_(num_glyphs) {
80 return index_ <= container()->num_glyphs_;
93 num_glyphs_(-1) {
99 num_glyphs_(-1) {
139 num_glyphs_ = num_glyphs;
162 new LocaTable(header(), data, format_version_, num_glyphs_);
    [all...]
loca_table.h 137 int32_t num_glyphs_; member in class:sfntly::LocaTable::Builder
144 int32_t num_glyphs() { return num_glyphs_; }
174 int32_t num_glyphs_; member in class:sfntly::LocaTable

Completed in 60 milliseconds