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

  /external/harfbuzz_ng/src/
hb-array.hh 153 hb_array_t<Type> sub_array (unsigned int start_offset = 0, unsigned int *seg_count = nullptr /* IN/OUT */) const
155 if (!start_offset && !seg_count)
163 if (seg_count)
164 count = *seg_count = MIN (count, *seg_count);
167 hb_array_t<Type> sub_array (unsigned int start_offset, unsigned int seg_count) const
168 { return sub_array (start_offset, &seg_count); }
205 hb_sorted_array_t<Type> sub_array (unsigned int start_offset, unsigned int *seg_count /* IN/OUT */) const
206 { return hb_sorted_array_t<Type> (((const hb_array_t<Type> *) (this))->sub_array (start_offset, seg_count)); }
207 hb_sorted_array_t<Type> sub_array (unsigned int start_offset, unsigned int seg_count) cons
    [all...]
  /external/sfntly/cpp/src/sfntly/table/core/
cmap_table.cc 635 int32_t CMapTable::CMapFormat4::seg_count() { function in class:sfntly::CMapTable::CMapFormat4
664 int32_t seg_count = data->ReadUShort(Offset::kFormat4SegCountX2) / 2; local
665 return seg_count;
670 int32_t seg_count,
672 int32_t start_code = data->ReadUShort(StartCodeOffset(seg_count) +
678 int32_t CMapTable::CMapFormat4::StartCodeOffset(int32_t seg_count) {
680 (seg_count + 1) * DataSize::kUSHORT;
686 int32_t seg_count,
688 UNREFERENCED_PARAMETER(seg_count);
696 int32_t seg_count,
1075 int32_t seg_count = segments_.size(); local
    [all...]
cmap_table.h 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);
  /bionic/libc/kernel/uapi/linux/
agpgart.h 66 __kernel_size_t seg_count; member in struct:_agp_region
  /external/kernel-headers/original/uapi/linux/
agpgart.h 88 __kernel_size_t seg_count; /* number of segments */ member in struct:_agp_region

Completed in 134 milliseconds