Lines Matching refs:template

19569     var template = CodingTemplates[templateIndex].concat(at);
19570 template.sort(function (a, b) {
19573 var templateLength = template.length;
19584 templateX[k] = template[k].x;
19585 templateY[k] = template[k].y;
19586 minX = Math.min(minX, template[k].x);
19587 maxX = Math.max(maxX, template[k].x);
19588 minY = Math.min(minY, template[k].y);
19590 …if (k < templateLength - 1 && template[k].y === template[k + 1].y && template[k].x === template[k …
19604 changingTemplateX[c] = template[k].x;
19605 changingTemplateY[c] = template[k].y;
20046 …function decodePatternDictionary(mmr, patternWidth, patternHeight, maxPatternIndex, template, deco…
20055 if (template === 0) {
20072 …var collectiveBitmap = decodeBitmap(mmr, collectiveWidth, patternHeight, template, false, null, at…
20096 …function decodeHalftoneRegion(mmr, patterns, template, regionWidth, regionHeight, defaultPixelValu…
20131 x: template <= 1 ? 3 : 2,
20135 if (template === 0) {
20163 … bitmap = decodeBitmap(false, gridWidth, gridHeight, template, false, skip, at, decodingContext);
20388 dictionary.template = dictionaryFlags >> 10 & 3;
20393 atLength = dictionary.template === 0 ? 4 : 1;
20482 patternDictionary.template = patternDictionaryFlags >> 1 & 3;
20497 halftoneRegion.template = halftoneRegionFlags >> 1 & 3;
20523 genericRegion.template = genericRegionSegmentFlags >> 1 & 3;
20527 atLength = genericRegion.template === 0 ? 4 : 1;
20744 …var bitmap = decodeBitmap(region.mmr, regionInfo.width, regionInfo.height, region.template, region…
20775 …wSymbols, dictionary.numberOfExportedSymbols, huffmanTables, dictionary.template, dictionary.at, d…
20813 …Width, dictionary.patternHeight, dictionary.maxPatternIndex, dictionary.template, decodingContext);
20819 …var bitmap = decodeHalftoneRegion(region.mmr, patterns, region.template, regionInfo.width, regionI…