Home
last modified time | relevance | path

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

/dports/math/dune-alugrid/dune-alugrid-08c6496d4d4a33df6456c3b402182f353dc2e76d/dune/alugrid/impl/serial/
H A Dgitter_sti.cc444 FaceIterator wface (*this); in tovtkImpl() local
448 const int nFaces = showface ? wface->size() : 0; in tovtkImpl()
544 for (wface->first (); ! wface->done (); wface->next ()) in tovtkImpl()
546 myhface_t* item = ((myhface_t *) &wface->item ()); in tovtkImpl()
607 for (wface->first (); ! wface->done (); wface->next ()) in tovtkImpl()
609 myhface_t* item = ((myhface_t *) &wface->item ()); in tovtkImpl()
/dports/cad/ngspice_rework/ngspice-35/src/frontend/wdisp/
H A Dwindisp.c241 wchar_t wface[32]; in WIN_Init() local
242 swprintf(wface, 32, L"%S", facename); in WIN_Init()
243 (void)lstrcpyW(lfw.lfFaceName, wface); in WIN_Init()
1105 wchar_t wface[32]; in WIN_Text() local
1121 swprintf(wface, 32, L"%S", facename); in WIN_Text()
1122 (void)lstrcpyW(lfw.lfFaceName, wface); in WIN_Text()
/dports/graphics/blender/blender-2.91.0/source/blender/freestyle/intern/view_map/
H A DViewMapBuilder.cpp1690 WFace *wface = (WFace *)((*p)->userdata); in ComputeRayCastingVisibility() local
1691 ViewShape *vshape = ioViewMap->viewShape(wface->GetVertex(0)->shape()->GetId()); in ComputeRayCastingVisibility()
1808 WFace *wface = (WFace *)((*p)->userdata); in ComputeFastRayCastingVisibility() local
1809 ViewShape *vshape = ioViewMap->viewShape(wface->GetVertex(0)->shape()->GetId()); in ComputeFastRayCastingVisibility()
1875 WFace *wface = (WFace *)(aFace->userdata); in ComputeVeryFastRayCastingVisibility() local
1876 ViewShape *vshape = ioViewMap->viewShape(wface->GetVertex(0)->shape()->GetId()); in ComputeVeryFastRayCastingVisibility()