Home
last modified time | relevance | path

Searched defs:point_test (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/
H A DSWFRect.h143 bool point_test(std::int32_t x, std::int32_t y) const in point_test() function
/dports/devel/etl/synfig-1.2.2/synfig-core/src/modules/mod_geometry/
H A Dcheckerboard.cpp81 CheckerBoard::point_test(const synfig::Point& getpos)const in point_test() function in CheckerBoard
/dports/graphics/synfig/synfig-1.2.2/synfig-core/src/modules/mod_geometry/
H A Dcheckerboard.cpp81 CheckerBoard::point_test(const synfig::Point& getpos)const in point_test() function in CheckerBoard
/dports/graphics/synfigstudio/synfig-1.2.2/synfig-core/src/modules/mod_geometry/
H A Dcheckerboard.cpp81 CheckerBoard::point_test(const synfig::Point& getpos)const in point_test() function in CheckerBoard
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/test/outofcore/
H A Dtest_outofcore.cpp241 point_test (octree_disk& t) in point_test() function
/dports/math/libmesh/libmesh-1.6.2/src/geom/
H A Delem.C2149 bool Elem::point_test(const Point & p, Real box_tol, Real map_tol) const in point_test() function
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dpbvh.c2058 float point_test[3], depth_test = FLT_MAX; in dist_squared_ray_to_tri_v3_fast() local