Home
last modified time | relevance | path

Searched refs:nativeHeight (Results 1 – 25 of 92) sorted by relevance

1234

/dports/www/firefox-esr/firefox-91.8.0/layout/svg/
H A DSVGImageFrame.cpp275 int32_t nativeWidth, nativeHeight; in TransformContextForPainting() local
277 NS_FAILED(mImageContainer->GetHeight(&nativeHeight)) || in TransformContextForPainting()
278 nativeWidth == 0 || nativeHeight == 0) { in TransformContextForPainting()
281 mImageContainer->GetResolution().ApplyTo(nativeWidth, nativeHeight); in TransformContextForPainting()
508 int32_t nativeWidth, nativeHeight; in CreateWebRenderCommands() local
510 NS_FAILED(mImageContainer->GetHeight(&nativeHeight)) || in CreateWebRenderCommands()
511 nativeWidth == 0 || nativeHeight == 0) { in CreateWebRenderCommands()
688 int32_t nativeWidth, nativeHeight; in GetFrameForPoint() local
690 NS_FAILED(mImageContainer->GetHeight(&nativeHeight)) || in GetFrameForPoint()
691 nativeWidth == 0 || nativeHeight == 0) { in GetFrameForPoint()
[all …]
/dports/www/firefox/firefox-99.0/layout/svg/
H A DSVGImageFrame.cpp276 int32_t nativeWidth, nativeHeight; in TransformContextForPainting() local
278 NS_FAILED(mImageContainer->GetHeight(&nativeHeight)) || in TransformContextForPainting()
279 nativeWidth == 0 || nativeHeight == 0) { in TransformContextForPainting()
282 mImageContainer->GetResolution().ApplyTo(nativeWidth, nativeHeight); in TransformContextForPainting()
512 int32_t nativeWidth, nativeHeight; in CreateWebRenderCommands() local
514 NS_FAILED(mImageContainer->GetHeight(&nativeHeight)) || in CreateWebRenderCommands()
515 nativeWidth == 0 || nativeHeight == 0) { in CreateWebRenderCommands()
687 int32_t nativeWidth, nativeHeight; in GetFrameForPoint() local
689 NS_FAILED(mImageContainer->GetHeight(&nativeHeight)) || in GetFrameForPoint()
690 nativeWidth == 0 || nativeHeight == 0) { in GetFrameForPoint()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/layout/svg/
H A DSVGImageFrame.cpp275 int32_t nativeWidth, nativeHeight; in TransformContextForPainting() local
277 NS_FAILED(mImageContainer->GetHeight(&nativeHeight)) || in TransformContextForPainting()
278 nativeWidth == 0 || nativeHeight == 0) { in TransformContextForPainting()
281 mImageContainer->GetResolution().ApplyTo(nativeWidth, nativeHeight); in TransformContextForPainting()
508 int32_t nativeWidth, nativeHeight; in CreateWebRenderCommands() local
510 NS_FAILED(mImageContainer->GetHeight(&nativeHeight)) || in CreateWebRenderCommands()
511 nativeWidth == 0 || nativeHeight == 0) { in CreateWebRenderCommands()
688 int32_t nativeWidth, nativeHeight; in GetFrameForPoint() local
690 NS_FAILED(mImageContainer->GetHeight(&nativeHeight)) || in GetFrameForPoint()
691 nativeWidth == 0 || nativeHeight == 0) { in GetFrameForPoint()
[all …]
/dports/x11-toolkits/plasma5-kdeplasma-addons/kdeplasma-addons-5.23.5/applets/comic/package/contents/ui/
H A DImageWidget.qml16 height: comicPicture.nativeHeight
29 …return actualSize ? (comicPicture.nativeHeight > viewContainer.height ? comicPicture.nativeHeight
54 height: actualSize ? comicPicture.nativeHeight : viewContainer.height
H A DFullViewWidget.qml42 Layout.minimumHeight: comicPicture.nativeHeight
51 contentHeight: comicPicture.nativeHeight
/dports/lang/spidermonkey60/firefox-60.9.0/layout/svg/
H A DnsSVGImageFrame.cpp205 int32_t nativeWidth, nativeHeight; in TransformContextForPainting() local
207 NS_FAILED(mImageContainer->GetHeight(&nativeHeight)) || in TransformContextForPainting()
208 nativeWidth == 0 || nativeHeight == 0) { in TransformContextForPainting()
211 imageTransform = GetRasterImageTransform(nativeWidth, nativeHeight) * in TransformContextForPainting()
365 int32_t nativeWidth, nativeHeight; in GetFrameForPoint() local
367 NS_FAILED(mImageContainer->GetHeight(&nativeHeight)) || in GetFrameForPoint()
368 nativeWidth == 0 || nativeHeight == 0) { in GetFrameForPoint()
372 rect.width, rect.height, 0, 0, nativeWidth, nativeHeight, in GetFrameForPoint()
374 if (!nsSVGUtils::HitTestRect(viewBoxTM, 0, 0, nativeWidth, nativeHeight, in GetFrameForPoint()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/svg/
H A DnsSVGImageFrame.cpp248 int32_t nativeWidth, nativeHeight; in TransformContextForPainting() local
250 NS_FAILED(mImageContainer->GetHeight(&nativeHeight)) || in TransformContextForPainting()
251 nativeWidth == 0 || nativeHeight == 0) { in TransformContextForPainting()
254 imageTransform = GetRasterImageTransform(nativeWidth, nativeHeight) * in TransformContextForPainting()
487 int32_t nativeWidth, nativeHeight; in CreateWebRenderCommands() local
489 NS_FAILED(mImageContainer->GetHeight(&nativeHeight)) || in CreateWebRenderCommands()
490 nativeWidth == 0 || nativeHeight == 0) { in CreateWebRenderCommands()
657 int32_t nativeWidth, nativeHeight; in GetFrameForPoint() local
659 NS_FAILED(mImageContainer->GetHeight(&nativeHeight)) || in GetFrameForPoint()
660 nativeWidth == 0 || nativeHeight == 0) { in GetFrameForPoint()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/svg/
H A DnsSVGImageFrame.cpp300 int32_t nativeWidth, nativeHeight; in TransformContextForPainting() local
302 NS_FAILED(mImageContainer->GetHeight(&nativeHeight)) || in TransformContextForPainting()
303 nativeWidth == 0 || nativeHeight == 0) { in TransformContextForPainting()
307 GetRasterImageTransform(nativeWidth, nativeHeight) * ToMatrix(aTransform); in TransformContextForPainting()
474 int32_t nativeWidth, nativeHeight; in GetFrameForPoint() local
476 NS_FAILED(mImageContainer->GetHeight(&nativeHeight)) || in GetFrameForPoint()
477 nativeWidth == 0 || nativeHeight == 0) { in GetFrameForPoint()
482 0, 0, nativeWidth, nativeHeight, in GetFrameForPoint()
485 0, 0, nativeWidth, nativeHeight, in GetFrameForPoint()
/dports/devel/kf5-kdeclarative/kdeclarative-5.89.0/src/qmlcontrols/kquickcontrolsaddons/
H A Dqimageitem.h21 Q_PROPERTY(int nativeHeight READ nativeHeight NOTIFY nativeHeightChanged)
49 int nativeHeight() const;
H A Dqpixmapitem.h21 Q_PROPERTY(int nativeHeight READ nativeHeight NOTIFY nativeHeightChanged)
49 int nativeHeight() const;
/dports/graphics/kquickimageeditor/kquickimageeditor-0.1.2/src/code/
H A Dimageitem.h20 Q_PROPERTY(int nativeHeight READ nativeHeight NOTIFY nativeHeightChanged)
49 int nativeHeight() const;
/dports/games/openbor/openbor-3caaddd5/engine/android/app/jni/openbor/
H A Dvideo.c44 int nativeWidth, nativeHeight; // resolution of device screen variable
90 nativeHeight = mode.h; in initSDL()
95 nativeHeight = 480; in initSDL()
133 float h = nativeHeight; in setup_touch_default()
202 float h = nativeHeight; in setup_touch_txt()
385 …ow(windowTitle, SDL_WINDOWPOS_CENTERED, SDL_WINDOWPOS_CENTERED, nativeWidth, nativeHeight, flags))) in video_set_mode()
482 float newWidth = nativeHeight * aspectRatio; in blit()
485 SDL_Rect d_rect = {(int)(nativeWidth/2.0f - newWidth/2.0f), 0, (int)newWidth, nativeHeight}; in blit()
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/applets/clipboard/contents/ui/
H A DImageItemDelegate.qml16 …height: Math.min(nativeHeight, Math.round(width * (nativeHeight/nativeWidth) + PlasmaCore.Units.sm…
/dports/games/openbor4432/openbor-ba1eb4f/engine/android/jni/openbor/
H A Dvideo.c43 int nativeWidth, nativeHeight; // resolution of device screen variable
88 nativeHeight = mode.h; in initSDL()
93 nativeHeight = 480; in initSDL()
131 float h = nativeHeight; in setup_touch_default()
199 float h = nativeHeight; in setup_touch_txt()
376 if(!window && !(window = SDL_CreateWindow(windowTitle, 0, 0, nativeWidth, nativeHeight, flags))) in video_set_mode()
/dports/games/openbor3979/openbor-2bcf25b/engine/android/jni/
H A Dvideo.c30 int nativeWidth, nativeHeight; // monitor resolution used in fullscreen mode variable
78 nativeHeight = mode.h; in initSDL()
83 nativeHeight = 480; in initSDL()
136 float h = nativeHeight; in setup_touch_default()
200 float h = nativeHeight; in setup_touch_txt()
374 viewportHeight = nativeHeight; in video_set_mode()
376 …if(!window && !(window = SDL_CreateWindow("OpenBOR", 0, 0, nativeWidth, nativeHeight, SDL_WINDOW_S… in video_set_mode()
/dports/devel/kf5-kdeclarative/kdeclarative-5.89.0/tests/
H A Dqimageitemtest.qml52 Text {text: "nativeHeight:"}
53 Text {text: image.nativeHeight}
/dports/games/openbor/openbor-3caaddd5/engine/sdl/
H A Dvideo.c38 int nativeWidth, nativeHeight; // monitor resolution used in fullscreen mode variable
67 nativeHeight = video_info.h; in initSDL()
68 …printf("debug:nativeWidth, nativeHeight, bpp, Hz %d, %d, %d, %d\n", nativeWidth, nativeHeight, SD… in initSDL()
H A Dopengl.c42 extern int nativeWidth, nativeHeight;
212 …viewportHeight = savedata.fullscreen ? nativeHeight : (int)(videomodes.vRes * MAX(0.25,videomodes.… in video_gl_set_mode()
/dports/games/openbor3979/openbor-2bcf25b/engine/sdl/
H A Dvideo.c61 int nativeWidth, nativeHeight; // monitor resolution used in fullscreen mode variable
95 nativeHeight = video_info.h; in initSDL()
96 …printf("debug:nativeWidth, nativeHeight, bpp, Hz %d, %d, %d, %d\n", nativeWidth, nativeHeight, SD… in initSDL()
130 nativeHeight = video_info->current_h; in initSDL()
131 …printf("debug:nativeWidth, nativeHeight, bpp %d, %d, %d\n", nativeWidth, nativeHeight, video_info… in initSDL()
/dports/games/openbor4432/openbor-ba1eb4f/engine/sdl/
H A Dvideo.c43 int nativeWidth, nativeHeight; // monitor resolution used in fullscreen mode variable
68 nativeHeight = video_info.h; in initSDL()
69 …printf("debug:nativeWidth, nativeHeight, bpp, Hz %d, %d, %d, %d\n", nativeWidth, nativeHeight, SD… in initSDL()
H A Dopengl.c44 extern int nativeWidth, nativeHeight;
190 …viewportHeight = savedata.fullscreen ? nativeHeight : (int)(videomodes.vRes * MAX(0.25,videomodes.… in video_gl_set_mode()
H A Dcontrol.c29 extern int nativeHeight;
77 py[i] = ev.tfinger.y*nativeHeight; in getPads()
104 py[i] = ev.tfinger.y*nativeHeight; in getPads()
/dports/misc/usd/USD-21.11/pxr/imaging/hioOpenVDB/
H A DvdbTextureData.cpp628 const int nativeHeight = nativeDim.y(); in Read() local
636 nativeWidth, nativeHeight, nativeDepth); in Read()
657 _ResamplingAdjustment(nativeHeight, approxScale), in Read()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/java2d/opengl/
H A DOGLSurfaceData.java157 private int nativeWidth, nativeHeight; field in OGLSurfaceData
640 return new Rectangle(nativeWidth, nativeHeight); in getNativeBounds()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/sun/java2d/opengl/
H A DOGLSurfaceData.java157 private int nativeWidth, nativeHeight; field in OGLSurfaceData
640 return new Rectangle(nativeWidth, nativeHeight); in getNativeBounds()

1234