Home
last modified time | relevance | path

Searched refs:scaledx (Results 1 – 18 of 18) sorted by relevance

/dports/games/odamex/odamex-src-0.7.0/client/src/
H A Dhu_mousegraph.cpp62 int scaledx, scaledy, in, color; in drawPlot() local
83 scaledx = (mousex[in] * (MAX_HISTORY_TICS / 2)) / limit; in drawPlot()
91 screen->Clear(xc + scaledx - 1, yc - scaledy - 1, xc + scaledx, yc - scaledy, color); in drawPlot()
97 int scaledx, scaledy, in; in drawLine() local
118 scaledx = (mousex[in] * (MAX_HISTORY_TICS / 2)) / limit; in drawLine()
122 screen->Clear(xc + scaledx - 1, y2 - i - 1, xc + scaledx, y2 - i, 176); in drawLine()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/msw/
H A Duiaction.cpp69 DWORD scaledx = static_cast<DWORD>(ceil(x * 65535.0 / (displayx-1))); in MouseMove() local
71 mouse_event(MOUSEEVENTF_ABSOLUTE | MOUSEEVENTF_MOVE, scaledx, scaledy, 0, 0); in MouseMove()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/msw/
H A Duiaction.cpp69 DWORD scaledx = static_cast<DWORD>(ceil(x * 65535.0 / (displayx-1))); in MouseMove() local
71 mouse_event(MOUSEEVENTF_ABSOLUTE | MOUSEEVENTF_MOVE, scaledx, scaledy, 0, 0); in MouseMove()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/msw/
H A Duiaction.cpp96 DWORD scaledx = static_cast<DWORD>(ceil(x * 65535.0 / (displayx-1))); in MouseMove() local
98 mouse_event(MOUSEEVENTF_ABSOLUTE | MOUSEEVENTF_MOVE, scaledx, scaledy, 0, 0); in MouseMove()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_file/
H A Dfile_draw.c231 float scaledx, scaledy; in file_draw_preview() local
245 scaledx = (float)layout->prv_w; in file_draw_preview()
247 scale = scaledx / imb->x; in file_draw_preview()
251 scaledx = ((float)imb->x / (float)imb->y) * layout->prv_h; in file_draw_preview()
256 scaledx = ui_imbx; in file_draw_preview()
261 ex = (int)scaledx; in file_draw_preview()
349 icon_x = xco + ((typeflags & FILE_TYPE_DIR) ? 0.14f : 0.23f) * scaledx; in file_draw_preview()
/dports/audio/spectmorph/spectmorph-0.5.2/inspector/
H A Dsmtimefreqview.cc178 int scaledx[destw]; in zoom_rect() local
181 scaledx[x] = sm_round_positive ((x + destx) * hzoom_inv); in zoom_rect()
191 size_t outx = scaledx[x]; in zoom_rect()
/dports/devel/libarea/libarea-2752cd9/kbool/src/
H A Dbooleng.cpp433 double scaledx = x * m_DGRID * m_GRID; in AddPoint() local
436 if ( scaledx > MAXB_INT || scaledx < MINB_INT ) in AddPoint()
/dports/graphics/blender/blender-2.91.0/source/blender/imbuf/intern/
H A Dthumbs.c342 float scaledx, scaledy; in thumb_create_ex() local
431 scaledx = (float)tsize; in thumb_create_ex()
436 scaledx = ((float)img->x / (float)img->y) * tsize; in thumb_create_ex()
438 ex = (short)scaledx; in thumb_create_ex()
/dports/lang/spidermonkey78/firefox-78.9.0/browser/locales/en-US/browser/
H A DpageInfo.ftl220 # $scaledx (number) - The scaled horizontal size of an image
223 .value = { $dimx }px × { $dimy }px (scaled to { $scaledx }px × { $scaledy }px)
/dports/www/firefox/firefox-99.0/browser/locales/en-US/browser/
H A DpageInfo.ftl223 # $scaledx (number) - The scaled horizontal size of an image
226 .value = { $dimx }px × { $dimy }px (scaled to { $scaledx }px × { $scaledy }px)
/dports/www/firefox-esr/firefox-91.8.0/browser/locales/en-US/browser/
H A DpageInfo.ftl223 # $scaledx (number) - The scaled horizontal size of an image
226 .value = { $dimx }px × { $dimy }px (scaled to { $scaledx }px × { $scaledy }px)
/dports/mail/thunderbird/thunderbird-91.8.0/browser/locales/en-US/browser/
H A DpageInfo.ftl223 # $scaledx (number) - The scaled horizontal size of an image
226 .value = { $dimx }px × { $dimy }px (scaled to { $scaledx }px × { $scaledy }px)
/dports/graphics/blender/blender-2.91.0/source/blender/editors/render/
H A Drender_preview.c1018 float scaledx, scaledy; in icon_copy_rect() local
1034 scaledx = (float)w; in icon_copy_rect()
1038 scaledx = ((float)ima->x / (float)ima->y) * (float)h; in icon_copy_rect()
1042 ex = (short)scaledx; in icon_copy_rect()
/dports/devel/notcurses/notcurses-3.0.1/doc/
H A DHACKING.md340 * `scaledy`/`scaledx`: size of scaled output, derived from target plane and
348 due to Sixel requirements. `outputx` will currently always equal `scaledx`.
349 the relationship of `inputy`/`inputx` to `scaledy`/`scaledx` is as follows:
352 * `NCSCALE_SCALE`: `scaledy` = `inputy` * *F*, `scaledx` = `inputx` * *F*, where
/dports/games/iortcw/iortcw-1.51c/SP/code/ui/
H A Dui_main.c1379 float scaledx = rect->x * ( 480.0 / 640.0 ) + ( DC->xBias / DC->xscaleStretch); in UI_DrawClanCinematic() local
1382 trap_CIN_SetExtents( uiInfo.teamList[i].cinematic, scaledx, rect->y, scaledw, rect->h ); in UI_DrawClanCinematic()
1417 float scaledx = rect->x * ( 480.0 / 640.0 ) + ( DC->xBias / DC->xscaleStretch); in UI_DrawPregameCinematic() local
1420 trap_CIN_SetExtents( uiInfo.previewMovie, scaledx, rect->y, scaledw, rect->h ); in UI_DrawPregameCinematic()
1449 float scaledx = rect->x * ( 480.0 / 640.0 ) + ( DC->xBias / DC->xscaleStretch); in UI_DrawPreviewCinematic() local
1452 trap_CIN_SetExtents( uiInfo.previewMovie, scaledx, rect->y, scaledw, rect->h ); in UI_DrawPreviewCinematic()
1779 float scaledx = rect->x * ( 480.0 / 640.0 ) + ( DC->xBias / DC->xscaleStretch); in UI_DrawMapCinematic() local
1782 trap_CIN_SetExtents( uiInfo.mapList[map].cinematic, scaledx, rect->y, scaledw, rect->h ); in UI_DrawMapCinematic()
1915 float scaledx = rect->x * ( 480.0 / 640.0 ) + ( DC->xBias / DC->xscaleStretch); in UI_DrawNetMapCinematic() local
6640 float scaledx = x * ( 480.0 / 640.0 ) + ( DC->xBias / DC->xscaleStretch); in UI_DrawCinematic() local
[all …]
/dports/games/iortcw/iortcw-1.51c/MP/code/ui/
H A Dui_main.c1609 float scaledx = rect->x * ( 480.0 / 640.0 ) + ( DC->xBias / DC->xscaleStretch); in UI_DrawClanCinematic() local
1612 trap_CIN_SetExtents( uiInfo.teamList[i].cinematic, scaledx, rect->y, scaledw, rect->h ); in UI_DrawClanCinematic()
1646 float scaledx = rect->x * ( 480.0 / 640.0 ) + ( DC->xBias / DC->xscaleStretch); in UI_DrawPreviewCinematic() local
1649 trap_CIN_SetExtents( uiInfo.previewMovie, scaledx, rect->y, scaledw, rect->h ); in UI_DrawPreviewCinematic()
1790 float scaledx = rect->x * ( 480.0 / 640.0 ) + ( DC->xBias / DC->xscaleStretch); in UI_DrawMapCinematic() local
1793 trap_CIN_SetExtents( uiInfo.mapList[map].cinematic, scaledx, rect->y, scaledw, rect->h ); in UI_DrawMapCinematic()
1935 float scaledx = rect->x * ( 480.0 / 640.0 ) + ( DC->xBias / DC->xscaleStretch); in UI_DrawNetMapCinematic() local
1938 …trap_CIN_SetExtents( uiInfo.serverStatus.currentServerCinematic, scaledx, rect->y, scaledw, rect->… in UI_DrawNetMapCinematic()
6853 float scaledx = x * ( 480.0 / 640.0 ) + ( DC->xBias / DC->xscaleStretch); in UI_DrawCinematic() local
6856 trap_CIN_SetExtents( handle, scaledx, y, scaledw, h ); in UI_DrawCinematic()
/dports/devel/notcurses/notcurses-3.0.1/src/lib/
H A Dinternal.h395 int scaledy, int scaledx, const blitterargs* bargs);
/dports/math/libpgmath/flang-d07daf3/runtime/flang/
H A Dmiscsup_com.c4671 ENTF90(SCALEDX, scaledx)(__REAL8_T d, __INT_T i) argument