Home
last modified time | relevance | path

Searched refs:endCounts (Results 1 – 16 of 16) sorted by relevance

/dports/japanese/font-mona/monafont-2.90/ttftools/
H A Ddisp_cmap84 my @endCounts = ();
89 push(@endCounts, ruint16());
107 for(my $c = $startCounts[$i]; $c <= $endCounts[$i]; $c++) {
113 $startCounts[$i], $endCounts[$i];
116 for(my $c = $startCounts[$i]; $c <= $endCounts[$i]; $c++) {
125 for(my $n = $startCounts[$i]; $n <= $endCounts[$i]; $n++) {
130 $startCounts[$i], $endCounts[$i],
132 ($endCounts[$i]+$idDeltas[$i]) % 65536;
H A Dmake_cmap222 @endCounts = ();
235 push(@endCounts, $c-1);
240 push(@endCounts, 0xffff);
250 if ($startCounts[$seg] == $endCounts[$seg] &&
253 last if ($startCounts[$endseg] != $endCounts[$endseg] ||
258 $endCounts[$seg] = $endCounts[$endseg];
267 splice(@endCounts, $seg+1, $endseg-$seg);
303 foreach my $i (@endCounts) {
/dports/print/typetools/lcdf-typetools-2.108/libefont/
H A Dotfcmap.cc298 const uint8_t *endCounts = data + 14; in map_table() local
299 const uint8_t *startCounts = endCounts + (segCount << 1) + 2; in map_table()
305 uint32_t endCount = USHORT_AT(endCounts + (m << 1)); in map_table()
396 const uint8_t *endCounts = data + 14; in dump_table() local
397 const uint8_t *startCounts = endCounts + segCountX2 + 2; in dump_table()
401 uint32_t endCount = USHORT_AT(endCounts + i); in dump_table()
/dports/print/texlive-base/texlive-20150521-source/texk/lcdf-typetools/lcdf-typetools-2.104/libefont/
H A Dotfcmap.cc295 const uint8_t *endCounts = data + 14; in map_table() local
296 const uint8_t *startCounts = endCounts + (segCount << 1) + 2; in map_table()
302 uint32_t endCount = USHORT_AT(endCounts + (m << 1)); in map_table()
395 const uint8_t *endCounts = data + 14; in dump_table() local
396 const uint8_t *startCounts = endCounts + segCountX2 + 2; in dump_table()
400 int endCount = USHORT_AT(endCounts + i); in dump_table()
/dports/print/tex-dvipsk/texlive-20150521-source/texk/lcdf-typetools/lcdf-typetools-2.104/libefont/
H A Dotfcmap.cc295 const uint8_t *endCounts = data + 14; in map_table() local
296 const uint8_t *startCounts = endCounts + (segCount << 1) + 2; in map_table()
302 uint32_t endCount = USHORT_AT(endCounts + (m << 1)); in map_table()
395 const uint8_t *endCounts = data + 14; in dump_table() local
396 const uint8_t *startCounts = endCounts + segCountX2 + 2; in dump_table()
400 int endCount = USHORT_AT(endCounts + i); in dump_table()
/dports/math/py-svgmath/SVGMath-0.3.3/svgmath/fonts/
H A Dttf.py217 endCounts = []
218 for i in range (0, segCount): endCounts.append(readUnsigned(ff, 2))
238 for c in range(startCounts[i], endCounts[i]+1):
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/
H A Derror.c262 int endCounts, int gotCounts, in Sg_WrongNumberOfArgumentsBetweenViolation() argument
267 startCounts, endCounts, gotCounts); in Sg_WrongNumberOfArgumentsBetweenViolation()
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/sagittarius/private/
H A Derror.h95 int endCounts,
/dports/lang/mosh/mosh-0.2.7/src/
H A DErrorProcedures.cpp178 …umentsBetweenViolationAfter(VM* theVM, Object who, int startCounts, int endCounts, int gotCounts, … in callWrongNumberOfArgumentsBetweenViolationAfter() argument
182 Object::makeFixnum(endCounts), in callWrongNumberOfArgumentsBetweenViolationAfter()
H A DErrorProcedures.h105 …umentsBetweenViolationAfter(VM* theVM, Object who, int startCounts, int endCounts, int gotCounts, …
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/thebes/
H A DgfxFontUtils.cpp228 const uint16_t *endCounts = reinterpret_cast<const uint16_t*>(aBuf + 14); in ReadCMAPTableFormat4() local
229 const uint16_t *startCounts = endCounts + 1 /* skip one uint16_t for reservedPad */ + segCount; in ReadCMAPTableFormat4()
234 const uint16_t endCount = ReadShortAt16(endCounts, i); in ReadCMAPTableFormat4()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/thebes/
H A DgfxFontUtils.cpp232 const uint16_t* endCounts = reinterpret_cast<const uint16_t*>(aBuf + 14); in ReadCMAPTableFormat4() local
234 endCounts + 1 /* skip one uint16_t for reservedPad */ + segCount; in ReadCMAPTableFormat4()
239 const uint16_t endCount = ReadShortAt16(endCounts, i); in ReadCMAPTableFormat4()
/dports/www/firefox-esr/firefox-91.8.0/gfx/thebes/
H A DgfxFontUtils.cpp232 const uint16_t* endCounts = reinterpret_cast<const uint16_t*>(aBuf + 14); in ReadCMAPTableFormat4() local
234 endCounts + 1 /* skip one uint16_t for reservedPad */ + segCount; in ReadCMAPTableFormat4()
239 const uint16_t endCount = ReadShortAt16(endCounts, i); in ReadCMAPTableFormat4()
/dports/www/firefox/firefox-99.0/gfx/thebes/
H A DgfxFontUtils.cpp233 const uint16_t* endCounts = reinterpret_cast<const uint16_t*>(aBuf + 14); in ReadCMAPTableFormat4() local
235 endCounts + 1 /* skip one uint16_t for reservedPad */ + segCount; in ReadCMAPTableFormat4()
240 const uint16_t endCount = ReadShortAt16(endCounts, i); in ReadCMAPTableFormat4()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/thebes/
H A DgfxFontUtils.cpp232 const uint16_t* endCounts = reinterpret_cast<const uint16_t*>(aBuf + 14); in ReadCMAPTableFormat4() local
234 endCounts + 1 /* skip one uint16_t for reservedPad */ + segCount; in ReadCMAPTableFormat4()
239 const uint16_t endCount = ReadShortAt16(endCounts, i); in ReadCMAPTableFormat4()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/thebes/
H A DgfxFontUtils.cpp232 const uint16_t* endCounts = reinterpret_cast<const uint16_t*>(aBuf + 14); in ReadCMAPTableFormat4() local
234 endCounts + 1 /* skip one uint16_t for reservedPad */ + segCount; in ReadCMAPTableFormat4()
239 const uint16_t endCount = ReadShortAt16(endCounts, i); in ReadCMAPTableFormat4()