Home
last modified time | relevance | path

Searched refs:imageCache (Results 1 – 9 of 9) sorted by relevance

/plugin/jcapture/src/com/hammurapi/jcapture/
H A DScreenRecorder.java214 …Map<Region, Image> imageCache = new IdentityHashMap<Region, VideoEncoder.Fragment.Frame.Shape.Imag… in getMovie() local
253 imageCache.put(region, (Image) content); in getMovie()
258 … content = new ShapeImpl.ImageReferenceImpl(imageCache.get(region.getMasterImageRegion())); in getMovie()
H A DSwfEncoder.java114 Map<Image, ImageTag> imageCache = new IdentityHashMap<Image, ImageTag>(); in encode() local
239 ImageTag imageTag = imageCache.get(image); in encode()
245 imageCache.put(image, imageTag); in encode()
/plugin/jcapture/lib/
H A Djcapture.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/diagramsnet/lib/js/diagramly/
H A DEditor.js2777 Editor.prototype.convertImages = function(svgRoot, callback, imageCache, converter) argument
2803 var cache = imageCache || new Object();
3364 …Editor.prototype.exportToCanvas = function(callback, width, imageCache, background, error, limitHe… argument
3591 }), imageCache, converter);
H A DEditorUi.js14907 …EditorUi.prototype.exportToCanvas = function(callback, width, imageCache, background, error, limit… argument
14911 return this.editor.exportToCanvas(callback, width, imageCache, background, error, limitHeight,
14922 EditorUi.prototype.convertImages = function(svgRoot, callback, imageCache, converter) argument
14925 return this.editor.convertImages(svgRoot, callback, imageCache, converter);
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js15828 this.imageCache = Object.create(null);
16261 var cacheEntry = this.imageCache[cacheKey];
16280 this.imageCache[cacheKey] = imageStream;
30737 imageCache[cacheKey] = {
30786 imageCache[cacheKey] = {
30799 imageCache: imageCache,
30861 imageCache[cacheKey] = {
31307 var imageCache = Object.create(null);
31357 operatorList.addOp(imageCache[name].fn, imageCache[name].args);
31398 imageCache: imageCache
[all …]
H A Dpdf.worker.js.map1imageCache","softMask","SMALL_IMAGE_DIMENSIONS","imageObj","NativeImageDecoder","nativeImageDecode…
/plugin/processing/
H A Dscript.js9209 if (curSketch.imageCache.images[file]) {
9210 return new PImage(curSketch.imageCache.images[file]);
11667 if (!curSketch.imageCache.pending && curSketch.fonts.pending()) {
12890 sketch.imageCache.add(imageName);
12970 this.imageCache = { class in Processing.Sketch
/plugin/jdraw/lib/
H A Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...