Home
last modified time | relevance | path

Searched refs:tcx (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/poly2tri/sweep/
H A Dsweep.cpp41 void Sweep::Triangulate(SweepContext& tcx) in Triangulate() argument
43 tcx.InitTriangulation(); in Triangulate()
44 tcx.CreateAdvancingFront(nodes_); in Triangulate()
46 SweepPoints(tcx); in Triangulate()
48 FinalizationPolygon(tcx); in Triangulate()
51 void Sweep::SweepPoints(SweepContext& tcx) in SweepPoints() argument
53 for (int i = 1; i < tcx.point_count(); i++) { in SweepPoints()
54 Point& point = *tcx.GetPoint(i); in SweepPoints()
55 Node* node = &PointEvent(tcx, point); in SweepPoints()
57 EdgeEvent(tcx, point.edge_list[i], node); in SweepPoints()
[all …]
H A Dsweep.h61 void Triangulate(SweepContext& tcx);
75 void SweepPoints(SweepContext& tcx);
86 Node& PointEvent(SweepContext& tcx, Point& point);
95 void EdgeEvent(SweepContext& tcx, Edge* edge, Node* node);
97 void EdgeEvent(SweepContext& tcx, Point& ep, Point& eq, Triangle* triangle, Point& point);
107 Node& NewFrontTriangle(SweepContext& tcx, Point& point, Node& node);
114 void Fill(SweepContext& tcx, Node& node);
119 bool Legalize(SweepContext& tcx, Triangle& t);
170 void FillAdvancingFront(SweepContext& tcx, Node& n);
200 void FillBasin(SweepContext& tcx, Node& node);
[all …]
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dctl_reg.h84 unsigned long tcx : 1; /* Transactional-Execution control */ member
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A DMakefile54 obj-$(CONFIG_FB_TCX) += tcx.o sbuslib.o
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dptrace.c59 cr0_new.tcx = 1; in update_cr_regs()
61 cr0_new.tcx = 0; in update_cr_regs()
/OK3568_Linux_fs/buildroot/
H A DCHANGES9484 xdriver_xf86-video-sun{cg14,cg3,cg6,ffb,leo,tcx},