Home
last modified time | relevance | path

Searched refs:getWidth (Results 126 – 148 of 148) sorted by last modified time

123456

/plugin/jcapture/src/com/hammurapi/jcapture/
H A DRegion.java45 setBounds(0,0,master.getWidth(),master.getHeight()); in Region()
47 for (int sx=0, sw=master.getWidth(); sx<sw; ++sx) { in Region()
66 int widthDelta = imageWidth+imageLocation.x - master.getWidth(); in grabImage()
182 || image.getWidth()!=otherImage.getWidth()) { in imageEquals()
188 for (int sx=0, sw=bImage.getWidth(); sx<sw; ++sx) { in imageEquals()
H A DSwfEncoder.java252 …"Error encoding image ("+image.getImage().getWidth()+"*"+image.getImage().getHeight()+") at frame … in encode()
273 …BufferedImage scaled = new BufferedImage((int) (mouseBi.getWidth()*config.getScreenScale()), (int)… in encode()
279 g.drawImage(mouseBi, 0, 0, scaled.getWidth(), scaled.getHeight(), null); in encode()
/plugin/aceeditor/
H A Dbuild.js1getWidth=function(){return this.width},this.getHeight=function(){return this.height},this.setHeigh… function
/plugin/jdraw/lib/
H A Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DGraphEditor.java469 …RIBUTE_WIDTH)? Integer.parseInt(tce.getAttribute(ATTRIBUTE_WIDTH)) : image.getWidth(imageObserver); in loadPalette()
672 + numberFormat.format(geo.getWidth()) + ",height=" in getToolTipForCell()
683 + numberFormat.format(state.getWidth()) in getToolTipForCell()
H A DCustomCanvas.java125 + translate.y, (int) state.getWidth(), in drawVertex()
H A DGraphEditor.java.bak543 + numberFormat.format(geo.getWidth()) + ",height="
554 + numberFormat.format(state.getWidth())
H A DCustomCanvas.java.bak123 + translate.y, (int) state.getWidth(), (int) state
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java455 paper.setImageableArea(margin, margin, paper.getWidth() in actionPerformed()
H A DBasicGraphEditor.java297 + (int) (dirty.getWidth()) + " h=" in installRepaintListener()
325 int w = scrollPane.getWidth() in insertPalette()
326 - scrollPane.getVerticalScrollBar().getWidth(); in insertPalette()
700 int x = frame.getX() + (frame.getWidth() - about.getWidth()) / 2;
H A DBasicGraphEditor.java.bak293 + (int) (dirty.getWidth()) + " h="
321 int w = scrollPane.getWidth()
322 - scrollPane.getVerticalScrollBar().getWidth();
688 int x = frame.getX() + (frame.getWidth() - about.getWidth()) / 2;
H A DEditorRuler.java460 double right = left + clip.getWidth(); in paintComponent()
H A DSchemaGraphComponent.java51 - start.getWidth() / 2 - end.getWidth() / 2; in SchemaGraphComponent()
60 + start.getWidth(); in SchemaGraphComponent()
62 + start.getWidth() + 20; in SchemaGraphComponent()
H A DEditorPalette.java166 g2.setPaint(new GradientPaint(0, 0, getBackground(), getWidth(), 0, in paintComponent()
H A DEditorActions.java.bak455 paper.setImageableArea(margin, margin, paper.getWidth()
H A DEditorAboutFrame.java63 g2d.setPaint(new GradientPaint(0, 0, Color.WHITE, getWidth(), in EditorAboutFrame()
65 g2d.fillRect(0, 0, getWidth(), getHeight()); in EditorAboutFrame()
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js2116 getWidth: function(element) { method in Element.Methods
3056 return { width: this.getWidth(), height: this.getHeight() };
3088 viewport.getWidth = define.curry('Width');
/plugin/qrcode2/
H A Dphpqrcode.php413 public static function getWidth($version) function in QRspec
2985 $width = QRspec::getWidth($version);
/plugin/processing/
H A Dscript.js1881 this.getWidth = function(){ method
3105 p.scale(width / shape.getWidth(), height / shape.getHeight());
3107 p.translate(x - shape.getWidth()/2, - shape.getHeight()/2);
3109 p.translate(-shape.getWidth()/2, -shape.getHeight()/2);
3114 p.scale(width / shape.getWidth(), height / shape.getHeight());
3123 p.scale(width / shape.getWidth(), height / shape.getHeight());
/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/ ...

123456