Home
last modified time | relevance | path

Searched refs:getHeight (Results 1 – 25 of 129) sorted by relevance

123456

/plugin/gallery/classes/
DBasicFormatter.php88 if (!$image->getWidth() || !$image->getHeight()) {
95 $image->getHeight() < $thumbH
97 return [$image->getWidth(), $image->getHeight()];
103 $image->getHeight(),
DXHTMLFormatter.php210 if (!$image->getWidth() || !$image->getHeight()) {
217 $image->getHeight(),
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()
48 for (int sy=0, sh=master.getHeight(); sy<sh; ++sy) { in Region()
72 int heightDelta = imageHeight+imageLocation.y - master.getHeight(); in grabImage()
181 || image.getHeight()!=otherImage.getHeight() in imageEquals()
189 for (int sy=0, sh=bImage.getHeight(); sy<sh; ++sy) { in imageEquals()
DImageToolTip.java48 g.drawImage(m_image, 3, metrics.getHeight() + 3, c); in paint()
64 int height = metrics.getHeight() + m_image.getHeight(c) + 6; in getPreferredSize()
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()
140 Y: for (int y=0, h=img.getHeight(); y<h; ++y) { in call()
DCaptureFrame.java81 dimensionsLabel.setText(e.getComponent().getWidth()+" x "+e.getComponent().getHeight()); in CaptureFrame()
391 int y = rr.getLocation().y+getHeight()+1; in record()
392 if (y+inst.getHeight()>dim.height) { in record()
393 y = rr.getLocation().y-inst.getHeight(); in record()
395 y=dim.height-inst.getHeight(); 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()
223 … (int) (frame.getMousePointer().getY()*(frameCellCanvas.getHeight()-3)/frame.getSize().getHeight()… 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()
283 deltaArea+=si.getWidth()*si.getHeight(); in getImage()
340 …tio = (double) movie.getFrameDimension().getWidth()/(double) movie.getFrameDimension().getHeight(); in MovieEditorDialog()
899 double yScale = (double) bounds.height/(double) image.getHeight(null); in buildUI()
[all …]
DMappedImage.java53 height = image.getHeight(); in MappedImage()
113 public int getHeight() { in getHeight() method in MappedImage
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverDimension.php34 public function getHeight() function in Facebook\\WebDriver\\WebDriverDimension
57 return $this->height === $dimension->getHeight() && $this->width === $dimension->getWidth();
/plugin/authfacebook/lib/GraphNodes/
DGraphPicture.php68 public function getHeight() function in Facebook\\GraphNodes\\GraphPicture
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/
DTargetingValueSize.php29 public function getHeight() function in Google\\Service\\AdExchangeBuyer\\TargetingValueSize
DPretargetingConfigDimensions.php29 public function getHeight() function in Google\\Service\\AdExchangeBuyer\\PretargetingConfigDimensions
DCreativeNativeAdLogo.php30 public function getHeight() function in Google\\Service\\AdExchangeBuyer\\CreativeNativeAdLogo
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/
DSize.php41 public function getHeight() function in Google\\Service\\AdExchangeBuyerII\\Size
DImage.php45 public function getHeight() function in Google\\Service\\AdExchangeBuyerII\\Image
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RealTimeBidding/
DCreativeDimensions.php41 public function getHeight() function in Google\\Service\\RealTimeBidding\\CreativeDimensions
DHtmlContent.php45 public function getHeight() function in Google\\Service\\RealTimeBidding\\HtmlContent
DImage.php45 public function getHeight() function in Google\\Service\\RealTimeBidding\\Image
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
DGoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMedia.php59 public function getHeight() function in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMedia
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
DGoogleCloudDocumentaiV1beta1DocumentPageDimension.php45 public function getHeight() function in Google\\Service\\Document\\GoogleCloudDocumentaiV1beta1DocumentPageDimension
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
DThumbnail.php45 public function getHeight() function in Google\\Service\\YouTube\\Thumbnail
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/
DGoogleCloudRetailV2Image.php45 public function getHeight() function in Google\\Service\\CloudRetail\\GoogleCloudRetailV2Image
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
DThumbnail.php59 public function getHeight() function in Google\\Service\\Slides\\Thumbnail
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
DVolumeVolumeInfoDimensions.php45 public function getHeight() function in Google\\Service\\Books\\VolumeVolumeInfoDimensions
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RecommendationsAI/
DGoogleCloudRecommendationengineV1beta1Image.php45 public function getHeight() function in Google\\Service\\RecommendationsAI\\GoogleCloudRecommendationengineV1beta1Image

123456