Home
last modified time | relevance | path

Searched refs:getWidth (Results 101 – 125 of 148) sorted by path

123456

/plugin/edittable/lib/
H A Dhandsontable.full.js18371 value: function getWidth() {
46884 width: selectedRange.getWidth(),
46897 width: selectedRange.getWidth(),
46954 rangeWidth = selectedRange.getWidth();
/plugin/findologicxmlexport/vendor/hoa/ustring/Test/Unit/
H A DUstring.php724 ->when($result = $string->getWidth())
730 ->when($result = $string->getWidth())
/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DUstring.php750 public function getWidth() function in Hoa\\Ustring\\Ustring
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js1812 getWidth: function(element) { method in Element.Methods
2682 getWidth: function() { method in document.viewport
/plugin/html2pdf/html2pdf/html2ps/
H A Doutput.png.class.php73 $clip['box']->getWidth(),
H A Dpath.rectangle.php12 function getWidth() { function in Rectangle
/plugin/issuetracker/
H A Dprototype.js2293 getWidth: function(element) { method in Element.Methods
3064 return { width: this.getWidth(), height: this.getHeight() };
3096 viewport.getWidth = define.curry('Width');
3228 whole = document.viewport.getWidth();
/plugin/jcapture/lib/
H A Djcapture.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DCaptureFrame.java81 dimensionsLabel.setText(e.getComponent().getWidth()+" x "+e.getComponent().getHeight()); in CaptureFrame()
384 int x = getLocation().x + getWidth() - inst.getWidth(); in record()
385 if (x+inst.getWidth()>dim.getWidth()) { in record()
386 x = dim.width-inst.getWidth(); in record()
H A DComponentResizer.java253 if (location.x > source.getWidth() - dragInsets.right - 1) in mouseMoved()
H A DImageToolTip.java66 if (width < m_image.getWidth(c)) { in getPreferredSize()
67 width = m_image.getWidth(c); in getPreferredSize()
H A DMappedImage.java52 width = image.getWidth(); in MappedImage()
117 public int getWidth() { in getWidth() method in MappedImage
H A DMovieEditorDialog.java203 g.drawImage(image, 0, 0, ret.getWidth(), ret.getHeight(), null); in getToolTipImage()
213 g.fillRect(0, 0, frameCellCanvas.getWidth(), frameCellCanvas.getHeight()); in paintFrame()
217 g.fillRect(1, 1, frameCellCanvas.getWidth()-2, frameCellCanvas.getHeight()-2); in paintFrame()
222 …= (int) (frame.getMousePointer().getX()*(frameCellCanvas.getWidth()-3)/frame.getSize().getWidth())… in paintFrame()
230 g.drawLine(2, 2, frameCellCanvas.getWidth()-2, frameCellCanvas.getHeight()-2); in paintFrame()
231 g.drawLine(frameCellCanvas.getWidth()-2, 2, 2, frameCellCanvas.getHeight()-2); in paintFrame()
239 g.fillRect(0, 0, audioCellCanvas.getWidth(), audioCellCanvas.getHeight()); in paintAudio()
242 for (int i = 0; i<audioCellCanvas.getWidth(); ++i) { in paintAudio()
283 deltaArea+=si.getWidth()*si.getHeight(); in getImage()
898 double xScale = (double) bounds.width/(double) image.getWidth(null); in buildUI()
[all …]
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 DScreenShot.java111 …BufferedImage scaled = new BufferedImage((int) (img.getWidth()*scale), (int) (img.getHeight()*scal… in call()
117 g.drawImage(img, 0, 0, scaled.getWidth(), scaled.getHeight(), null); in call()
129 ssg.drawRect(0, 0, img.getWidth()-1, img.getHeight()-1); in call()
132 size = new Dimension(image.getWidth(), image.getHeight()); in call()
139 for (int x=0, w=img.getWidth(); x<w; ++x) { in call()
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/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 DCustomCanvas.java125 + translate.y, (int) state.getWidth(), in drawVertex()
H A DCustomCanvas.java.bak123 + translate.y, (int) state.getWidth(), (int) state
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 DGraphEditor.java.bak543 + numberFormat.format(geo.getWidth()) + ",height="
554 + numberFormat.format(state.getWidth())
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
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 DEditorAboutFrame.java63 g2d.setPaint(new GradientPaint(0, 0, Color.WHITE, getWidth(), in EditorAboutFrame()
65 g2d.fillRect(0, 0, getWidth(), getHeight()); in EditorAboutFrame()

123456