Home
last modified time | relevance | path

Searched refs:seg_count_ (Results 1 – 2 of 2) sorted by relevance

/external/sfntly/cpp/src/sfntly/table/core/
Dcmap_table.cc597 seg_count_(SegCount(data)), in CMapFormat4()
598 start_code_offset_(StartCodeOffset(seg_count_)), in CMapFormat4()
599 id_delta_offset_(IdDeltaOffset(seg_count_)), in CMapFormat4()
600 glyph_id_array_offset_(GlyphIdArrayOffset(seg_count_)) { in CMapFormat4()
607 int32_t segment = data_->SearchUShort(StartCodeOffset(seg_count_), in GlyphId()
611 seg_count_, in GlyphId()
636 return seg_count_; in seg_count()
647 return StartCode(data_.p_, seg_count_, segment); in StartCode()
738 return EndCode(data_, seg_count_, segment); in EndCode()
748 if (segment < 0 || segment >= seg_count_) { in IsValidIndex()
[all …]
Dcmap_table.h489 int32_t seg_count_; variable