Home
last modified time | relevance | path

Searched refs:getWidth (Results 1 – 25 of 148) sorted by relevance

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 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 DImageToolTip.java66 if (width < m_image.getWidth(c)) { in getPreferredSize()
67 width = m_image.getWidth(c); in getPreferredSize()
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 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 DMappedImage.java52 width = image.getWidth(); in MappedImage()
117 public int getWidth() { in getWidth() method in MappedImage
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DSchemaGraphComponent.java51 - start.getWidth() / 2 - end.getWidth() / 2; in SchemaGraphComponent()
60 + start.getWidth(); in SchemaGraphComponent()
62 + start.getWidth() + 20; in SchemaGraphComponent()
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverDimension.php44 public function getWidth() function in Facebook\\WebDriver\\WebDriverDimension
57 return $this->height === $dimension->getHeight() && $this->width === $dimension->getWidth();
/plugin/odt/ODT/elements/
H A DODTElementFrame.php50 $width = $this->getWidth();
206 $width = $this->getWidth();
230 public function getWidth() { function in ODTElementFrame
/plugin/authfacebook/lib/GraphNodes/
H A DGraphPicture.php58 public function getWidth() function in Facebook\\GraphNodes\\GraphPicture
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RealTimeBidding/
H A DCreativeDimensions.php55 public function getWidth() function in Google\\Service\\RealTimeBidding\\CreativeDimensions
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/
H A DSize.php55 public function getWidth() function in Google\\Service\\AdExchangeBuyerII\\Size
H A DImage.php73 public function getWidth() function in Google\\Service\\AdExchangeBuyerII\\Image
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/
H A DMediaProperties.php55 public function getWidth() function in Google\\Service\\Forms\\MediaProperties
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DLineStyle.php55 public function getWidth() function in Google\\Service\\Sheets\\LineStyle
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/
H A DPretargetingConfigDimensions.php37 public function getWidth() function in Google\\Service\\AdExchangeBuyer\\PretargetingConfigDimensions
H A DTargetingValueSize.php37 public function getWidth() function in Google\\Service\\AdExchangeBuyer\\TargetingValueSize
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DTableColumnProperties.php38 public function getWidth() function in Google\\Service\\Docs\\TableColumnProperties
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleCloudDocumentaiV1DocumentPageDimension.php73 public function getWidth() function in Google\\Service\\Document\\GoogleCloudDocumentaiV1DocumentPageDimension
H A DGoogleCloudDocumentaiV1beta1DocumentPageDimension.php73 public function getWidth() function in Google\\Service\\Document\\GoogleCloudDocumentaiV1beta1DocumentPageDimension
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/
H A DDriveFileVideoMediaMetadata.php73 public function getWidth() function in Google\\Service\\Drive\\DriveFileVideoMediaMetadata
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DVolumeVolumeInfoDimensions.php73 public function getWidth() function in Google\\Service\\Books\\VolumeVolumeInfoDimensions
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DLinear.php55 public function getWidth() function in Google\\Service\\Monitoring\\Linear
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DThumbnail.php73 public function getWidth() function in Google\\Service\\YouTube\\Thumbnail
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CustomSearchAPI/
H A DPromotionImage.php73 public function getWidth() function in Google\\Service\\CustomSearchAPI\\PromotionImage

123456