Home
last modified time | relevance | path

Searched refs:tgtSize (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/cenon/Cenon/VHFImport/
H A DSVGImport.h51 NSSize tgtSize; // target size in point variable
H A DSVGImport.m566 scale = tgtSize.width / viewRect.size.width;
620 tgtSize = viewRect.size;
622 { tgtSize.width = coordFromString([attributeDict stringForKey:@"width" ]);
623 tgtSize.height = coordFromString([attributeDict stringForKey:@"height"]);
625 while ( tgtSize.width > 10000 || tgtSize.height > 10000 )
626 { tgtSize.width /= 10.0;
627 tgtSize.height /= 10.0;
631 { scale = tgtSize.width / viewRect.size.width;
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/cmd/
H A Ddifference.go259 srcSize, tgtSize := srcCtnt.Size, tgtCtnt.Size
272 if srcSize != tgtSize {
/dports/math/vampire/vampire-4.5.1/Indexing/
H A DCodeTree.cpp476 size_t tgtSize=sizeof(CodeOp*)*length; in FixedSearchStruct() local
478 ALLOC_KNOWN(tgtSize, "CodeTree::FixedSearchStruct::targets")); in FixedSearchStruct()
485 size_t tgtSize=sizeof(CodeOp*)*length; in ~FixedSearchStruct() local
486 DEALLOC_KNOWN(targets, tgtSize, "CodeTree::FixedSearchStruct::targets"); in ~FixedSearchStruct()
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/sbv-8.12/Data/SBV/Compilers/
H A DC.hs877 | tgtSize < 8 || tgtSize `mod` 8 /= 0
885 tgtSize = hi - lo + 1 function
886 signChange = srcSize == tgtSize
891 | True = "(SWord" ++ show tgtSize ++ ")"