Home
last modified time | relevance | path

Searched refs:heightInPixels (Results 1 – 25 of 43) sorted by relevance

12

/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/ui/swt/utils/
H A DFontUtils.java76 int heightInPixels) { in getFontHeightFromPX() argument
81 heightInPixels++; in getFontHeightFromPX()
85 Utils.pixelsToPoint(heightInPixels, device.getDPI().y) + 1 in getFontHeightFromPX()
112 GC gc, int heightInPixels) { in getFontHeightFromPX() argument
116 heightInPixels++; in getFontHeightFromPX()
120 Utils.pixelsToPoint(heightInPixels, device.getDPI().y) + 1 in getFontHeightFromPX()
150 int heightInPixels, int style) { in getFontWithHeight() argument
155 heightInPixels++; in getFontWithHeight()
196 float[] size, int heightInPixels, int style) { in findFont() argument
204 float[] returnSize, int heightInPixels, int style) { in findFontByInt() argument
[all …]
/dports/cad/sumo/sumo-1.2.0/src/gui/
H A DGUITLLogicPhasesTrackerWindow.cpp79 int heightInPixels = getHeight(); in onConfigure() local
80 if (widthInPixels != 0 && heightInPixels != 0) { in onConfigure()
81 glViewport(0, 0, widthInPixels - 1, heightInPixels - 1); in onConfigure()
105 int heightInPixels = getHeight(); in onPaint() local
106 if (widthInPixels != 0 && heightInPixels != 0) { in onPaint()
107 glViewport(0, 0, widthInPixels - 1, heightInPixels - 1); in onPaint()
/dports/cad/gerbv/gerbv-2.7.0/src/
H A Dexport-image.c74 int heightInPixels, gchar const* filename) { in gerbv_export_png_file_from_project_autoscaled() argument
77 widthInPixels, heightInPixels}; in gerbv_export_png_file_from_project_autoscaled()
/dports/graphics/qgis/qgis-3.22.3/src/core/layout/
H A Dqgslayoutitem.cpp308 double heightInPixels = 0; in paint() local
313heightInPixels = boundingRect().height() * QgsLayoutUtils::scaleFactorFromItemStyle( itemStyle, pa… in paint()
319 heightInPixels = boundingRect().height() * layoutUnitsToPixels; in paint()
323 … if ( previewRender && ( widthInPixels > CACHE_SIZE_LIMIT || heightInPixels > CACHE_SIZE_LIMIT ) ) in paint()
326 if ( widthInPixels > heightInPixels ) in paint()
330 heightInPixels /= scale; in paint()
334 scale = heightInPixels / CACHE_SIZE_LIMIT; in paint()
335 heightInPixels = CACHE_SIZE_LIMIT; in paint()
355 QImage image = QImage( widthInPixels, heightInPixels, QImage::Format_ARGB32 ); in paint()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/layout/
H A Dqgslayoutitem.cpp308 double heightInPixels = 0; in paint() local
313heightInPixels = boundingRect().height() * QgsLayoutUtils::scaleFactorFromItemStyle( itemStyle ); in paint()
319 heightInPixels = boundingRect().height() * layoutUnitsToPixels; in paint()
323 … if ( previewRender && ( widthInPixels > CACHE_SIZE_LIMIT || heightInPixels > CACHE_SIZE_LIMIT ) ) in paint()
326 if ( widthInPixels > heightInPixels ) in paint()
330 heightInPixels /= scale; in paint()
334 scale = heightInPixels / CACHE_SIZE_LIMIT; in paint()
335 heightInPixels = CACHE_SIZE_LIMIT; in paint()
355 QImage image = QImage( widthInPixels, heightInPixels, QImage::Format_ARGB32 ); in paint()
/dports/audio/faust/faust-2.37.3/architecture/smartKeyboard/android/app/oboe/samples/RhythmGame/src/main/java/com/google/oboe/samples/rhythmgame/
H A DRendererWrapper.java25 public static native void native_onSurfaceChanged(int widthInPixels, int heightInPixels); in native_onSurfaceChanged() argument
/dports/graphics/qgis/qgis-3.22.3/src/core/annotations/
H A Dqgsannotationpointtextitem.cpp129 …const double heightInPixels = QgsTextRenderer::textHeight( context, mTextFormat, displayText.split… in boundingBox() local
135 …const double heightInMapUnits = context.convertToMapUnits( heightInPixels, QgsUnitTypes::RenderPix… in boundingBox()
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/Widgets/
H A DctkCollapsibleGroupBox.h63 virtual void setCollapsedHeight(int heightInPixels);
H A DctkCollapsibleGroupBox.cpp210 void ctkCollapsibleGroupBox::setCollapsedHeight(int heightInPixels) in setCollapsedHeight() argument
213 d->CollapsedHeight = heightInPixels; in setCollapsedHeight()
H A DctkCollapsibleButton.h82 void setCollapsedHeight(int heightInPixels);
/dports/audio/faust/faust-2.37.3/architecture/smartKeyboard/android/app/oboe/samples/RhythmGame/src/main/cpp/
H A DGame.h50 void onSurfaceChanged(int widthInPixels, int heightInPixels);
H A DGame.cpp110 void Game::onSurfaceChanged(int widthInPixels, int heightInPixels) { in onSurfaceChanged() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/features/autofill_assistant/java/src/org/chromium/chrome/browser/autofill_assistant/generic_ui/
H A DAssistantDrawable.java51 String url, int widthInPixels, int heightInPixels) { in createFromUrl() argument
52 return new AssistantBitmapDrawable(url, widthInPixels, heightInPixels); in createFromUrl()
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/randr/
H A Drrscreen.c112 se.heightInPixels = pScreen->width; in RRDeliverScreenEvent()
118 se.heightInPixels = pScreen->height; in RRDeliverScreenEvent()
849 size->heightInPixels = pSize->height; in ProcRRGetScreenInfo()
854 swaps(&size->heightInPixels); in ProcRRGetScreenInfo()
H A Drandr.c129 cpswaps(from->heightInPixels, to->heightInPixels); in SRRScreenChangeNotifyEvent()
/dports/x11-servers/xephyr/xorg-server-1.20.13/randr/
H A Drrscreen.c112 se.heightInPixels = pScreen->width; in RRDeliverScreenEvent()
118 se.heightInPixels = pScreen->height; in RRDeliverScreenEvent()
849 size->heightInPixels = pSize->height; in ProcRRGetScreenInfo()
854 swaps(&size->heightInPixels); in ProcRRGetScreenInfo()
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/randr/
H A Drrscreen.c112 se.heightInPixels = pScreen->width; in RRDeliverScreenEvent()
118 se.heightInPixels = pScreen->height; in RRDeliverScreenEvent()
849 size->heightInPixels = pSize->height; in ProcRRGetScreenInfo()
854 swaps(&size->heightInPixels); in ProcRRGetScreenInfo()
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/randr/
H A Drrscreen.c112 se.heightInPixels = pScreen->width; in RRDeliverScreenEvent()
118 se.heightInPixels = pScreen->height; in RRDeliverScreenEvent()
849 size->heightInPixels = pSize->height; in ProcRRGetScreenInfo()
854 swaps(&size->heightInPixels); in ProcRRGetScreenInfo()
/dports/x11-servers/xwayland/xorg-server-1.20.13/randr/
H A Drrscreen.c112 se.heightInPixels = pScreen->width; in RRDeliverScreenEvent()
118 se.heightInPixels = pScreen->height; in RRDeliverScreenEvent()
849 size->heightInPixels = pSize->height; in ProcRRGetScreenInfo()
854 swaps(&size->heightInPixels); in ProcRRGetScreenInfo()
/dports/x11-servers/xorg-server/xorg-server-1.20.13/randr/
H A Drrscreen.c112 se.heightInPixels = pScreen->width; in RRDeliverScreenEvent()
118 se.heightInPixels = pScreen->height; in RRDeliverScreenEvent()
849 size->heightInPixels = pSize->height; in ProcRRGetScreenInfo()
854 swaps(&size->heightInPixels); in ProcRRGetScreenInfo()
/dports/x11-servers/xarcan/xarcan-0.6.0/randr/
H A Drrscreen.c112 se.heightInPixels = pScreen->width; in RRDeliverScreenEvent()
118 se.heightInPixels = pScreen->height; in RRDeliverScreenEvent()
849 size->heightInPixels = pSize->height; in ProcRRGetScreenInfo()
854 swaps(&size->heightInPixels); in ProcRRGetScreenInfo()
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/randr/
H A Drrscreen.c112 se.heightInPixels = pScreen->width; in RRDeliverScreenEvent()
118 se.heightInPixels = pScreen->height; in RRDeliverScreenEvent()
849 size->heightInPixels = pSize->height; in ProcRRGetScreenInfo()
854 swaps(&size->heightInPixels); in ProcRRGetScreenInfo()
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/randr/
H A Drrscreen.c112 se.heightInPixels = pScreen->width; in RRDeliverScreenEvent()
118 se.heightInPixels = pScreen->height; in RRDeliverScreenEvent()
849 size->heightInPixels = pSize->height; in ProcRRGetScreenInfo()
854 swaps(&size->heightInPixels); in ProcRRGetScreenInfo()
/dports/x11/libXrandr/libXrandr-1.5.2/src/
H A DXrandr.c83 aevent->height = awire->heightInPixels; in XRRWireToEvent()
209 awire->heightInPixels = aevent->height; in XRREventToWire()
/dports/graphics/qgis/qgis-3.22.3/src/core/providers/arcgis/
H A Dqgsarcgisrestutils.cpp575 const double heightInPixels = symbolData.value( QStringLiteral( "height" ) ).toInt( &ok ); in parseEsriPictureMarkerSymbolJson() local
597 …if ( !qgsDoubleNear( static_cast< double >( heightInPixels ) / widthInPixels, markerLayer->default… in parseEsriPictureMarkerSymbolJson()
598 markerLayer->setFixedAspectRatio( static_cast< double >( heightInPixels ) / widthInPixels ); in parseEsriPictureMarkerSymbolJson()

12