Home
last modified time | relevance | path

Searched refs:yPage (Results 1 – 15 of 15) sorted by relevance

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/windows/
H A DAbout.cpp263 int32_t yPage = w->windowPos.y + w->widgets[WIDX_PAGE_BACKGROUND].top + 5; in window_about_rct2_paint() local
265 auto screenCoords = ScreenCoordsXY{ w->windowPos.x + 200, yPage + 5 }; in window_about_rct2_paint()
289 …gfx_draw_sprite(dpi, ImageId(SPR_CREDITS_CHRIS_SAWYER_SMALL), { w->windowPos.x + 92, yPage + 24 }); in window_about_rct2_paint()
/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfv_FrameEdit.cpp541 UT_sint32 xPage,yPage; in setDragType() local
544 m_pView->getPageScreenOffsets(pPage,xPage,yPage); in setDragType()
567 UT_sint32 iTop = yPage + pFCon->getFullY(); in setDragType()
568 UT_sint32 iBot = yPage + pFCon->getFullY() + pFCon->getFullHeight(); in setDragType()
1413 UT_sint32 xPage,yPage; in drawFrame() local
1414 m_pView->getPageScreenOffsets(pPage,xPage,yPage); in drawFrame()
1416 da.yoff = yPage + m_pFrameContainer->getY(); in drawFrame()
H A Dfv_View.cpp10204 UT_sint32 xPage,yPage; in _getMouseContext() local
10205 getPageScreenOffsets(pPage,xPage,yPage); in _getMouseContext()
10210 UT_sint32 iTop = yPage + pFCon->getFullY(); in _getMouseContext()
10211 UT_sint32 iBot = yPage + pFCon->getFullY() + pFCon->getFullHeight(); in _getMouseContext()
/dports/biology/canu/canu-2.2/src/pipelines/
H A Ddraw-tig.pl292 my $yPage = $yBorder + ($nReads - 1) * $ySpacing + $yBorder;
302 height => "${yPage}");
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/win32/windows-gui/ver1/
H A Dwinsysdp.c1324 int xPage,yPage,xOffs,yOffs,q,lo=0,hi=0; in my_print() local
1332 yPage = GetDeviceCaps (hPrnDC, VERTRES); in my_print()
1339 yOffs = yPage/10; in my_print()
1345 SetViewportExtEx(hPrnDC,xPage-2*xOffs,yPage-2*yOffs,NULL); in my_print()
1349 SetViewportExt(hPrnDC,xPage-2*xOffs,yPage-2*yOffs); in my_print()
1382 int xPage,yPage,xOffs,yOffs,q,lo=0,hi=0,sn,zn; in copy_metafile() local
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/win32/windows-gui/save/
H A Dwinsysdp.c1324 int xPage,yPage,xOffs,yOffs,q,lo=0,hi=0; in my_print() local
1332 yPage = GetDeviceCaps (hPrnDC, VERTRES); in my_print()
1339 yOffs = yPage/10; in my_print()
1345 SetViewportExtEx(hPrnDC,xPage-2*xOffs,yPage-2*yOffs,NULL); in my_print()
1349 SetViewportExt(hPrnDC,xPage-2*xOffs,yPage-2*yOffs); in my_print()
1382 int xPage,yPage,xOffs,yOffs,q,lo=0,hi=0,sn,zn; in copy_metafile() local
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/win32/windows-gui/
H A Dwinsysdp.c1362 int xPage,yPage,xOffs,yOffs,q,lo=0,hi=0; in my_print() local
1370 yPage = GetDeviceCaps (hPrnDC, VERTRES); in my_print()
1377 yOffs = yPage/10; in my_print()
1383 SetViewportExtEx(hPrnDC,xPage-2*xOffs,yPage-2*yOffs,NULL); in my_print()
1387 SetViewportExt(hPrnDC,xPage-2*xOffs,yPage-2*yOffs); in my_print()
1420 int xPage,yPage,xOffs,yOffs,q,lo=0,hi=0,sn,zn; in copy_metafile() local
H A Dwinsysdp.old1324 int xPage,yPage,xOffs,yOffs,q,lo=0,hi=0;
1332 yPage = GetDeviceCaps (hPrnDC, VERTRES);
1339 yOffs = yPage/10;
1345 SetViewportExtEx(hPrnDC,xPage-2*xOffs,yPage-2*yOffs,NULL);
1349 SetViewportExt(hPrnDC,xPage-2*xOffs,yPage-2*yOffs);
/dports/graphics/qgis/qgis-3.22.3/src/core/layout/
H A Dqgslayoutsnapper.cpp216 double yPage = pagePoint.y(); //y-coordinate relative to current page in snapPointsToGrid() local
223 int yRatio = static_cast< int >( ( yPage - gridOffset.y() ) / gridRes + 0.5 ); //NOLINT in snapPointsToGrid()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/layout/
H A Dqgslayoutsnapper.cpp216 double yPage = pagePoint.y(); //y-coordinate relative to current page in snapPointsToGrid() local
223 int yRatio = static_cast< int >( ( yPage - gridOffset.y() ) / gridRes + 0.5 ); //NOLINT in snapPointsToGrid()
/dports/editors/lazarus/lazarus/components/virtualtreeview/
H A DVirtualTrees.pas30770 xPage, yPage: Integer; // Loop counter
30863 for yPage := 0 to yPageNum do
30874 SrcRect.Top := vPageHeight * yPage;
30886 if yPage <> yPageNum then
/dports/cad/zcad/zcad-8b8a693/cad_source/other/laz.virtualtreeview_package/
H A Dlaz.virtualtrees.pas31427 xPage, yPage: Integer; // Loop counter
31520 for yPage := 0 to yPageNum do
31531 SrcRect.Top := vPageHeight * yPage;
31543 if yPage <> yPageNum then
/dports/editors/lazarus-qt5/lazarus/components/virtualtreeview/
H A DVirtualTrees.pas30770 xPage, yPage: Integer; // Loop counter
30863 for yPage := 0 to yPageNum do
30874 SrcRect.Top := vPageHeight * yPage;
30886 if yPage <> yPageNum then
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/virtualtreeview/
H A Dlaz.virtualtrees.pas31547 xPage, yPage: Integer; // Loop counter
31640 for yPage := 0 to yPageNum do
31651 SrcRect.Top := vPageHeight * yPage;
31663 if yPage <> yPageNum then
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/virtualtreeview/
H A Dlaz.virtualtrees.pas31547 xPage, yPage: Integer; // Loop counter
31640 for yPage := 0 to yPageNum do
31651 SrcRect.Top := vPageHeight * yPage;
31663 if yPage <> yPageNum then