Home
last modified time | relevance | path

Searched refs:winHeight (Results 1 – 25 of 275) sorted by relevance

1234567891011

/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/util/
H A Dshowbuffer.c29 ShowDepthBuffer( GLsizei winWidth, GLsizei winHeight, in ShowDepthBuffer() argument
44 depthValues = (GLfloat *) malloc(winWidth * winHeight * sizeof(GLfloat)); in ShowDepthBuffer()
46 glReadPixels(0, 0, winWidth, winHeight, GL_DEPTH_COMPONENT, in ShowDepthBuffer()
54 int n = winWidth * winHeight; in ShowDepthBuffer()
69 glOrtho(0.0, (GLdouble) winWidth, 0.0, (GLdouble) winHeight, -1.0, 1.0); in ShowDepthBuffer()
74 glViewport(0, 0, winWidth, winHeight); in ShowDepthBuffer()
80 glDrawPixels(winWidth, winHeight, GL_LUMINANCE, GL_FLOAT, depthValues); in ShowDepthBuffer()
99 ShowAlphaBuffer( GLsizei winWidth, GLsizei winHeight ) in ShowAlphaBuffer() argument
125 glViewport(0, 0, winWidth, winHeight); in ShowAlphaBuffer()
150 ShowStencilBuffer( GLsizei winWidth, GLsizei winHeight, in ShowStencilBuffer() argument
[all …]
H A Dshowbuffer.h22 ShowDepthBuffer( GLsizei winWidth, GLsizei winHeight,
27 ShowAlphaBuffer( GLsizei winWidth, GLsizei winHeight );
31 ShowStencilBuffer( GLsizei winWidth, GLsizei winHeight,
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/util/
H A Dshowbuffer.c29 ShowDepthBuffer( GLsizei winWidth, GLsizei winHeight, in ShowDepthBuffer() argument
44 depthValues = (GLfloat *) malloc(winWidth * winHeight * sizeof(GLfloat)); in ShowDepthBuffer()
46 glReadPixels(0, 0, winWidth, winHeight, GL_DEPTH_COMPONENT, in ShowDepthBuffer()
54 int n = winWidth * winHeight; in ShowDepthBuffer()
69 glOrtho(0.0, (GLdouble) winWidth, 0.0, (GLdouble) winHeight, -1.0, 1.0); in ShowDepthBuffer()
74 glViewport(0, 0, winWidth, winHeight); in ShowDepthBuffer()
80 glDrawPixels(winWidth, winHeight, GL_LUMINANCE, GL_FLOAT, depthValues); in ShowDepthBuffer()
99 ShowAlphaBuffer( GLsizei winWidth, GLsizei winHeight ) in ShowAlphaBuffer() argument
125 glViewport(0, 0, winWidth, winHeight); in ShowAlphaBuffer()
150 ShowStencilBuffer( GLsizei winWidth, GLsizei winHeight, in ShowStencilBuffer() argument
[all …]
H A Dshowbuffer.h22 ShowDepthBuffer( GLsizei winWidth, GLsizei winHeight,
27 ShowAlphaBuffer( GLsizei winWidth, GLsizei winHeight );
31 ShowStencilBuffer( GLsizei winWidth, GLsizei winHeight,
/dports/graphics/jogamp-jogl/jogl/src/nativewindow/classes/com/jogamp/nativewindow/
H A DUpstreamWindowHookMutableSizePos.java4 int winX, winY, winWidth, winHeight; field in UpstreamWindowHookMutableSizePos
14 …leSizePos(final int winX, final int winY, final int winWidth, final int winHeight, final int pixWi… in UpstreamWindowHookMutableSizePos() argument
19 this.winHeight = winHeight; in UpstreamWindowHookMutableSizePos()
28 public final void setWinSize(final int winWidth, final int winHeight) { in setWinSize() argument
30 this.winHeight= winHeight; in setWinSize()
33 this.setSurfaceSize(winWidth, winHeight); in setWinSize()
47 return winHeight; in getHeight()
52 ….getSimpleName()+"[window "+ winX + "/" + winY + " " + winWidth + "x" + winHeight + ", pixel " + p… in toString()
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/mathml/tools/
H A Duse-typo-lineheight.py8 winHeight = 5000 variable
9 name = "font-lineheight%d-typolineheight%d" % (winHeight, typoLineHeight)
32 font.hhea_ascent = winHeight // 2
34 font.hhea_descent = -winHeight // 2
38 font.os2_winascent = winHeight // 2
40 font.os2_windescent = winHeight // 2
45 path = "../../fonts/math/lineheight%d-typolineheight%d.woff" % (winHeight, typoLineHeight)
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/mathml/tools/
H A Duse-typo-lineheight.py10 winHeight = 5000 variable
11 name = "font-lineheight%d-typolineheight%d" % (winHeight, typoLineHeight)
34 font.hhea_ascent = winHeight / 2
36 font.hhea_descent = -winHeight / 2
40 font.os2_winascent = winHeight / 2
42 font.os2_windescent = winHeight / 2
47 path = "../../fonts/math/lineheight%d-typolineheight%d.woff" % (winHeight, typoLineHeight)
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/mathml/tools/
H A Duse-typo-lineheight.py9 winHeight = 5000 variable
10 name = "font-lineheight%d-typolineheight%d" % (winHeight, typoLineHeight)
33 font.hhea_ascent = winHeight / 2
35 font.hhea_descent = -winHeight / 2
39 font.os2_winascent = winHeight / 2
41 font.os2_windescent = winHeight / 2
46 path = "../../fonts/math/lineheight%d-typolineheight%d.woff" % (winHeight, typoLineHeight)
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/mathml/tools/
H A Duse-typo-lineheight.py9 winHeight = 5000 variable
10 name = "font-lineheight%d-typolineheight%d" % (winHeight, typoLineHeight)
33 font.hhea_ascent = winHeight / 2
35 font.hhea_descent = -winHeight / 2
39 font.os2_winascent = winHeight / 2
41 font.os2_windescent = winHeight / 2
46 path = "../../fonts/math/lineheight%d-typolineheight%d.woff" % (winHeight, typoLineHeight)
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/mathml/tools/
H A Duse-typo-lineheight.py9 winHeight = 5000 variable
10 name = "font-lineheight%d-typolineheight%d" % (winHeight, typoLineHeight)
33 font.hhea_ascent = winHeight / 2
35 font.hhea_descent = -winHeight / 2
39 font.os2_winascent = winHeight / 2
41 font.os2_windescent = winHeight / 2
46 path = "../../fonts/math/lineheight%d-typolineheight%d.woff" % (winHeight, typoLineHeight)
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sludge/
H A Dtransition.cpp53 0.f, (GLfloat)winHeight, 0.f, in transitionFader()
54 (GLfloat)winWidth, (GLfloat)winHeight, 0.f, in transitionFader()
80 0.f, (GLfloat)winHeight, 0.f, in transitionCrossFader()
81 (GLfloat)winWidth, (GLfloat)winHeight, 0.f, in transitionCrossFader()
121 xScale, winHeight - yScale, 0, in transitionSnapshotBox()
122 winWidth - xScale, winHeight - yScale, 0, in transitionSnapshotBox()
235 0.f, (GLfloat)winHeight, 0.f, in transitionDisolve()
236 (GLfloat)winWidth, (GLfloat)winHeight, 0.f, in transitionDisolve()
303 0.f, (GLfloat)winHeight, 0.f, in transitionTV()
304 (GLfloat)winWidth, (GLfloat)winHeight, 0.f, in transitionTV()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/reftests/fonts/
H A Dmark-generate.py118 winHeight = 6000 variable
119 n = "MarkA-lineheight" + str(winHeight)
138 f.hhea_ascent = winHeight / 2
140 f.hhea_descent = winHeight / 2
144 f.os2_winascent = winHeight / 2
146 f.os2_windescent = winHeight / 2
150 f.generate("markA-lineheight" + str(winHeight) +
152 f.generate("markA-lineheight" + str(winHeight) +
/dports/lang/spidermonkey60/firefox-60.9.0/layout/reftests/fonts/
H A Dmark-generate.py118 winHeight = 6000 variable
119 n = "MarkA-lineheight" + str(winHeight)
138 f.hhea_ascent = winHeight / 2
140 f.hhea_descent = winHeight / 2
144 f.os2_winascent = winHeight / 2
146 f.os2_windescent = winHeight / 2
150 f.generate("markA-lineheight" + str(winHeight) +
152 f.generate("markA-lineheight" + str(winHeight) +
/dports/graphics/instant-meshes/instant-meshes-0.0-42-g4a083f4/ext/nanogui/ext/nanovg/example/
H A Dexample_fbo.c35 int winWidth, winHeight; in renderPattern() local
46 winHeight = (int)(fboHeight / pxRatio); in renderPattern()
53 nvgBeginFrame(vg, winWidth, winHeight, pxRatio); in renderPattern()
56 ph = (int)ceilf(winHeight / s); in renderPattern()
110 int winWidth, winHeight; in main() local
166 glfwGetWindowSize(window, &winWidth, &winHeight); in main()
203 glfwGetWindowSize(window, &winWidth, &winHeight); in main()
215 nvgBeginFrame(vg, winWidth, winHeight, pxRatio); in main()
224 nvgRect(vg, 10 + i*30,10, 10, winHeight-20); in main()
/dports/audio/moony-lv2/moony-0.36.0/subprojects/d2tk/nanovg/example/
H A Dexample_fbo.c35 int winWidth, winHeight; in renderPattern() local
46 winHeight = (int)(fboHeight / pxRatio); in renderPattern()
53 nvgBeginFrame(vg, winWidth, winHeight, pxRatio); in renderPattern()
56 ph = (int)ceilf(winHeight / s); in renderPattern()
110 int winWidth, winHeight; in main() local
166 glfwGetWindowSize(window, &winWidth, &winHeight); in main()
203 glfwGetWindowSize(window, &winWidth, &winHeight); in main()
215 nvgBeginFrame(vg, winWidth, winHeight, pxRatio); in main()
224 nvgRect(vg, 10 + i*30,10, 10, winHeight-20); in main()
/dports/x11-toolkits/nanogui/nanogui-e9ec8a1a9861cf578d9c6e85a6420080aa715c03/ext/nanovg/example/
H A Dexample_fbo.c35 int winWidth, winHeight; in renderPattern() local
46 winHeight = (int)(fboHeight / pxRatio); in renderPattern()
53 nvgBeginFrame(vg, winWidth, winHeight, pxRatio); in renderPattern()
56 ph = (int)ceilf(winHeight / s); in renderPattern()
110 int winWidth, winHeight; in main() local
166 glfwGetWindowSize(window, &winWidth, &winHeight); in main()
203 glfwGetWindowSize(window, &winWidth, &winHeight); in main()
215 nvgBeginFrame(vg, winWidth, winHeight, pxRatio); in main()
224 nvgRect(vg, 10 + i*30,10, 10, winHeight-20); in main()
/dports/www/firefox-esr/firefox-91.8.0/layout/reftests/fonts/
H A Dmark-generate.py125 winHeight = 6000 variable
126 n = "MarkA-lineheight" + str(winHeight)
145 f.hhea_ascent = winHeight / 2
147 f.hhea_descent = winHeight / 2
151 f.os2_winascent = winHeight / 2
153 f.os2_windescent = winHeight / 2
159 + str(winHeight)
166 + str(winHeight)
/dports/www/firefox/firefox-99.0/layout/reftests/fonts/
H A Dmark-generate.py125 winHeight = 6000 variable
126 n = "MarkA-lineheight" + str(winHeight)
145 f.hhea_ascent = winHeight / 2
147 f.hhea_descent = winHeight / 2
151 f.os2_winascent = winHeight / 2
153 f.os2_windescent = winHeight / 2
159 + str(winHeight)
166 + str(winHeight)
/dports/mail/thunderbird/thunderbird-91.8.0/layout/reftests/fonts/
H A Dmark-generate.py125 winHeight = 6000 variable
126 n = "MarkA-lineheight" + str(winHeight)
145 f.hhea_ascent = winHeight / 2
147 f.hhea_descent = winHeight / 2
151 f.os2_winascent = winHeight / 2
153 f.os2_windescent = winHeight / 2
159 + str(winHeight)
166 + str(winHeight)
/dports/lang/spidermonkey78/firefox-78.9.0/layout/reftests/fonts/
H A Dmark-generate.py126 winHeight = 6000 variable
127 n = "MarkA-lineheight" + str(winHeight)
146 f.hhea_ascent = winHeight / 2
148 f.hhea_descent = winHeight / 2
152 f.os2_winascent = winHeight / 2
154 f.os2_windescent = winHeight / 2
158 f.generate("markA-lineheight" + str(winHeight) +
160 f.generate("markA-lineheight" + str(winHeight) +
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/Direct3D9/src/
H A DOgreD3D9RenderWindow.cpp263 unsigned int winWidth, winHeight; in create() local
265 winHeight = height; in create()
276 uint32 outerh = (winHeight < screenh)? winHeight : screenh; in create()
427 unsigned int winWidth, winHeight; in setFullscreen() local
429 winHeight = mHeight; in setFullscreen()
455 unsigned int* winWidth, unsigned int* winHeight) in adjustWindow() argument
462 *winHeight = rc.bottom - rc.top; in adjustWindow()
485 unsigned int winWidth, winHeight; in _finishSwitchingFullscreen() local
486 adjustWindow(mWidth, mHeight, &winWidth, &winHeight); in _finishSwitchingFullscreen()
499 int top = screenh > winHeight ? ((screenh - winHeight) / 2) : 0; in _finishSwitchingFullscreen()
[all …]
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/Direct3D9/src/
H A DOgreD3D9RenderWindow.cpp254 unsigned int winWidth, winHeight; in create() local
256 winHeight = height; in create()
267 uint32 outerh = (winHeight < screenh)? winHeight : screenh; in create()
421 unsigned int winWidth, winHeight; in setFullscreen() local
423 winHeight = mHeight; in setFullscreen()
449 unsigned int* winWidth, unsigned int* winHeight) in adjustWindow() argument
456 *winHeight = rc.bottom - rc.top; in adjustWindow()
479 unsigned int winWidth, winHeight; in _finishSwitchingFullscreen() local
493 int top = screenh > winHeight ? ((screenh - winHeight) / 2) : 0; in _finishSwitchingFullscreen()
730 unsigned int winWidth, winHeight; in resize() local
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/video_render/linux/
H A Dvideo_x11_channel.cc142 unsigned int winWidth, winHeight, borderwidth, depth; in Init() local
145 &winHeight, &borderwidth, &depth) == 0) in Init()
151 _yPos = (int32_t) (winHeight * top); in Init()
153 _outHeight = (int32_t) (winHeight * (bottom - top)); in Init()
166 if (CreateLocalRenderer(winWidth, winHeight) == -1) in Init()
186 unsigned int winWidth, winHeight, borderwidth, depth; in ChangeWindow() local
189 &winHeight, &borderwidth, &depth) == -1) in ChangeWindow()
194 _yPos = (int) (winHeight * _top); in ChangeWindow()
196 _outHeight = (int) (winHeight * (_bottom - _top)); in ChangeWindow()
/dports/games/el/Eternal-Lands-1.9.5.9-1/
H A Dserverpopup.c297 int winWidth, winHeight; in set_actual_window_size() local
308 winHeight = get_non_text_height(); in set_actual_window_size()
312 winHeight = text_widget_height + get_non_text_height(); in set_actual_window_size()
316 if (winHeight > window_height - unusable_height - ((actual_scroll_width) ? win->title_height : 0)) in set_actual_window_size()
318 winHeight = window_height - unusable_height - ((actual_scroll_width) ? win->title_height : 0); in set_actual_window_size()
319 text_widget_height = winHeight - get_non_text_height(); in set_actual_window_size()
346 resize_window(server_popup_win, winWidth, winHeight); in set_actual_window_size()
367 int winHeight = 0; in display_server_popup_win() local
411 0, 0, winWidth, winHeight, win_property_flags); in display_server_popup_win()
/dports/games/critterding/critterding-beta12/src/scenes/entities/
H A Dcamera.cpp22 glViewport(0,0,*settings->winWidth,*settings->winHeight); in place()
27 float nheight = 0.05f * ((float)(*settings->winHeight) / *settings->winWidth); in place()
49 *settings->winHeight/8 in follow()
54 float nheight = 0.05f * ((float)(*settings->winHeight) / *settings->winWidth); in follow()
220 upRay *= directionlength * ((float)*settings->winHeight / *settings->winWidth); in getScreenDirection()
224 rayTo -= y * (upRay * (1.0f/((float)*settings->winHeight))); in getScreenDirection()

1234567891011