Home
last modified time | relevance | path

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

/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/lib/engine/
H A Drs_entity.h198 virtual bool hasEndpointsWithinWindow(const RS_Vector& /*v1*/, const RS_Vector& /*v2*/) { in hasEndpointsWithinWindow() function
H A Drs_dimlinear.cpp144 bool RS_DimLinear::hasEndpointsWithinWindow(const RS_Vector& v1, const RS_Vector& v2) { in hasEndpointsWithinWindow() function in RS_DimLinear
H A Drs_dimaligned.cpp234 bool RS_DimAligned::hasEndpointsWithinWindow(const RS_Vector& v1, const RS_Vector& v2) { in hasEndpointsWithinWindow() function in RS_DimAligned
H A Drs_text.cpp509 bool RS_Text::hasEndpointsWithinWindow(const RS_Vector& /*v1*/, const RS_Vector& /*v2*/) { in hasEndpointsWithinWindow() function in RS_Text
H A Drs_mtext.cpp641 bool RS_MText::hasEndpointsWithinWindow(const RS_Vector& /*v1*/, const RS_Vector& /*v2*/) { in hasEndpointsWithinWindow() function in RS_MText
H A Drs_line.cpp421 bool RS_Line::hasEndpointsWithinWindow(const RS_Vector& firstCorner, const RS_Vector& secondCorner)… in hasEndpointsWithinWindow() function in RS_Line
H A Drs_entitycontainer.cpp1665 bool RS_EntityContainer::hasEndpointsWithinWindow(const RS_Vector& v1, const RS_Vector& v2) { in hasEndpointsWithinWindow() function in RS_EntityContainer