Lines Matching refs:vals
651 vals = [ 'left', length_zero, 'top', length_zero ];
668 vals[1] = length_fifty;
670 vals[0] = tokens[0].tokenValue;
674 vals[1] = PIE.getLength( tokens[0].tokenValue );
678 vals[3] = length_fifty;
680 vals[2] = tokens[1].tokenValue;
684 vals[3] = PIE.getLength( tokens[1].tokenValue );
693 this._values = vals;
707 var vals = this.getValues(),
708 pxX = vals[1].pixels( el, width ),
709 pxY = vals[3].pixels( el, height );
712 x: vals[0] === 'right' ? width - pxX : pxX,
713 y: vals[2] === 'bottom' ? height - pxY : pxY