Lines Matching refs:f

1471   return dP.f(object, key, createDesc(1, value));
1491 exports.f = __w_pdfjs_require__(15) ? Object.defineProperty : function defineProperty(O, P, Attribu…
1910 } catch (f) {}
2386 dP.f(O, P = keys[i++], Properties[P]);
2483 var def = __w_pdfjs_require__(11).f;
2637 …if (index in object) $defineProperty.f(object, index, createDesc(0, value));else object[index] = v…
2788 var getSymbols = gOPS.f;
2789 var isEnum = pIE.f;
2814 exports.f = Object.getOwnPropertySymbols;
2823 exports.f = {}.propertyIsEnumerable;
3132 var newPromiseCapability = newGenericPromiseCapability = newPromiseCapabilityModule.f;
3346 newPromiseCapabilityModule.f = newPromiseCapability = function newPromiseCapability(C) {
3457 var f = ctx(fn, that, entries ? 2 : 1);
3462 result = entries ? f(anObject(step = iterable[index])[0], step[1]) : f(iterable[index]);
3465 result = call(iterator, f, step.value, entries);
3723 module.exports.f = function (C) {
3776 var promiseCapability = newPromiseCapability.f(C);
3816 if (DESCRIPTORS && C && !C[SPECIES]) dP.f(C, SPECIES, {
3872 var promiseCapability = newPromiseCapability.f(this);
4000 var f = ctx(callbackfn, that, 3);
4009 res = f(val, index, O);
4103 var setDesc = __w_pdfjs_require__(11).f;
4419 …set = __w_pdfjs_require__(26)(Function.call, __w_pdfjs_require__(114).f(Object.prototype, '__proto…
4455 exports.f = __w_pdfjs_require__(15) ? gOPD : function getOwnPropertyDescriptor(O, P) {
4461 if (has(O, P)) return createDesc(!pIE.f.call(O, P), O[P]);
4752 var gOPD = $GOPD.f;
4753 var dP = $DP.f;
4754 var gOPN = gOPNExt.f;
4768 var USE_NATIVE = typeof $Symbol == 'function' && !!$GOPS.f;
4903 $GOPD.f = $getOwnPropertyDescriptor;
4904 $DP.f = $defineProperty;
4905 __w_pdfjs_require__(133).f = gOPNExt.f = $getOwnPropertyNames;
4906 __w_pdfjs_require__(74).f = $propertyIsEnumerable;
4907 $GOPS.f = $getOwnPropertySymbols;
4913 wksExt.f = function (name) {
4957 $GOPS.f(1);
4961 return $GOPS.f(toObject(it));
5001 exports.f = __w_pdfjs_require__(33);
5018 var defineProperty = __w_pdfjs_require__(11).f;
5023 value: wksExt.f(name)
5042 var getSymbols = gOPS.f;
5046 var isEnum = pIE.f;
5069 var gOPN = __w_pdfjs_require__(133).f;
5082 module.exports.f = function getOwnPropertyNames(it) {
5097 exports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {
5253 var isEnum = __w_pdfjs_require__(74).f;
7069 function f() {
7070 var reader = f._reader,
7071 branch1 = f._branch1,
7072 branch2 = f._branch2,
7073 teeState = f._teeState;
7109 return f;
7113 function f(reason) {
7114 var stream = f._stream,
7115 teeState = f._teeState;
7129 return f;
7133 function f(reason) {
7134 var stream = f._stream,
7135 teeState = f._teeState;
7149 return f;
14193 f = m[5];
14196 …return [d / ad_bc, b / bc_ad, c / bc_ad, a / ad_bc, (d * e - c * f) / bc_ad, (b * e - a * f) / ad_…
14238 ctx.transform = function ctxTransform(a, b, c, d, e, f) {
14240 …, m[0] * c + m[2] * d, m[1] * c + m[3] * d, m[0] * e + m[2] * f + m[4], m[1] * e + m[3] * f + m[5]…
14242 ctx._originalTransform(a, b, c, d, e, f);
14245 ctx.setTransform = function ctxSetTransform(a, b, c, d, e, f) {
14246 this._transformMatrix = [a, b, c, d, e, f];
14248 ctx._originalSetTransform(a, b, c, d, e, f);
15134 transform: function CanvasGraphics_transform(a, b, c, d, e, f) {
15135 this.ctx.transform(a, b, c, d, e, f);
15396 setTextMatrix: function CanvasGraphics_setTextMatrix(a, b, c, d, e, f) {
15397 this.current.textMatrix = [a, b, c, d, e, f];
21317 value: function transform(a, b, c, d, e, f) {
21318 var transformMatrix = [a, b, c, d, e, f];
21613 value: function setTextMatrix(a, b, c, d, e, f) {
21615 current.textMatrix = current.lineMatrix = [a, b, c, d, e, f];