Home
last modified time | relevance | path

Searched refs:SetStitchData (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/opensubdiv/hbr/
H A Dhalfedge.h351 void SetStitchData(void* data) { in SetStitchData() function
352 GetMesh()->SetStitchData(this, data); in SetStitchData()
355 opposite->GetMesh()->SetStitchData(opposite, data); in SetStitchData()
516 mesh->SetStitchData(this, opposite->GetStitchData()); in Initialize()
H A Dmesh.h316 void SetStitchData(const HbrHalfedge<T>* edge, void *data) { in SetStitchData() function