Searched refs:_char (Results 1 – 4 of 4) sorted by relevance
/plugin/behave/ |
D | behave.js | 522 openedChar: function (_char, e) { argument 529 edited = left + _char.open + _char.close + right; 535 closedChar: function (_char, e) { argument 539 if (toOverwrite == _char.close) { 558 var _char = String.fromCharCode(theCode), 563 if (charSettings.keyMap[i].close == _char) { 566 … if (!didClose && charSettings.keyMap[i].open == _char && defaults.autoOpen) { 569 } else if (charSettings.keyMap[i].open == _char && defaults.autoOpen) {
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/ |
D | fabric.js | 21027 _renderChar: function(method, ctx, lineIndex, i, _char, left, top, lineHeight) { argument 21037 charWidth = this._applyCharStylesGetWidth(ctx, _char, lineIndex, i, decl); 21038 charHeight = this._getHeightOfChar(ctx, _char, lineIndex, i); 21041 ctx.fillText(_char, left, top); 21044 ctx.strokeText(_char, left, top); 21054 ctx[method](_char, left, top); 21057 ctx[method](_char, left, top); 21059 charWidth = this._applyCharStylesGetWidth(ctx, _char, lineIndex, i); 21062 ctx.translate(ctx.measureText(_char).width, 0); 21191 var _char = this._textLines[i][j]; [all …]
|
D | fabric.min.js | 13 …_char,left,top,lineHeight){var decl,charWidth,charHeight,offset=this._fontSizeFraction*lineHeight/… argument 15 …_char,lineLeftOffset,textBeforeCursor=this.text.slice(0,selectionProp),textAfterCursor=this.text.s… argument
|
/plugin/pdfjs/pdfjs/build/ |
D | pdf.worker.js | 34180 var _char = new Uint8Array(MAX_NUM_SIZE); 34251 stream.readHex(_char, dataSize); 34253 cMap.mapOne(hexToInt(_char, dataSize), code); 34256 incHex(_char, dataSize); 34260 addHex(_char, tmp, dataSize); 34264 cMap.mapOne(hexToInt(_char, dataSize), code); 34295 stream.readHex(_char, ucs2DataSize); 34297 cMap.mapOne(hexToInt(_char, ucs2DataSize), hexToStr(charCode, dataSize)); 34300 incHex(_char, ucs2DataSize); 34304 addHex(_char, tmp, ucs2DataSize); [all …]
|