Home
last modified time | relevance | path

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

/external/sfntly/cpp/src/sfntly/table/core/
Dcmap_table.cc600 glyph_id_array_offset_(GlyphIdArrayOffset(seg_count_)) { in CMapFormat4()
777 return data_->ReadUShort(glyph_id_array_offset_ + index * DataSize::kUSHORT); in GlyphIdArray()
Dcmap_table.h492 int32_t glyph_id_array_offset_; variable