Home
last modified time | relevance | path

Searched refs:sheetSize (Results 1 – 25 of 29) sorted by relevance

12

/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vlayout/
H A Dvbestsquare_p.h48 VBestSquareData(const QSizeF &sheetSize, bool saveLength, bool isPortrait) in VBestSquareData() argument
50 sheetSize(sheetSize), in VBestSquareData()
54 data.bestSize = QSizeF(sheetSize.width()+10, sheetSize.height()+10); in VBestSquareData()
60 sheetSize(res.sheetSize), in VBestSquareData()
72 QSizeF sheetSize{};
H A Dvbestsquare.cpp50 VBestSquare::VBestSquare(QSizeF sheetSize, bool saveLength, bool isPortrait) in VBestSquare() argument
51 : d(new VBestSquareData(sheetSize, saveLength, isPortrait)) in VBestSquare()
H A Dvbestsquare.h46 VBestSquare(QSizeF sheetSize, bool saveLength, bool isPortrait);
/dports/games/openra/OpenRA-release-20200503/OpenRA.Game/Graphics/
H A DSheetBuilder.cs46 public static Sheet AllocateSheet(SheetType type, int sheetSize) in AllocateSheet() argument
48 return new Sheet(type, new Size(sheetSize, sheetSize)); in AllocateSheet()
64 public SheetBuilder(SheetType t, int sheetSize, int margin = 1) in SheetBuilder() argument
65 : this(t, () => AllocateSheet(t, sheetSize), margin) { } in SheetBuilder()
/dports/math/zegrapher/ZeGrapher-6832bd61291b3e82bc05233ae74e8d7556abe910/Widgets/
H A Dgraphsizeadjusments.cpp244 QSizeF sheetSize; in onStandardSheetSizeChange() local
259 sheetSize.setWidth(rect.width() / 10); in onStandardSheetSizeChange()
260 sheetSize.setHeight(rect.height() / 10); in onStandardSheetSizeChange()
266 sheetSize.setWidth(rect.width() / 10); in onStandardSheetSizeChange()
267 sheetSize.setHeight(rect.height() / 10); in onStandardSheetSizeChange()
273 sheetSize.setWidth(rect.width() / 10); in onStandardSheetSizeChange()
274 sheetSize.setHeight(rect.height() / 10); in onStandardSheetSizeChange()
280 ui->sheetWidthCm->setValue(sheetSize.width()); in onStandardSheetSizeChange()
281 ui->sheetHeightCm->setValue(sheetSize.height()); in onStandardSheetSizeChange()
/dports/math/openturns/openturns-1.18/lib/src/Base/Func/
H A DLinearCombinationHessian.cxx73 const UnsignedInteger sheetSize = p_evaluation_->getOutputDimension(); in hessian() local
74 SymmetricTensor result(p_evaluation_->getInputDimension(), sheetSize); in hessian()
80 for (UnsignedInteger k = 0; k < sheetSize; ++k) in hessian()
/dports/editors/ted/Ted-2.23/appFrame/
H A DappPrintDocument.c305 const int sheetSize= 0; in appPrintStartCommandRun() local
325 { (*ea->eaSuggestPageSetup)( pg, pj->pjPrivateData, sheetSize ); } in appPrintStartCommandRun()
405 const int sheetSize= 1; in appSaveToPs() local
422 { (*ea->eaSuggestPageSetup)( &pg, pj.pjPrivateData, sheetSize ); } in appSaveToPs()
H A DappPrintDialog.c1565 const int sheetSize= 0; in appRunPrintDialog() local
1605 { (*ea->eaSuggestPageSetup)( &pg, ed->edPrivateData, sheetSize ); } in appRunPrintDialog()
H A DappFrame.h369 int sheetSize );
/dports/security/keybase/client-v5.7.1/shared/common-adapters/
H A Demoji.d.ts10 declare function backgroundImageFn(set: string, sheetSize: number): string
/dports/graphics/tiled/tiled-1.7.2/src/plugins/tbin/tbin/
H A DTileSheet.hpp43 sf::Vector2i sheetSize; member
H A DMap.cpp133 ret.sheetSize = read< sf::Vector2i >( in ); in readTilesheet()
146 write( out, ts.sheetSize ); in writeTilesheet()
/dports/graphics/unpaper/unpaper-6.1/
H A Dunpaper.c78 int sheetSize[DIMENSIONS_COUNT] = { -1, -1 }; variable
421 parseSize(optarg, sheetSize, dpi); in main()
1065 if ( sheetSize[WIDTH] != -1 ) { in main()
1066 w = sheetSize[WIDTH]; in main()
1072 if ( sheetSize[HEIGHT] != -1 ) { in main()
1073 h = sheetSize[HEIGHT]; in main()
1348 if ((sheetSize[WIDTH] != -1) || (sheetSize[HEIGHT] != -1)) { in main()
1349 … printf("sheet size forced to: %d x %d pixels\n", sheetSize[WIDTH], sheetSize[HEIGHT]); in main()
H A Dunpaper.h136 extern int sheetSize[DIMENSIONS_COUNT];
/dports/www/firefox-esr/firefox-91.8.0/layout/generic/
H A DnsPageSequenceFrame.cpp323 nsSize sheetSize = aPresContext->GetPageSize(); in Reflow() local
325 std::swap(sheetSize.width, sheetSize.height); in Reflow()
339 LogicalSize(kidFrame->GetWritingMode(), sheetSize)); in Reflow()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/generic/
H A DnsPageSequenceFrame.cpp323 nsSize sheetSize = aPresContext->GetPageSize(); in Reflow() local
325 std::swap(sheetSize.width, sheetSize.height); in Reflow()
339 LogicalSize(kidFrame->GetWritingMode(), sheetSize)); in Reflow()
/dports/www/firefox/firefox-99.0/layout/generic/
H A DnsPageSequenceFrame.cpp337 nsSize sheetSize = aPresContext->GetPageSize(); in Reflow() local
339 std::swap(sheetSize.width, sheetSize.height); in Reflow()
353 LogicalSize(kidFrame->GetWritingMode(), sheetSize)); in Reflow()
/dports/editors/ted/Ted-2.23/Ted/
H A DtedApp.h124 int sheetSize );
H A DtedDocument.c754 int sheetSize ) in tedSuggestPageSetup() argument
760 if ( sheetSize ) in tedSuggestPageSetup()
/dports/emulators/mgba/mgba-0.9.2/src/platform/3ds/
H A Dgui-font.c42 tex->size = glyphInfo->sheetSize; in GUIFontCreate()
/dports/games/libretro-mgba/mgba-6186d45/src/platform/3ds/
H A Dgui-font.c41 tex->size = glyphInfo->sheetSize; in GUIFontCreate()
/dports/graphics/tiled/tiled-1.7.2/src/plugins/tbin/
H A Dtbinplugin.cpp285 ttilesheet.sheetSize.x = tilesheet->columnCount(); in write()
286 ttilesheet.sheetSize.y = tilesheet->rowCount(); in write()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/particles/
H A Dqquickimageparticle.cpp2062 QSizeF sheetSize = state->animSheetSize; in spritesUpdate() local
2063 qreal y = datum->animY / sheetSize.height(); in spritesUpdate()
2064 qreal w = datum->animWidth / sheetSize.width(); in spritesUpdate()
2065 qreal h = datum->animHeight / sheetSize.height(); in spritesUpdate()
2066 qreal x1 = datum->animX / sheetSize.width(); in spritesUpdate()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/particles/
H A Dqquickimageparticle.cpp2062 QSizeF sheetSize = state->animSheetSize; in spritesUpdate() local
2063 qreal y = datum->animY / sheetSize.height(); in spritesUpdate()
2064 qreal w = datum->animWidth / sheetSize.width(); in spritesUpdate()
2065 qreal h = datum->animHeight / sheetSize.height(); in spritesUpdate()
2066 qreal x1 = datum->animX / sheetSize.width(); in spritesUpdate()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/eeschema/sch_plugins/altium/
H A Daltium_parser_sch.h662 ASCH_SHEET_SIZE sheetSize; member

12