Home
last modified time | relevance | path

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

/dports/misc/usd/USD-21.11/pxr/usd/pcp/
H A DwrapMapFunction.cpp130 .def("ComposeOffset", &This::ComposeOffset, arg("offset")) in wrapMapFunction()
H A DmapFunction.h157 PcpMapFunction ComposeOffset(const SdfLayerOffset &newOffset) const;
H A DmapFunction.cpp474 PcpMapFunction::ComposeOffset(const SdfLayerOffset &offset) const in ComposeOffset() function in PcpMapFunction
H A Dcache.cpp527 dep.mapFunc = dep.mapFunc.ComposeOffset(*sublayerOffset); in FindSiteDependencies()
/dports/misc/usd/USD-21.11/pxr/usd/pcp/testenv/
H A DtestPcpMapFunction.py152 assert m5.ComposeOffset(m6.timeOffset).timeOffset == (offset1 * offset2)