Home
last modified time | relevance | path

Searched refs:maskNode (Results 1 – 25 of 30) sorted by relevance

12

/dports/games/flightgear/flightgear-2020.3.11/src/Scenery/
H A Dscenery.cxx245 SGPropertyNode_ptr maskNode = fgGetNode(root_node_path); in ~TextureCacheListener() local
246 for (int i = 0; i < maskNode->nChildren(); ++i) { in ~TextureCacheListener()
247 maskNode->getChild(i)->removeChangeListener(this); in ~TextureCacheListener()
279 SGPropertyNode_ptr maskNode = fgGetNode("/sim/rendering/draw-mask", true); in ScenerySwitchListener() local
280 maskNode->getChild("terrain", 0, true)->addChangeListener(this, true); in ScenerySwitchListener()
281 maskNode->getChild("models", 0, true)->addChangeListener(this, true); in ScenerySwitchListener()
282 maskNode->getChild("aircraft", 0, true)->addChangeListener(this, true); in ScenerySwitchListener()
283 maskNode->getChild("clouds", 0, true)->addChangeListener(this, true); in ScenerySwitchListener()
294 SGPropertyNode_ptr maskNode = fgGetNode("/sim/rendering/draw-mask"); in ~ScenerySwitchListener() local
295 for (int i=0; i < maskNode->nChildren(); ++i) { in ~ScenerySwitchListener()
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/cocoaint/src/spritekit/
H A DSKCropNode.inc15 function maskNode: SKNode; message 'maskNode';
/dports/math/vtk6/VTK-6.2.0/Common/DataModel/
H A DvtkIncrementalOctreePointLocator.h331 ( const double point[3], double radius2, vtkIncrementalOctreeNode * maskNode,
349 double radius2, vtkIncrementalOctreeNode * maskNode, double * minDist2 );
373 double radius2, vtkIncrementalOctreeNode * maskNode, double * minDist2 );
H A DvtkIncrementalOctreePointLocator.cxx447 ( const double point[3], double radius2, vtkIncrementalOctreeNode * maskNode, in FindClosestPointInSphere() argument
475 if ( ( childNode != maskNode ) in FindClosestPointInSphere()
567 vtkIncrementalOctreeNode * maskNode, double * minDist2 ) in FindClosestPointInSphereWithoutTolerance() argument
572 return this->FindClosestPointInSphere( point, radius2, maskNode, in FindClosestPointInSphereWithoutTolerance()
1150 vtkIncrementalOctreeNode * maskNode, double * minDist2 ) in FindClosestPointInSphereWithTolerance() argument
1153 return this->FindClosestPointInSphere( point, radius2, maskNode, in FindClosestPointInSphereWithTolerance()
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/
H A DvtkIncrementalOctreePointLocator.h373 ( const double point[3], double radius2, vtkIncrementalOctreeNode * maskNode,
392 double radius2, vtkIncrementalOctreeNode * maskNode, double * minDist2 );
418 double radius2, vtkIncrementalOctreeNode * maskNode, double * minDist2 );
H A DvtkIncrementalOctreePointLocator.cxx443 ( const double point[3], double radius2, vtkIncrementalOctreeNode * maskNode, in FindClosestPointInSphere() argument
471 if ( ( childNode != maskNode ) in FindClosestPointInSphere()
563 vtkIncrementalOctreeNode * maskNode, double * minDist2 ) in FindClosestPointInSphereWithoutTolerance() argument
568 return this->FindClosestPointInSphere( point, radius2, maskNode, in FindClosestPointInSphereWithoutTolerance()
1140 vtkIncrementalOctreeNode * maskNode, double * minDist2 ) in FindClosestPointInSphereWithTolerance() argument
1143 return this->FindClosestPointInSphere( point, radius2, maskNode, in FindClosestPointInSphereWithTolerance()
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkIncrementalOctreePointLocator.h392 vtkIncrementalOctreeNode* maskNode, double* minDist2, const double* refDist2);
409 const double point[3], double radius2, vtkIncrementalOctreeNode* maskNode, double* minDist2);
435 const double point[3], double radius2, vtkIncrementalOctreeNode* maskNode, double* minDist2);
H A DvtkIncrementalOctreePointLocator.cxx442 double radius2, vtkIncrementalOctreeNode* maskNode, double* minDist2, const double* refDist2) in FindClosestPointInSphere() argument
468 if ((childNode != maskNode) && in FindClosestPointInSphere()
552 const double point[3], double radius2, vtkIncrementalOctreeNode* maskNode, double* minDist2) in FindClosestPointInSphereWithoutTolerance() argument
557 return this->FindClosestPointInSphere(point, radius2, maskNode, minDist2, minDist2); in FindClosestPointInSphereWithoutTolerance()
1122 const double point[3], double radius2, vtkIncrementalOctreeNode* maskNode, double* minDist2) in FindClosestPointInSphereWithTolerance() argument
1125 return this->FindClosestPointInSphere(point, radius2, maskNode, minDist2, &radius2); in FindClosestPointInSphereWithTolerance()
/dports/games/scorched3d/scorched/src/server/server/
H A DServerBanned.cpp70 XMLNode *maskNode = 0, *timeNode = 0, *typeNode = 0; in load() local
74 if (currentNode->getNamedParameter("mask", maskNode, false)) in load()
77 if (sscanf(maskNode->getContent(), "%u.%u.%u.%u", in load()
82 maskNode->getContent())); in load()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/modules/skottie/src/
H A DLayer.cpp196 sk_sp<sksg::RenderNode> maskNode; in AttachMask() local
200 maskNode = rec.mask_adapter->makeMask(std::move(rec.mask_path)); in AttachMask()
208 maskNode = sksg::Group::Make(std::move(masks)); in AttachMask()
211 return sksg::MaskEffect::Make(std::move(childNode), std::move(maskNode)); in AttachMask()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/modules/skottie/src/
H A DLayer.cpp225 sk_sp<sksg::RenderNode> maskNode; in AttachMask() local
229 maskNode = rec.mask_adapter->makeMask(std::move(rec.mask_path)); in AttachMask()
237 maskNode = sksg::Group::Make(std::move(masks)); in AttachMask()
240 return sksg::MaskEffect::Make(std::move(childNode), std::move(maskNode)); in AttachMask()
/dports/misc/openvdb/openvdb-9.0.0/openvdb_houdini/openvdb_houdini/
H A DSOP_OpenVDB_Rasterize_Points.cc1129 MaskLeafNodeType& maskNode = *mNodes[n]; in operator ()() local
1130 if (maskNode.isEmpty()) continue; in operator ()()
1162 maskNode.setValuesOff(); in operator ()()
1444 mNode->topologyUnion(maskNode); in endNodeProcessing()
1513 void endNodeProcessing(const LeafNodeT& maskNode) in endNodeProcessing()
1515 mNode->topologyUnion(maskNode); in endNodeProcessing()
1635 const BoolLeafNodeType& maskNode = *nodes[n]; in cacheFrustumNodes() local
1638 maskNode.origin(), frustumTree.background(), false); in cacheFrustumNodes()
2100 const BoolLeafNodeType& maskNode = *mRegionMaskNodes[n]; in operator ()() local
2101 if (maskNode.isEmpty()) continue; in operator ()()
[all …]
H A DSOP_OpenVDB_Diagnostics.cc435 const BoolLeafNodeType& maskNode = *mMaskNodes[n]; in operator ()() local
439 for (typename BoolLeafNodeType::ValueOnCIter it = maskNode.cbeginValueOn(); it; ++it) { in operator ()()
546 const BoolLeafNodeType& maskNode = *mMaskNodes[n]; in operator ()() local
550 for (typename BoolLeafNodeType::ValueOnCIter it = maskNode.cbeginValueOn(); it; ++it) { in operator ()()
829 const BoolLeafNodeType& maskNode = *mMaskNodes[n]; in operator ()() local
830 LeafNodeType* node = acc.probeLeaf(maskNode.origin()); in operator ()()
834 for (ValueOnCIter it = maskNode.cbeginValueOn(); it; ++it) { in operator ()()
839 for (ValueOnCIter it = maskNode.cbeginValueOn(); it; ++it) { in operator ()()
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/tools/
H A DLevelSetUtil.h1658 BoolLeafNodeType& maskNode = *mMaskNodes[n]; in operator() local
1659 if (maskNode.isEmpty()) continue; in operator()
1661 Coord ijk = maskNode.origin(), nijk; in operator()
1694 nijk = ijk + maskNode.origin(); in operator()
1782 BoolLeafNodeType& maskNode = *mMaskNodes[n]; in operator() local
1784 const LeafNodeType * distNode = distAcc.probeConstLeaf(maskNode.origin()); in operator()
1788 NodeMaskType& narrowbandMask = maskNode.getValueMask(); in operator()
2034 const BoolLeafNodeType& maskNode = *mMaskNodes[n]; in operator() local
2035 if (maskNode.isEmpty()) continue; in operator()
2037 const Coord& ijk = maskNode.origin(); in operator()
[all …]
H A DMeshToVolume.h2302 BoolLeafNodeType& maskNode = *maskAcc.touchLeaf(node.origin()); in operator() local
2312 if (!node.isValueOn(npos)) maskNode.setValueOn(npos); in operator()
2320 if (!node.isValueOn(npos)) maskNode.setValueOn(npos); in operator()
2328 if (!node.isValueOn(npos)) maskNode.setValueOn(npos); in operator()
2336 if (!node.isValueOn(npos)) maskNode.setValueOn(npos); in operator()
2344 if (!node.isValueOn(npos)) maskNode.setValueOn(npos); in operator()
2352 if (!node.isValueOn(npos)) maskNode.setValueOn(npos); in operator()
2471 BoolLeafNodeType& maskNode = *mMaskNodes[n]; in operator() local
2472 if (maskNode.isEmpty()) continue; in operator()
2476 const Coord& origin = maskNode.origin(); in operator()
[all …]
H A DVolumeToMesh.h1929 const BoolLeafNodeType * maskNode = maskAcc.probeConstLeaf(origin); in operator() local
1930 if (!maskNode) continue; in operator()
1937 if (maskNode->isValueOn(offset)) { in operator()
3549 const BoolLeafNodeType * maskNode = maskTreeAcc.probeConstLeaf(node.origin()); in operator() local
3551 if (maskNode) { in operator()
3554 if (maskNode->getValue(pos)) { in operator()
3601 const BoolLeafNodeType * maskNode = maskTreeAcc.probeConstLeaf(node.origin()); in operator() local
3603 if (maskNode) { in operator()
3607 if (maskNode->isValueOn(pos) == maskState) { in operator()
3798 const BoolLeafNodeType& maskNode = *mIntersectionNodes[n]; in operator() local
[all …]
/dports/www/dojo/dojo-release-1.12.2/dojox/mobile/
H A DScrollablePane.js.map7 …","len","childNodes","length","appendChild","firstChild","node","mask","maskNode","domNode","setSe…
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/modules/
H A DFinderHighlighter.jsm70 maskNode: [
1114 let maskNode = document.createElementNS(kNSHTML, "div");
1115 maskNode.setAttribute("id", kMaskId);
1117 … mockAnonymousContentNode((document.body || document.documentElement).appendChild(maskNode)) :
1118 document.insertAnonymousContent(maskNode);
1125 let maskStyle = this._getStyleString(kModalStyles.maskNode,
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/modules/
H A DFinderHighlighter.jsm99 maskNode: [
1360 let maskNode = document.createElementNS(kNSHTML, "div");
1361 maskNode.setAttribute("id", kMaskId);
1364 (document.body || document.documentElement).appendChild(maskNode)
1366 : document.insertAnonymousContent(maskNode);
1378 kModalStyles.maskNode,
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/modules/
H A DFinderHighlighter.jsm67 maskNode: [
1146 let maskNode = document.createElementNS(kNSHTML, "div");
1147 maskNode.setAttribute("id", kMaskId);
1149 … mockAnonymousContentNode((document.body || document.documentElement).appendChild(maskNode)) :
1150 document.insertAnonymousContent(maskNode);
1157 let maskStyle = this._getStyleString(kModalStyles.maskNode,
/dports/www/firefox/firefox-99.0/toolkit/modules/
H A DFinderHighlighter.jsm99 maskNode: [
1503 let maskNode = document.createElementNS(kNSHTML, "div");
1504 maskNode.setAttribute("id", kMaskId);
1507 (document.body || document.documentElement).appendChild(maskNode)
1509 : document.insertAnonymousContent(maskNode);
1521 kModalStyles.maskNode,
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/modules/
H A DFinderHighlighter.jsm99 maskNode: [
1481 let maskNode = document.createElementNS(kNSHTML, "div");
1482 maskNode.setAttribute("id", kMaskId);
1485 (document.body || document.documentElement).appendChild(maskNode)
1487 : document.insertAnonymousContent(maskNode);
1499 kModalStyles.maskNode,
/dports/www/firefox-esr/firefox-91.8.0/toolkit/modules/
H A DFinderHighlighter.jsm99 maskNode: [
1481 let maskNode = document.createElementNS(kNSHTML, "div");
1482 maskNode.setAttribute("id", kMaskId);
1485 (document.body || document.documentElement).appendChild(maskNode)
1487 : document.insertAnonymousContent(maskNode);
1499 kModalStyles.maskNode,
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/asmjs/
H A DAsmJSValidate.cpp3011 ParseNode* maskNode = BitwiseRight(*indexExpr); in FoldMaskedArrayIndex() local
3014 if (IsLiteralOrConstInt(f, maskNode, &mask2)) { in FoldMaskedArrayIndex()
3979 ParseNode* maskNode = BitwiseRight(indexExpr); in CheckFuncPtrCall() local
3982 if (!IsLiteralInt(f.m(), maskNode, &mask) || mask == UINT32_MAX || !IsPowerOfTwo(mask + 1)) in CheckFuncPtrCall()
3983 … return f.fail(maskNode, "function-pointer table index mask value must be a power of two minus 1"); in CheckFuncPtrCall()
6206 ParseNode* maskNode = BitwiseRight(cond1); in CheckHeapLengthCondition() local
6207 if (!IsLiteralInt(m, maskNode, mask)) in CheckHeapLengthCondition()
6208 return m.fail(maskNode, "expecting integer literal mask"); in CheckHeapLengthCondition()
6210 return m.fail(maskNode, "invalid mask value"); in CheckHeapLengthCondition()
6212 return m.fail(maskNode, "mask value must have the bits 0xffffff set"); in CheckHeapLengthCondition()
/dports/www/firefox-esr/firefox-91.8.0/js/src/wasm/
H A DAsmJS.cpp4105 ParseNode* maskNode = BitwiseRight(indexExpr); in CheckFuncPtrCall() local
4108 if (!IsLiteralInt(f.m(), maskNode, &mask) || mask == UINT32_MAX || in CheckFuncPtrCall()
4110 return f.fail(maskNode, in CheckFuncPtrCall()

12