Home
last modified time | relevance | path

Searched refs:nRanges (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/util/
Dxmlconfig.c352 uint32_t nRanges, i; in parseRanges() local
358 for (nRanges = 1; *range; ++range) in parseRanges()
360 ++nRanges; in parseRanges()
362 if ((ranges = malloc(nRanges*sizeof(driOptionRange))) == NULL) { in parseRanges()
369 for (i = 0; i < nRanges; ++i) { in parseRanges()
398 if (i < nRanges) { in parseRanges()
404 info->nRanges = nRanges; in parseRanges()
415 if (info->nRanges == 0) in checkValue()
420 for (i = 0; i < info->nRanges; ++i) in checkValue()
426 for (i = 0; i < info->nRanges; ++i) in checkValue()
[all …]
Dxmlconfig.h64 unsigned int nRanges; /**< \brief Number of ranges */ member
/external/harfbuzz_ng/src/
Dhb-ot-cff-common.hh605 …{ return GID_TYPE::static_size * 2 + FDSelect3_4_Range<GID_TYPE, FD_TYPE>::static_size * nRanges; } in get_size()
610 if (unlikely (!(c->check_struct (this) && (nRanges > 0) && (ranges[0].first == 0)))) in sanitize()
613 for (unsigned int i = 0; i < nRanges; i++) in sanitize()
629 for (i = 1; i < nRanges; i++) in get_fd()
636 GID_TYPE &sentinel () { return StructAfter<GID_TYPE> (ranges[nRanges - 1]); } in sentinel()
637 const GID_TYPE &sentinel () const { return StructAfter<GID_TYPE> (ranges[nRanges - 1]); } in sentinel()
639 GID_TYPE nRanges; member
Dhb-ot-cff1-table.hh101 { return HBUINT8::static_size + Encoding1_Range::static_size * nRanges; } in get_size()
106 return_trace (c->check_struct (this) && ((nRanges == 0) || (ranges[nRanges - 1]).sanitize (c))); in sanitize()
113 for (unsigned int i = 0; i < nRanges; i++) in get_code()
124 HBUINT8 nRanges; member
222 fmt1->nRanges.set (code_ranges.len); in serialize()
296 return StructAfter<CFF1SuppEncData> (u.format1.ranges[u.format1.nRanges-1]); in suppEncData()
Dhb-subset-cff-common.cc156 p->nRanges.set (fdselect_ranges.len); in serialize_fdselect_3_4()
/external/freetype/src/gxvalid/
Dgxvcommn.h545 FT_UInt nRanges; member
569 odtect ## _rec.nRanges = 0; \
Dgxvcommn.c1707 odtect->range[odtect->nRanges].start = start; in gxv_odtect_add_range()
1708 odtect->range[odtect->nRanges].length = length; in gxv_odtect_add_range()
1709 odtect->range[odtect->nRanges].name = (FT_String*)name; in gxv_odtect_add_range()
1710 odtect->nRanges++; in gxv_odtect_add_range()
1723 for ( i = 0; i < odtect->nRanges; i++ ) in gxv_odtect_validate()
/external/fonttools/Lib/fontTools/cffLib/
D__init__.py812 nRanges = readCard16(file)
815 for i in range(nRanges):
1554 nRanges = readCard8(file)
1557 for i in range(nRanges):