Searched refs:seg_count (Results 1 – 3 of 3) sorted by relevance
635 int32_t CMapTable::CMapFormat4::seg_count() { in seg_count() function in sfntly::CMapTable::CMapFormat4664 int32_t seg_count = data->ReadUShort(Offset::kFormat4SegCountX2) / 2; in SegCount() local665 return seg_count; in SegCount()670 int32_t seg_count, in StartCode() argument672 int32_t start_code = data->ReadUShort(StartCodeOffset(seg_count) + in StartCode()678 int32_t CMapTable::CMapFormat4::StartCodeOffset(int32_t seg_count) { in StartCodeOffset() argument680 (seg_count + 1) * DataSize::kUSHORT; in StartCodeOffset()686 int32_t seg_count, in EndCode() argument688 UNREFERENCED_PARAMETER(seg_count); in EndCode()696 int32_t seg_count, in IdDelta() argument[all …]
436 int32_t seg_count();470 int32_t seg_count,472 static int32_t StartCodeOffset(int32_t seg_count);474 int32_t seg_count,477 int32_t seg_count,479 static int32_t IdDeltaOffset(int32_t seg_count);481 int32_t seg_count,483 static int32_t IdRangeOffsetOffset(int32_t seg_count);484 static int32_t GlyphIdArrayOffset(int32_t seg_count);
87 __kernel_size_t seg_count; /* number of segments */ member