Home
last modified time | relevance | path

Searched refs:anchorInfo (Results 1 – 3 of 3) sorted by relevance

/dports/misc/usd/USD-21.11/pxr/usd/usd/
H A DclipSetDefinition.cpp324 _AnchorInfo anchorInfo; member
365 clipSet->anchorInfo = _ClipSet::_AnchorInfo { in _RecordAnchorInfo()
496 if (it->second.anchorInfo.layerStack) { in _ResolveClipSetsInNode()
497 it->second.anchorInfo.layerStackOrder = in _ResolveClipSetsInNode()
528 if (!composedClipSet.anchorInfo.layerStack) { in Usd_ComputeClipSetDefinitionsForPrimIndex()
529 composedClipSet.anchorInfo = nodeClipSet.anchorInfo; in Usd_ComputeClipSetDefinitionsForPrimIndex()
539 if (!it->second.anchorInfo.layerStack) { in Usd_ComputeClipSetDefinitionsForPrimIndex()
561 return std::tie(x.anchorInfo.layerStack, x.anchorInfo.primPath, in Usd_ComputeClipSetDefinitionsForPrimIndex()
563 std::tie(y.anchorInfo.layerStack, y.anchorInfo.primPath, in Usd_ComputeClipSetDefinitionsForPrimIndex()
564 y.anchorInfo.layerStackOrder); in Usd_ComputeClipSetDefinitionsForPrimIndex()
[all …]
/dports/www/grafana8/grafana-8.3.6/public/app/features/panel/panellinks/specs/
H A Dlink_srv.test.ts204 const anchorInfo = { constant
208 expect(linkSrv.getLinkUrl(anchorInfo)).toBe('about:blank');
214 expect(linkSrv.getLinkUrl(anchorInfo)).toBe(anchorInfo.url);
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/utils/
H A Dfilepath.cpp1041 const QFileInfo anchorInfo(anchor.m_data); in relativePath() local
1043 if (anchorInfo.isFile()) in relativePath()
1044 absoluteAnchorPath = anchorInfo.absolutePath(); in relativePath()
1045 else if (anchorInfo.isDir()) in relativePath()
1046 absoluteAnchorPath = anchorInfo.absoluteFilePath(); in relativePath()