Home
last modified time | relevance | path

Searched refs:mPointList (Results 1 – 11 of 11) sorted by relevance

/dports/devel/simgear/simgear-2020.3.11/simgear/math/
H A Dbeziercurve.hxx48 mPointList.clear(); in subdivide()
49 mPointList.push_back( p1 ); in subdivide()
51 mPointList.push_back( p3 ); in subdivide()
55 mPointList.clear(); in subdivide()
56 mPointList.push_back( p1 ); in subdivide()
58 mPointList.push_back( p4 ); in subdivide()
63 PointList &pointList() { return mPointList; } in pointList()
64 const PointList &pointList() const { return mPointList; } in pointList()
78 mPointList.push_back( p123 ); in recursiveSubdivide()
94 mPointList.push_back( p1234 ); in recursiveSubdivide()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/svg/
H A DDOMSVGPointList.cpp80 mPointList(aPointList) { in AutoChangePointListNotifier()
82 MOZ_ASSERT(mPointList, "Expecting non-null pointList"); in AutoChangePointListNotifier()
83 mEmptyOrOldValue = mPointList->Element()->WillChangePointList(*this); in AutoChangePointListNotifier()
87 mPointList->Element()->DidChangePointList(mEmptyOrOldValue, *this); in ~AutoChangePointListNotifier()
88 if (mPointList->AttrIsAnimating()) { in ~AutoChangePointListNotifier()
89 mPointList->Element()->AnimationNeedsResample(); in ~AutoChangePointListNotifier()
94 DOMSVGPointList* const mPointList; member in mozilla::dom::AutoChangePointListNotifier
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/svg/
H A DDOMSVGPointList.cpp80 : mPointList(aPointList) in AutoChangePointListNotifier()
83 MOZ_ASSERT(mPointList, "Expecting non-null pointList"); in AutoChangePointListNotifier()
85 mPointList->Element()->WillChangePointList(); in AutoChangePointListNotifier()
90 mPointList->Element()->DidChangePointList(mEmptyOrOldValue); in ~AutoChangePointListNotifier()
91 if (mPointList->AttrIsAnimating()) { in ~AutoChangePointListNotifier()
92 mPointList->Element()->AnimationNeedsResample(); in ~AutoChangePointListNotifier()
97 DOMSVGPointList* const mPointList; member in mozilla::AutoChangePointListNotifier
/dports/lang/spidermonkey60/firefox-60.9.0/dom/svg/
H A DDOMSVGPointList.cpp75 : mPointList(aPointList) { in AutoChangePointListNotifier()
77 MOZ_ASSERT(mPointList, "Expecting non-null pointList"); in AutoChangePointListNotifier()
78 mEmptyOrOldValue = mPointList->Element()->WillChangePointList(); in AutoChangePointListNotifier()
82 mPointList->Element()->DidChangePointList(mEmptyOrOldValue); in ~AutoChangePointListNotifier()
83 if (mPointList->AttrIsAnimating()) { in ~AutoChangePointListNotifier()
84 mPointList->Element()->AnimationNeedsResample(); in ~AutoChangePointListNotifier()
89 DOMSVGPointList* const mPointList; member in mozilla::AutoChangePointListNotifier
/dports/misc/openvdb/openvdb-9.0.0/openvdb_houdini/openvdb_houdini/
H A DGU_VDBPointTools.h174 IndexToOffsetOp(const PointArrayType& points): mPointList(&points) {} in IndexToOffsetOp()
181 mPointList->offsetFromIndex(GA_Index{indices[n]})); in operator()
184 PointArrayType const * const mPointList; member
H A DGeometryUtil.h104 std::vector<openvdb::Vec3s>* const mPointList; variable
H A DGeometryUtil.cc431 , mPointList(&pointList) in TransformOp()
453 (*mPointList)[mGdp->pointIndex(i)] = openvdb::Vec3s(ipos); in operator ()()
/dports/graphics/alembic/alembic-1.8.3/maya/AbcExport/
H A DAbcWriteJob.h190 std::vector< MayaPointPrimitiveWriterPtr > mPointList; variable
H A DAbcWriteJob.cpp566 mPointList.push_back(particle); in setup()
940 ptEnd = mPointList.end(); in eval()
941 for (ptIt = mPointList.begin(); ptIt != ptEnd; ptIt++) in eval()
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/tools/
H A DMeshToVolume.h3750 const std::vector<Vec3s>& mPointList; variable
3766 , mPointList(pointList) in GenEdgeData()
3778 , mPointList(rhs.mPointList) in GenEdgeData()
3869 prim.a = Vec3d(mPointList[verts[0]]); in operator()
3870 prim.b = Vec3d(mPointList[verts[1]]); in operator()
3871 prim.c = Vec3d(mPointList[verts[2]]); in operator()
3874 prim.d = Vec3d(mPointList[verts[3]]); in operator()
H A DVolumeToMesh.h4501 , mPointList(&pointList) in MaskDisorientedTrianglePoints()
4526 const Vec3s& v0 = (*mPointList)[verts[0]]; in operator()
4527 const Vec3s& v1 = (*mPointList)[verts[1]]; in operator()
4528 const Vec3s& v2 = (*mPointList)[verts[2]]; in operator()
4562 PointList const * const mPointList; member