Home
last modified time | relevance | path

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

/external/opencv3/modules/viz/src/
Dshapes.cpp1031 Mat path64; in WTrajectorySpheres() local
1032 _path.getMat().convertTo(path64, CV_64F); in WTrajectorySpheres()
1033 Affine3d *traj = path64.ptr<Affine3d>(); in WTrajectorySpheres()
1034 size_t total = path64.total(); in WTrajectorySpheres()
/external/skia/tests/
DPathOpsBuildUseTest.cpp987 SkPath path64(path); in build1_1() local
988 builder.add(path64, (SkPathOp) 2); in build1_1()