Lines Matching refs:count

6337 module.exports = function repeat(count) {
6340 var n = toInteger(count);
13459 var count = outlineDict.get('Count');
13473 count: Number.isInteger(count) ? count : undefined,
13727 var count,
13735 count = pageKidsCountCache.get(currentNode);
13737 if (count > 0 && currentPageIndex + count < pageIndex) {
13738 currentPageIndex += count;
13773 count = currentNode.get('Count');
13775 if (Number.isInteger(count) && count >= 0) {
13779 pageKidsCountCache.put(objId, count);
13782 if (currentPageIndex + count <= pageIndex) {
13783 currentPageIndex += count;
13917 count = _args[0],
13920 total += count;
14652 var count = tableState.entryCount;
14654 if (!Number.isInteger(first) || !Number.isInteger(count)) {
14658 for (var i = tableState.entryNum; i < count; i++) {
14681 …hrow new _util.FormatError("Invalid entry in XRef subsection: ".concat(first, ", ").concat(count));
24305 function readBits(count) {
24306 while (bufferSize < count) {
24324 bufferSize -= count;
24325 return buffer >>> bufferSize & (1 << count) - 1;
24340 function skipBytes(count) {
24341 position += count;
27244 value: function getRgbBuffer(src, srcOffset, count, dest, destOffset, bits, alpha01) {
27265 var count = originalWidth * originalHeight;
27272 …} else if (this.numComps === 1 && count > numComponentColors && this.name !== 'DeviceGray' && this…
27285 for (var _i2 = 0; _i2 < count; ++_i2) {
27293 rgbBuf = new Uint8Array(count * 3);
27296 for (var _i3 = 0; _i3 < count; ++_i3) {
27308 rgbBuf = new Uint8ClampedArray(count * 3);
27309 this.getRgbBuffer(comps, 0, count, rgbBuf, 0, bpc, 0);
27619 value: function getRgbBuffer(src, srcOffset, count, dest, destOffset, bits, alpha01) {
27627 var baseBuf = isPassthrough ? dest : new Uint8ClampedArray(baseNumComps * count);
27633 for (i = 0; i < count; i++) {
27651 base.getRgbBuffer(baseBuf, 0, count, dest, destOffset, 8, alpha01);
27734 value: function getRgbBuffer(src, srcOffset, count, dest, destOffset, bits, alpha01) {
27740 for (var i = 0; i < count; ++i) {
27794 value: function getRgbBuffer(src, srcOffset, count, dest, destOffset, bits, alpha01) {
27799 for (var i = 0; i < count; ++i) {
27837 value: function getRgbBuffer(src, srcOffset, count, dest, destOffset, bits, alpha01) {
27839 dest.set(src.subarray(srcOffset, srcOffset + count * 3), destOffset);
27847 for (var i = 0; i < count; ++i) {
27898 value: function getRgbBuffer(src, srcOffset, count, dest, destOffset, bits, alpha01) {
27901 for (var i = 0; i < count; i++) {
27985 value: function getRgbBuffer(src, srcOffset, count, dest, destOffset, bits, alpha01) {
27988 for (var i = 0; i < count; ++i) {
28202 value: function getRgbBuffer(src, srcOffset, count, dest, destOffset, bits, alpha01) {
28205 for (var i = 0; i < count; ++i) {
28333 value: function getRgbBuffer(src, srcOffset, count, dest, destOffset, bits, alpha01) {
28336 for (var i = 0; i < count; i++) {
29697 function handlePaintSolidColorImageMask(iFirstSave, count, fnArray, argsArray) {
29700 for (var i = 0; i < count; i++) {
29712 return count - i;
29747 var count = Math.min(Math.floor((i - iFirstSave) / 4), MAX_IMAGES_IN_INLINE_IMAGES_BLOCK);
29749 if (count < MIN_IMAGES_IN_INLINE_IMAGES_BLOCK) {
29760 for (q = 0; q < count; q++) {
29787 for (q = 0; q < count; q++) {
29815 fnArray.splice(iFirstSave, count * 4, _util.OPS.paintInlineImageXObjectGroup);
29816 argsArray.splice(iFirstSave, count * 4, [{
29854 var count = Math.floor((i - iFirstSave) / 4);
29855 count = handlePaintSolidColorImageMask(iFirstSave, count, fnArray, argsArray);
29857 if (count < MIN_IMAGES_IN_MASKS_BLOCK) {
29873 for (q = 1; q < count; q++, iTransform += 4, iPIMXO += 4) {
29880 count = q;
29889 count = Math.min(count, MAX_SAME_IMAGES_IN_MASKS_BLOCK);
29890 var positions = new Float32Array(count * 2);
29893 for (q = 0; q < count; q++, iTransform += 4) {
29899 fnArray.splice(iFirstSave, count * 4, _util.OPS.paintImageMaskXObjectRepeat);
29900 …argsArray.splice(iFirstSave, count * 4, [firstPIMXOArg0, firstTransformArg0, firstTransformArg3, p…
29902 count = Math.min(count, MAX_IMAGES_IN_MASKS_BLOCK);
29905 for (q = 0; q < count; q++) {
29916 fnArray.splice(iFirstSave, count * 4, _util.OPS.paintImageMaskXObjectGroup);
29917 argsArray.splice(iFirstSave, count * 4, [images]);
29982 var count = Math.min(Math.floor((i - iFirstSave) / 4), MAX_IMAGES_IN_BLOCK);
29984 if (count < MIN_IMAGES_IN_BLOCK) {
29988 var positions = new Float32Array(count * 2);
29991 for (var q = 0; q < count; q++, iTransform += 4) {
29998 fnArray.splice(iFirstSave, count * 4, _util.OPS.paintImageXObjectRepeat);
29999 argsArray.splice(iFirstSave, count * 4, args);
30051 var count = Math.min(Math.floor((i - iFirstBeginText) / 5), MAX_CHARS_IN_BLOCK);
30053 if (count < MIN_CHARS_IN_BLOCK) {
30060 count++;
30066 for (var q = 1; q < count; q++) {
37695 var count = type1Subrs.length;
37697 if (count < 1133) {
37699 } else if (count < 33769) {
37712 for (i = 0; i < count; i++) {
37743 var count = glyphs.length;
37747 for (i = 0; i < count; i++) {
37763 for (i = 0; i < count; i++) {
37824 return this.cff.charStrings.count;
37848 for (glyphId = 0; glyphId < cff.charStrings.count; glyphId++) {
38148 for (var i = 0, ii = fdArrayIndex.count; i < ii; ++i) {
38156 …charset = this.parseCharsets(topDict.getByName('charset'), charStringIndex.count, cff.strings, tru…
38157 cff.fdSelect = this.parseFDSelect(topDict.getByName('FDSelect'), charStringIndex.count);
38159 …charset = this.parseCharsets(topDict.getByName('charset'), charStringIndex.count, cff.strings, fal…
38290 var count = bytes[pos++] << 8 | bytes[pos++];
38295 if (count !== 0) {
38297 var startPos = pos + (count + 1) * offsetSize - 1;
38299 for (i = 0, ii = count + 1; i < ii; ++i) {
38310 end = offsets[count];
38327 for (var i = 0, ii = index.count; i < ii; ++i) {
38337 for (var i = 0, ii = index.count; i < ii; ++i) {
38427 if (subrsIndex.count < 1240) {
38429 } else if (subrsIndex.count < 33900) {
38435 if (subrNumber < 0 || subrNumber >= subrsIndex.count || isNaN(subrNumber)) {
38524 var count = charStrings.count;
38526 for (var i = 0; i < count; i++) {
38651 var id, count, i;
38666 count = bytes[pos++];
38668 for (i = 0; i <= count; i++) {
38678 count = bytes[pos++] << 8 | bytes[pos++];
38680 for (i = 0; i <= count; i++) {
38840 if (this.charStrings.count >= 65535) {
38853 if (id < 0 || id >= this.charStrings.count) {
38915 get count() {
38944 get count() {
39247 … var charset = this.compileCharset(cff.charset, cff.charStrings.count, cff.strings, cff.isCIDFont);
39500 for (var i = 0; i < charStrings.count; i++) {
39605 var count = objects.length;
39607 if (count === 0) {
39611 var data = [count >> 8 & 0xFF, count & 0xff];
39615 for (i = 0; i < count; ++i) {
39634 for (i = 0; i < count + 1; i++) {
39650 for (i = 0; i < count; i++) {
48054 var count = encoded.length;
48058 for (var i = 0; i < count; i++) {
48351 var count = data.length - discardNumber;
48352 var decrypted = new Uint8Array(count);
48354 for (i = discardNumber, j = 0; j < count; i++, j++) {
48367 var count = data.length,
48368 maybeLength = count >>> 1;
48372 for (i = 0, j = 0; i < count; i++) {
48382 while (i < count && !isHexDigit(digit2 = data[i])) {
48386 if (i < count) {
49084 function buildB(count) {
49087 for (var i = 0; i <= count; i++) {
49088 var t = i / count,
49097 return function getB(count) {
49098 if (!cache[count]) {
49099 cache[count] = buildB(count);
49102 return cache[count];