Home
last modified time | relevance | path

Searched refs:loca (Results 1 – 8 of 8) sorted by relevance

/plugin/botmon/lang/la/
H A Dwordlist.txt795 loca 1
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
Dpdfmake.js29481 this.loca = new LocaTable(this);
30236 HeadTable.prototype.encode = function(loca) {
30254 table.writeShort(loca.type);
31161 var data, index, length, loca, numberOfContours, raw, xMax, xMin, yMax, yMin;
31165 loca = this.file.loca;
31167 index = loca.indexOf(id);
31168 length = loca.lengthOf(id);
31539 …var cmap, code, glyf, glyphs, id, ids, loca, name, new2old, newIDs, nextGlyphID, old2new, oldID, o…
31570 loca = this.font.loca.encode(glyf.offsets);
31582 loca: loca.table, property
[all …]
Dpdfmake.min.js14 …able(this),this.post=new PostTable(this),this.os2=new OS2Table(this),this.loca=new LocaTable(this)…
15loca,n=this.file.contents,o=s.indexOf(t),a=s.lengthOf(t),0===a?this.cache[t]=null:(n.pos=this.offs… property
Dpdfmake.min.js.map1loca","glyf","xMin","yMin","xMax","yMax","character","codeMap","forGlyph","advance","readByte","wr…
/plugin/datatables/assets/pdfmake/
Dpdfmake.js53481 var loca = new r.VersionedStruct('head.indexToLocFormat', {
53489 loca.process = function () {
53496 loca.preEncode = function () {
56065 tables.loca = loca;
62057 stream.pos += this._font.loca.offsets[this.id];
62082 var glyfPos = this._font.loca.offsets[this.id];
62083 …var nextPos = this._font.loca.offsets[this.id + 1]; // Nothing to do if there is no data for this …
63612 var curOffset = this.font.loca.offsets[gid];
63613 var nextOffset = this.font.loca.offsets[gid + 1];
63630 this.loca.offsets.push(this.offset);
[all …]
Dpdfmake.min.js2loca=ve,ri.prep=me,ri["cvt "]=ge,ri.glyf=be,ri["CFF "]=Ot,ri.CFF2=Ot,ri.VORG=Bt,ri.EBLC=Gt,ri.CBLC…
/plugin/pdfjs/pdfjs/build/
Dpdf.worker.js36274 …function sanitizeGlyphLocations(loca, glyf, numGlyphs, isGlyphLocationsLong, hintsValid, dupFirstE… argument
36304 var locaData = loca.data;
36307 locaData.set(loca.data.subarray(0, locaDataSize));
36308 loca.data = locaData;
36368 itemEncode(loca.data, locaData.length - itemSize, writeOffset + firstEntryLength);
47123 function parseGlyfTable(glyf, loca, isGlyphLocationsLong) {
47141 var startOffset = itemDecode(loca, 0);
47143 for (var j = itemSize; j < loca.length; j += itemSize) {
47144 var endOffset = itemDecode(loca, j);
47961 var cmap, glyf, loca, cff, indexToLocFormat, unitsPerEm;
[all …]
Dpdf.worker.js.map1loca","locaDataSize","oldGlyfData","oldGlyfDataLength","newGlyfData","writeOffset","missingGlyphs"…