Lines Matching refs:res

5173     var val, res;
5178 res = f(val, index, O);
5181 if (IS_MAP) result[index] = res;else if (res) switch (TYPE) {
5830 var res = [];
5838res.push(code < 0x10000 ? fromCharCode(code) : fromCharCode(((code -= 0x10000) >> 10) + 0xd800, co…
5841 return res.join('');
6339 var res = '';
6344 if (n & 1) res += str;
6347 return res;
27336 value: function parse(cs, xref, res, pdfFunctionFactory) {
27337 var IR = this.parseToIR(cs, xref, res, pdfFunctionFactory);
27403 var res = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : null;
27425 if ((0, _primitives.isDict)(res)) {
27426 var colorSpaces = res.get('ColorSpace');
27433 return this.parseToIR(resCS, xref, res, pdfFunctionFactory);
27485 var altIR = this.parseToIR(alt, xref, res, pdfFunctionFactory);
27509 basePatternCS = this.parseToIR(basePatternCS, xref, res, pdfFunctionFactory);
27516 var baseIndexedCS = this.parseToIR(cs[1], xref, res, pdfFunctionFactory);
27530 alt = this.parseToIR(cs[2], xref, res, pdfFunctionFactory);
30757 res: resources,
30822 res: resources,
48740 Pattern.parseShading = function (shading, matrix, xref, res, handler, pdfFunctionFactory) {
48748 return new Shadings.RadialAxial(dict, matrix, xref, res, pdfFunctionFactory);
48754 return new Shadings.Mesh(shading, matrix, xref, res, pdfFunctionFactory);
48780 function RadialAxial(dict, matrix, xref, res, pdfFunctionFactory) {
48786 cs = _colorspace.ColorSpace.parse(cs, xref, res, pdfFunctionFactory);
49511 function Mesh(stream, matrix, xref, res, pdfFunctionFactory) {
49522 cs = _colorspace.ColorSpace.parse(cs, xref, res, pdfFunctionFactory);
54725 value: function isSupported(image, xref, res, pdfFunctionFactory) {
54732 …var cs = _colorspace.ColorSpace.parse(dict.get('ColorSpace', 'CS'), xref, res, pdfFunctionFactory);
54738 value: function isDecodable(image, xref, res, pdfFunctionFactory) {
54745 …var cs = _colorspace.ColorSpace.parse(dict.get('ColorSpace', 'CS'), xref, res, pdfFunctionFactory);
54837 res = _ref.res,
54929 var resources = isInline ? res : null;
54955 res: res,
54970 res: res,
54986 res = _ref2.res,
55027 res: res,