Home
last modified time | relevance | path

Searched refs:drawImage (Results 26 – 43 of 43) sorted by last modified time

12

/plugin/pdfjs/pdfjs/web/
H A Dviewer.js10105 ctx.drawImage(img, 0, 0, img.width, img.height, 0, 0, canvas.width, canvas.height);
10122 … reducedImageCtx.drawImage(img, 0, 0, img.width, img.height, 0, 0, reducedWidth, reducedHeight);
10125 …reducedImageCtx.drawImage(reducedImage, 0, 0, reducedWidth, reducedHeight, 0, 0, reducedWidth >> 1…
10130 … ctx.drawImage(reducedImage, 0, 0, reducedWidth, reducedHeight, 0, 0, canvas.width, canvas.height);
H A Dviewer.js.map1drawImage(img, 0, 0, img.width, img.height,\n 0, 0, canvas.width, canvas.height…
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js11683 tmpCtx.drawImage(img, 0, 0);
14812 ctx.drawImage(composed, smask.offsetX, smask.offsetY);
14817 ctx.drawImage(mask, 0, 0);
14947 this.ctx.drawImage(this.transparentCanvas, 0, 0);
15882 this.ctx.drawImage(groupCtx.canvas, 0, 0);
15927 ctx.drawImage(domImage, 0, 0, domImage.width, domImage.height, 0, -h, w, h);
15997 ctx.drawImage(maskCanvas.canvas, 0, 0, width, height, 0, -1, 1, 1);
16021 ctx.drawImage(maskCanvas.canvas, 0, 0, width, height, 0, -1, 1, 1);
16111 ctx.drawImage(imgToPaint, 0, 0, paintWidth, paintHeight, 0, -height, width, height);
16139 ctx.drawImage(tmpCanvas.canvas, entry.x, entry.y, entry.w, entry.h, 0, -1, 1, 1);
[all …]
H A Dpdf.js.map1drawImage(img, 0, 0);\n const data = tmpCtx.getImageData(0, 0, width, height).data;\n\n …
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js6 …is.width;croppedCanvasEl.height=cropping.height||this.height;croppedCtx.drawImage(canvasEl,-croppi…
9drawImage(imgEl,0,0,imgEl.width,imgEl.height);if(filters.length===0){this._element=imgElement;call…
11drawImage(maskEl,0,0,maskEl.width,maskEl.height);var maskImageData=maskCanvasEl.getContext("2d").g…
H A Dfabric.js10153 croppedCtx.drawImage(canvasEl, -cropping.left || 0, -cropping.top || 0);
17204 canvasEl.getContext('2d').drawImage(imgEl, 0, 0, imgEl.width, imgEl.height);
17265 elementToDraw && ctx.drawImage(elementToDraw,
18174 maskCanvasEl.getContext('2d').drawImage(maskEl, 0, 0, maskEl.width, maskEl.height);
19131 context.drawImage(tmpCanvas, 0, 0, width, height, 0, 0, stepW, stepH);
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DMovieEditorDialog.java203 g.drawImage(image, 0, 0, ret.getWidth(), ret.getHeight(), null); in getToolTipImage()
281 g.drawImage(si, shape.getLocation().x, shape.getLocation().y, null); in getImage()
289 g.drawImage(mouseImage, frame.getMousePointer().x, frame.getMousePointer().y, null); in getImage()
909 …g.drawImage(image, (bounds.width-scaledWidth)/2, (bounds.height-scaledHeight)/2, scaledWidth, scal… in buildUI()
H A DScreenShot.java117 g.drawImage(img, 0, 0, scaled.getWidth(), scaled.getHeight(), null); in call()
H A DImageToolTip.java48 g.drawImage(m_image, 3, metrics.getHeight() + 3, c); in paint()
H A DSwfEncoder.java279 g.drawImage(mouseBi, 0, 0, scaled.getWidth(), scaled.getHeight(), null); in encode()
/plugin/jdraw/lib/
H A Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/s5reloaded/ui/thesis/
H A Dslides.js1689 …ctx.drawImage(font, signs[c].sx, signs[c].sy, signs[c].sw, signs[c].sh, tx+xp, ty, signs[c].sw*fc,…
/plugin/animation/scripts/
H A Djquery.scianimator.min.js8 …Data("scianimator");window.clearTimeout(g.animationTimer);h.remove()})},drawImage:function(j){a("d… method in b
/plugin/processing/
H A Dscript.js8994 context.drawImage(obj, 0, 0, width, height);
9564 …curContext.drawImage(getCanvasData(obj).canvas, 0, 0, img.width, img.height, bounds.x, bounds.y, b…
/plugin/jmol2/jmol/
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...

12