Home
last modified time | relevance | path

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

1234567

/plugin/gallery/classes/
DBasicFormatter.php88 if (!$image->getWidth() || !$image->getHeight()) {
94 $image->getWidth() < $thumbW &&
97 return [$image->getWidth(), $image->getHeight()];
102 $image->getWidth(),
DXHTMLFormatter.php210 if (!$image->getWidth() || !$image->getHeight()) {
216 $image->getWidth(),
223 if ($width > $image->getWidth() || $height > $image->getHeight()) {
/plugin/jcapture/src/com/hammurapi/jcapture/
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()
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()
DImageToolTip.java66 if (width < m_image.getWidth(c)) { in getPreferredSize()
67 width = m_image.getWidth(c); in getPreferredSize()
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()
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()
340 …double aspectRatio = (double) movie.getFrameDimension().getWidth()/(double) movie.getFrameDimensio… in MovieEditorDialog()
[all …]
DMappedImage.java52 width = image.getWidth(); in MappedImage()
117 public int getWidth() { in getWidth() method in MappedImage
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
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/
DODTElementFrame.php50 $width = $this->getWidth();
206 $width = $this->getWidth();
230 public function getWidth() { function in ODTElementFrame
/plugin/authfacebook/lib/GraphNodes/
DGraphPicture.php58 public function getWidth() function in Facebook\\GraphNodes\\GraphPicture
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/
DTargetingValueSize.php37 public function getWidth() function in Google\\Service\\AdExchangeBuyer\\TargetingValueSize
DPretargetingConfigDimensions.php37 public function getWidth() function in Google\\Service\\AdExchangeBuyer\\PretargetingConfigDimensions
DCreativeNativeAdLogo.php46 public function getWidth() function in Google\\Service\\AdExchangeBuyer\\CreativeNativeAdLogo
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/
DSize.php55 public function getWidth() function in Google\\Service\\AdExchangeBuyerII\\Size
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
DLineStyle.php55 public function getWidth() function in Google\\Service\\Sheets\\LineStyle
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/
DMediaProperties.php55 public function getWidth() function in Google\\Service\\Forms\\MediaProperties
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RealTimeBidding/
DCreativeDimensions.php55 public function getWidth() function in Google\\Service\\RealTimeBidding\\CreativeDimensions
DHtmlContent.php73 public function getWidth() function in Google\\Service\\RealTimeBidding\\HtmlContent
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
DTableColumnProperties.php38 public function getWidth() function in Google\\Service\\Docs\\TableColumnProperties
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
DGoogleCloudDocumentaiV1beta1DocumentPageDimension.php73 public function getWidth() function in Google\\Service\\Document\\GoogleCloudDocumentaiV1beta1DocumentPageDimension
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
DLinear.php55 public function getWidth() function in Google\\Service\\Monitoring\\Linear
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
DThumbnail.php73 public function getWidth() function in Google\\Service\\YouTube\\Thumbnail
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/
DGoogleCloudRetailV2Image.php73 public function getWidth() function in Google\\Service\\CloudRetail\\GoogleCloudRetailV2Image

1234567