Home
last modified time | relevance | path

Searched refs:getScaledWidth (Results 1 – 25 of 44) sorted by relevance

12

/dports/devel/itext/itext-4.2.0/toolbox/com/lowagie/toolbox/plugins/
H A DTiff2Pdf.java113 document.setPageSize(new Rectangle(img.getScaledWidth(), img.getScaledHeight())); in execute()
131 document.setPageSize(new Rectangle(img.getScaledWidth(), in execute()
137 if (img.getScaledWidth() > width || img.getScaledHeight() > height) { in execute()
139 float adjx = width / img.getScaledWidth(); in execute()
H A DKnitTiff.java99 Document document = new Document(new Rectangle(img.getScaledWidth(), in execute()
111 document.setPageSize(new Rectangle(imgOdd.getScaledWidth(), in execute()
116 document.setPageSize(new Rectangle(imgEven.getScaledWidth(), in execute()
H A DDvdCover.java133 …front.setAbsolutePosition(410f + (370f - front.getScaledWidth()) / 2f, (525f - front.getScaledHeig… in execute()
139 …back.setAbsolutePosition((370f - back.getScaledWidth()) / 2f, (525f - back.getScaledHeight()) / 2f… in execute()
145 …side.setAbsolutePosition(370 + (40f - side.getScaledWidth()) / 2f, (525f - side.getScaledHeight())… in execute()
/dports/graphics/libjpeg-turbo/libjpeg-turbo-2.1.1/java/org/libjpegturbo/turbojpeg/
H A DTJDecompressor.java246 public int getScaledWidth(int desiredWidth, int desiredHeight) { in getScaledWidth() method in TJDecompressor
445 int scaledWidth = getScaledWidth(desiredWidth, desiredHeight); in decompress()
482 int scaledWidth = getScaledWidth(dstImage.getWidth(), in decompressToYUV()
558 int scaledWidth = getScaledWidth(desiredWidth, desiredHeight); in decompressToYUV()
611 int scaledWidth = getScaledWidth(desiredWidth, desiredHeight); in decompressToYUV()
750 scaledWidth = getScaledWidth(desiredWidth, desiredHeight); in decompress()
849 int scaledWidth = getScaledWidth(desiredWidth, desiredHeight); in decompress()
/dports/graphics/jpeg-turbo/libjpeg-turbo-2.1.1/java/org/libjpegturbo/turbojpeg/
H A DTJDecompressor.java246 public int getScaledWidth(int desiredWidth, int desiredHeight) { in getScaledWidth() method in TJDecompressor
445 int scaledWidth = getScaledWidth(desiredWidth, desiredHeight); in decompress()
482 int scaledWidth = getScaledWidth(dstImage.getWidth(), in decompressToYUV()
558 int scaledWidth = getScaledWidth(desiredWidth, desiredHeight); in decompressToYUV()
611 int scaledWidth = getScaledWidth(desiredWidth, desiredHeight); in decompressToYUV()
750 scaledWidth = getScaledWidth(desiredWidth, desiredHeight); in decompress()
849 int scaledWidth = getScaledWidth(desiredWidth, desiredHeight); in decompress()
/dports/graphics/mozjpeg/mozjpeg-4.0.3/java/org/libjpegturbo/turbojpeg/
H A DTJDecompressor.java246 public int getScaledWidth(int desiredWidth, int desiredHeight) { in getScaledWidth() method in TJDecompressor
445 int scaledWidth = getScaledWidth(desiredWidth, desiredHeight); in decompress()
482 int scaledWidth = getScaledWidth(dstImage.getWidth(), in decompressToYUV()
558 int scaledWidth = getScaledWidth(desiredWidth, desiredHeight); in decompressToYUV()
611 int scaledWidth = getScaledWidth(desiredWidth, desiredHeight); in decompressToYUV()
750 scaledWidth = getScaledWidth(desiredWidth, desiredHeight); in decompress()
849 int scaledWidth = getScaledWidth(desiredWidth, desiredHeight); in decompress()
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/libjpeg-turbo/libjpeg-turbo-2.0.6/java/org/libjpegturbo/turbojpeg/
H A DTJDecompressor.java246 public int getScaledWidth(int desiredWidth, int desiredHeight) { in getScaledWidth() method in TJDecompressor
445 int scaledWidth = getScaledWidth(desiredWidth, desiredHeight); in decompress()
482 int scaledWidth = getScaledWidth(dstImage.getWidth(), in decompressToYUV()
558 int scaledWidth = getScaledWidth(desiredWidth, desiredHeight); in decompressToYUV()
611 int scaledWidth = getScaledWidth(desiredWidth, desiredHeight); in decompressToYUV()
750 scaledWidth = getScaledWidth(desiredWidth, desiredHeight); in decompress()
849 int scaledWidth = getScaledWidth(desiredWidth, desiredHeight); in decompress()
/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/pdf/
H A DPdfFont.java157 return image.getScaledWidth(); in width()
164 return image.getScaledWidth(); in width()
H A DPdfCell.java531 if (image.getScaledWidth() > right - left) { in addImage()
545 left = right - image.getScaledWidth(); in addImage()
547 left = left + ((right - left - image.getScaledWidth()) / 2f); in addImage()
H A DPdfChunk.java304 if (image.getScaledWidth() > width) { in split()
439 if (image.getScaledWidth() > width) { in truncate()
557 return image.getScaledWidth() + charSpacing; in getWidthCorrected()
H A DPdfPCell.java966 float refWidth = pivoted ? img.getScaledHeight() : img.getScaledWidth(); in getMaxHeight()
970 float refHeight = pivoted ? img.getScaledWidth() : img.getScaledHeight(); in getMaxHeight()
/dports/games/gigalomania/gigalomaniasrc/
H A Dpanel.cpp253 int w = game_g->letters_small[0]->getScaledWidth(); in drawPopups()
419 this->w = font[0]->getScaledWidth() * this->text.length() + 2; in Button()
431 this->w = font[0]->getScaledWidth() * this->text.length() + 2; in Button()
443 this->w = draw_offset_x + font[0]->getScaledWidth() * this->text.length() + 2; in Button()
475 this->w = image->getScaledWidth(); in ImageButton()
484 this->w = image->getScaledWidth(); in ImageButton()
544 this->w = font[0]->getScaledWidth() * max_len + 2; in CycleButton()
H A Dimage.h56 int getScaledWidth() const { in getScaledWidth() function
88 return this->copy(0, 0, getScaledWidth(), getScaledHeight()); in copy()
H A Dgamestate.cpp118 int w = image->getScaledWidth(); in render()
119 int w2 = game_g->explosions[0]->getScaledWidth(); in render()
1631 int width = game_g->building_health->getScaledWidth(); in draw()
1798 int s_w = game_g->letters_small[0]->getScaledWidth(); in draw()
1799 int l_w = game_g->letters_large[0]->getScaledWidth(); in draw()
1926 mouse_off_x = - mouse_image->getScaledWidth() / 2; in draw()
1935 mouse_off_x = - mouse_image->getScaledWidth() / 2; in draw()
1940 mouse_off_x = - mouse_image->getScaledWidth() / 2; in draw()
2115 xpos = soldier->xpos + image->getScaledWidth(); in update()
2119 xpos = soldier->xpos + image->getScaledWidth()/4; in update()
[all …]
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/guiengine/
H A DCGUISpriteBank.cpp79 const int w = getScaledWidth(Rectangles[n].getWidth()) * icon_scale_x; in getPositions()
231 (getScaledWidth(dim.Width) * icon_scale_x, in draw2DSprite()
342 s32 STKModifiedSpriteBank::getScaledWidth(s32 width) const in getScaledWidth() function in irr::gui::STKModifiedSpriteBank
H A DCGUISpriteBank.hpp101 s32 getScaledWidth(s32 width) const;
/dports/games/residualvm/residualvm-0.3.1/video/
H A Dqt_decoder.cpp229 _width = (nextVideoTrack->getScaledWidth() / _scaleFactorX).toInt(); in init()
390 return getScaledWidth().toInt(); in getWidth()
491 _scaledSurface->create(getScaledWidth().toInt(), getScaledHeight().toInt(), getPixelFormat()); in decodeNextFrame()
567 Common::Rational QuickTimeDecoder::VideoTrackHandler::getScaledWidth() const { in getScaledWidth() function in Video::QuickTimeDecoder::VideoTrackHandler
H A Dqt_decoder.h146 Common::Rational getScaledWidth() const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/webapk/libs/common/src/org/chromium/webapk/lib/common/splash/
H A DSplashLayout.java38 int smallestEdge = Math.min(icon.getScaledWidth(metrics), icon.getScaledHeight(metrics)); in selectLayout()
/dports/games/libretro-scummvm/scummvm-7b1e929/video/
H A Dqt_decoder.cpp229 _width = (nextVideoTrack->getScaledWidth() / _scaleFactorX).toInt(); in init()
431 return getScaledWidth().toInt(); in getWidth()
532 _scaledSurface->create(getScaledWidth().toInt(), getScaledHeight().toInt(), getPixelFormat()); in decodeNextFrame()
608 Common::Rational QuickTimeDecoder::VideoTrackHandler::getScaledWidth() const { in getScaledWidth() function in Video::QuickTimeDecoder::VideoTrackHandler
H A Dqt_decoder.h146 Common::Rational getScaledWidth() const;
/dports/games/scummvm/scummvm-2.5.1/video/
H A Dqt_decoder.cpp239 _width = (nextVideoTrack->getScaledWidth() / _scaleFactorX).toInt(); in init()
449 return getScaledWidth().toInt(); in getWidth()
553 _scaledSurface->create(getScaledWidth().toInt(), getScaledHeight().toInt(), getPixelFormat()); in decodeNextFrame()
629 Common::Rational QuickTimeDecoder::VideoTrackHandler::getScaledWidth() const { in getScaledWidth() function in Video::QuickTimeDecoder::VideoTrackHandler
H A Dqt_decoder.h150 Common::Rational getScaledWidth() const;
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/draci/
H A Dsprite.h56 uint getScaledWidth() const { return _scaledWidth; } in getScaledWidth() function
/dports/games/scummvm/scummvm-2.5.1/engines/draci/
H A Dsprite.h56 uint getScaledWidth() const { return _scaledWidth; } in getScaledWidth() function

12