Home
last modified time | relevance | path

Searched refs:polyline (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/input/
H A Dshape.svg2 …<polyline transform="translate(-121.88 -68.4)" points="4200 3600 4200 3075 4950 2325 7425 2325 825…
3 …<polyline transform="translate(-121.88 -68.4)" points="4200 3675 4200 5400" fill="none" stroke="#0…
4 …<polyline transform="translate(-121.88 -68.4)" points="8250 3675 8250 5400" fill="none" stroke="#0…
5 …<polyline transform="translate(-121.88 -68.4)" points="3675 3600 8700 3600" fill="none" stroke="#0…
6 …<polyline transform="translate(-121.88 -68.4)" points="8775 3600 10200 3600" fill="none" stroke="#…
7 …<polyline transform="translate(-121.88 -68.4)" points="8325 3150 9075 3150" fill="none" stroke="#0…
8 …<polyline transform="translate(-121.88 -68.4)" points="7500 2325 10200 2325" fill="none" stroke="#…
9 …<polyline transform="translate(-121.88 -68.4)" points="3600 3600 3e3 3600" fill="none" stroke="#00…
10 …<polyline transform="translate(-121.88 -68.4)" points="4125 3075 3e3 3075" fill="none" stroke="#00…
11 …<polyline transform="translate(-121.88 -68.4)" points="4217 5400 8158 5400" fill="none" stroke="#0…
[all …]
H A Dinteractive.svg2 …<polyline transform="translate(-18.5,-16.294)" points="1200 3600 1800 3600 2400 4800 3e3 4800 4200…
4 …<polyline transform="translate(-18.5,-16.294)" points="1200 4800 4800 4800" fill="none" stroke="#0…
5 …<polyline transform="translate(-18.5,-16.294)" points="2400 4800 2400 6525 1950 7125 1950 7800" fi…
6 …<polyline transform="translate(-18.5,-16.294)" points="3e3 4800 3e3 6525 3600 7125 3600 7800" fill…
7 …<polyline transform="translate(-18.5,-16.294)" points="3837 5389 4125 5100 5400 5100" fill="none" …
8 …<polyline transform="translate(-18.5,-16.294)" points="3889 5292 3826 5398 3932 5334" fill="none" …
9 …<polyline transform="translate(-18.5,-16.294)" points="2112 4189 2400 3900 5400 3900" fill="none" …
10 …<polyline transform="translate(-18.5,-16.294)" points="2164 4092 2101 4198 2207 4134" fill="none" …
11 …<polyline transform="translate(-18.5,-16.294)" points="4800 5700 5400 5700" fill="none" stroke="#0…
12 …<polyline transform="translate(-18.5,-16.294)" points="1800 3600 5400 3600" fill="none" stroke="#0…
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/poly2tri/sweep/
H A Dsweep_context.cpp37 SweepContext::SweepContext(std::vector<Point*> polyline) : in SweepContext() argument
48 points_ = polyline; in SweepContext()
53 void SweepContext::AddHole(std::vector<Point*> polyline) in AddHole() argument
55 InitEdges(polyline); in AddHole()
56 for (unsigned int i = 0; i < polyline.size(); i++) { in AddHole()
57 points_.push_back(polyline[i]); in AddHole()
103 void SweepContext::InitEdges(std::vector<Point*> polyline) in InitEdges() argument
105 int num_points = polyline.size(); in InitEdges()
108 edge_list.push_back(new Edge(*polyline[i], *polyline[j])); in InitEdges()
H A Dcdt.cpp35 CDT::CDT(std::vector<Point*> polyline) in CDT() argument
37 sweep_context_ = new SweepContext(polyline); in CDT()
41 void CDT::AddHole(std::vector<Point*> polyline) in AddHole() argument
43 sweep_context_->AddHole(polyline); in AddHole()
H A Dsweep_context.h55 SweepContext(std::vector<Point*> polyline);
86 void AddHole(std::vector<Point*> polyline);
150 void InitEdges(std::vector<Point*> polyline);
H A Dcdt.h56 CDT(std::vector<Point*> polyline);
68 void AddHole(std::vector<Point*> polyline);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clip2tri/
H A Dclip2tri.cpp331 vector<p2t::Point*> polyline; in triangulateComplex() local
333polyline.push_back(new p2t::Point(F64(currentNode->Contour[j].X), F64(currentNode->Contour[j].Y))); in triangulateComplex()
335 polylinesRegistry.push_back(polyline); // Memory in triangulateComplex()
338 p2t::CDT* cdt = new p2t::CDT(polyline); in triangulateComplex()
387 vector<p2t::Point*> polyline = polylinesRegistry[i]; in triangulateComplex() local
388 deleteAndClear(polyline); in triangulateComplex()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/geojson_viewer/
H A Dmain.cpp152 …} else if (QDeclarativePolylineMapItem *polyline = qobject_cast<QDeclarativePolylineMapItem *>(kid… in toVariant() local
153 entry = toVariant(polyline); in toVariant()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-polyline_1.4.0.bb2 HOMEPAGE = "https://pypi.org/project/polyline/"
/OK3568_Linux_fs/buildroot/dl/qt5location/git/dist/
H A Dchanges-5.7.133 - [QTBUG-52610] Fixed incorrect map polyline drawing.
H A Dchanges-5.11.092 * [QTBUG-66692, QTBUG-66830] Fixed polyline geometry generation.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-core/packagegroups/
H A Dpackagegroup-meta-python.bb271 python3-polyline \
484 python3-polyline-ptest \
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/
H A Dmaps.qdoc94 \li A polyline made of an arbitrary list of \l {coordinate}{coordinates}.
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_ui/
H A Dtst_map_item_details.qml600 // polyline
H A Dtst_map_item.qml519 // polyline
/OK3568_Linux_fs/external/xserver/debian/
H A Dchangelog2598 * EXA: Fix off-by-one in polyline drawing (cherry-picked from upstream).
/OK3568_Linux_fs/external/xserver/
H A DChangeLog157653 EXA: Fix off-by-one in polyline drawing.