Home
last modified time | relevance | path

Searched refs:hasEndpointsWithinWindow (Results 1 – 15 of 15) sorted by relevance

/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/lib/engine/
H A Drs_dimaligned.h105 bool hasEndpointsWithinWindow(const RS_Vector& v1, const RS_Vector& v2) override;
H A Drs_dimlinear.h123 virtual bool hasEndpointsWithinWindow(const RS_Vector& v1, const RS_Vector& v2);
H A Drs_mtext.h247 virtual bool hasEndpointsWithinWindow(const RS_Vector& v1, const RS_Vector& v2) override;
H A Drs_text.h237 virtual bool hasEndpointsWithinWindow(const RS_Vector& v1, const RS_Vector& v2) override;
H A Drs_line.h138 bool hasEndpointsWithinWindow(const RS_Vector& v1, const RS_Vector& v2) override;
H A Drs_entitycontainer.h182 bool hasEndpointsWithinWindow(const RS_Vector& v1, const RS_Vector& v2) override;
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_mtext.cpp641 bool RS_MText::hasEndpointsWithinWindow(const RS_Vector& /*v1*/, const RS_Vector& /*v2*/) { in hasEndpointsWithinWindow() function in RS_MText
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_entitycontainer.cpp1665 bool RS_EntityContainer::hasEndpointsWithinWindow(const RS_Vector& v1, const RS_Vector& v2) { in hasEndpointsWithinWindow() function in RS_EntityContainer
1667 if (e->hasEndpointsWithinWindow(v1, v2)) { in hasEndpointsWithinWindow()
H A Drs_line.cpp421 bool RS_Line::hasEndpointsWithinWindow(const RS_Vector& firstCorner, const RS_Vector& secondCorner)… in hasEndpointsWithinWindow() function in RS_Line
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/lib/actions/
H A Drs_preview.cpp164 e->hasEndpointsWithinWindow(v1, v2)) && in addStretchablesFrom()
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/lib/modification/
H A Drs_modification.cpp2475 e->hasEndpointsWithinWindow(firstCorner, secondCorner))) { in stretch()