Lines Matching refs:_this5
13078 var _this5 = this;
13093 pdfManager: _this5.pdfManager,
13094 xref: _this5.xref,
13100 pdfFunctionFactory: _this5.pdfFunctionFactory
28144 var _this5;
28148 _this5 = _possibleConstructorReturn(this, _getPrototypeOf(CalRGBCS).call(this, 'CalRGB', 3));
28160 _this5.whitePoint = whitePoint;
28164 _this5.blackPoint = blackPoint;
28165 _this5.GR = gamma[0];
28166 _this5.GG = gamma[1];
28167 _this5.GB = gamma[2];
28168 _this5.MXA = matrix[0];
28169 _this5.MYA = matrix[1];
28170 _this5.MZA = matrix[2];
28171 _this5.MXB = matrix[3];
28172 _this5.MYB = matrix[4];
28173 _this5.MZB = matrix[5];
28174 _this5.MXC = matrix[6];
28175 _this5.MYC = matrix[7];
28176 _this5.MZC = matrix[8];
28179 …throw new _util.FormatError("Invalid WhitePoint components for ".concat(_this5.name) + ', no fallb…
28183 …(0, _util.info)("Invalid BlackPoint for ".concat(_this5.name, " [").concat(XB, ", ").concat(YB, ",…
28184 _this5.blackPoint = new Float32Array(3);
28187 if (_this5.GR < 0 || _this5.GG < 0 || _this5.GB < 0) {
28188 …l.info)("Invalid Gamma [".concat(_this5.GR, ", ").concat(_this5.GG, ", ").concat(_this5.GB, "] for…
28189 _this5.GR = _this5.GG = _this5.GB = 1;
28192 return _this5;
29129 var _this5;
29133 …_this5 = _possibleConstructorReturn(this, _getPrototypeOf(ButtonWidgetAnnotation).call(this, param…
29134 …_this5.data.checkBox = !_this5.hasFieldFlag(_util.AnnotationFieldFlag.RADIO) && !_this5.hasFieldFl…
29135 …_this5.data.radioButton = _this5.hasFieldFlag(_util.AnnotationFieldFlag.RADIO) && !_this5.hasField…
29136 _this5.data.pushButton = _this5.hasFieldFlag(_util.AnnotationFieldFlag.PUSHBUTTON);
29138 if (_this5.data.checkBox) {
29139 _this5._processCheckBox(params); field
29140 } else if (_this5.data.radioButton) {
29141 _this5._processRadioButton(params); field
29142 } else if (_this5.data.pushButton) {
29143 _this5._processPushButton(params); field
29148 return _this5;
30986 var _this5 = this;
31014 …return _this5.handleSetFont(resources, null, value[0], operatorList, task, stateManager.state).the…
31033 return _this5.handleSMask(value, resources, operatorList, task, stateManager);