Home
last modified time | relevance | path

Searched refs:GetEndPoint (Results 1 – 25 of 401) sorted by relevance

12345678910>>...17

/dports/print/py-psautohint/psautohint-2.0.0/libpsautohint/src/
H A Dhead.c45 GetEndPoint(PathElt* e, Fixed* x1p, Fixed* y1p) in GetEndPoint() function
78 GetEndPoint(p, px1, py1); in GetEndPoints()
79 GetEndPoint(p->prev, px0, py0); in GetEndPoints()
191 GetEndPoint(p, &x, &y); in NxtForBend()
222 GetEndPoint(nxt, px2, py2); in NxtForBend()
223 GetEndPoint(nxt, px3, py3); in NxtForBend()
260 GetEndPoint(p, px2, py2); in PrvForBend()
H A Dmisc.c170 GetEndPoint(n, &x2, &y2); in TryYFlex()
198 GetEndPoint(q, &x3, &y3); in TryYFlex()
202 GetEndPoint(p->prev, &x4, &y4); in TryYFlex()
229 GetEndPoint(n, &x2, &y2); in TryXFlex()
258 GetEndPoint(q, &x3, &y3); in TryXFlex()
262 GetEndPoint(p->prev, &x4, &y4); in TryXFlex()
H A Dauto.c67 GetEndPoint(e, &x1, &y1); in CpyHHint()
78 GetEndPoint(e, &x1, &y1); in CpyVHint()
348 GetEndPoint(e->prev, &d0.x, &d0.y); in ResolveConflictBySplit()
466 GetEndPoint(GetSubPathNxt(e), &x1, &y1); in TryResolveConflict()
753 GetEndPoint(e, &x, &y); in IsFlare()
956 GetEndPoint(prv, &cx, &cy); in ProHints()
977 GetEndPoint(e, &cx, &cy); in PromoteHints()
1012 GetEndPoint(e, &ex, &ey); in RemShortHints()
1100 GetEndPoint(e, &x, &y); in AutoExtraHints()
H A Dreport.c149 GetEndPoint(e, &ex1, &ey1); in ReportRemFlare()
150 GetEndPoint(e2, &ex2, &ey2); in ReportRemFlare()
160 GetEndPoint(e, &ex, &ey); in ReportRemConflict()
348 GetEndPoint(e, &x, &y); in ListHintInfo()
H A Dcheck.c342 GetEndPoint(ee->prev, &c0.x, &c0.y); in CheckSCurve()
413 GetEndPoint(e, &x1, &cy1); in CheckSmooth()
420 GetEndPoint(e->prev, &x0, &cy0); in CheckSmooth()
500 GetEndPoint(e->prev, &c0.x, &c0.y); in CheckBBoxEdge()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/eeschema/
H A Dbus-wire-junction.cpp110 if( !IsPointOnSegment( line->GetStartPoint(), line->GetEndPoint(), aStart ) || in TrimWire()
111 !IsPointOnSegment( line->GetStartPoint(), line->GetEndPoint(), aEnd ) ) in TrimWire()
117 if( ( line->GetStartPoint() == aStart && line->GetEndPoint() == aEnd ) in TrimWire()
118 || ( line->GetStartPoint() == aEnd && line->GetEndPoint() == aStart ) ) in TrimWire()
128 if( IsPointOnSegment( return_line->GetStartPoint(), return_line->GetEndPoint(), aEnd ) ) in TrimWire()
135 if( IsPointOnSegment( return_line->GetStartPoint(), return_line->GetEndPoint(), aStart ) ) in TrimWire()
253 && firstLine->IsEndPoint( secondLine->GetEndPoint() ) ) in SchematicCleanUp()
336 if( IsPointOnSegment( wire->GetStartPoint(), wire->GetEndPoint(), aPoint ) in BreakSegments()
419 && firstLine->IsEndPoint( secondLine->GetEndPoint() ) ) in DeleteJunction()
H A Dsch_line.cpp824 if( GetEndPoint().x != line->GetEndPoint().x ) in operator <()
825 return GetEndPoint().x < line->GetEndPoint().x; in operator <()
827 return GetEndPoint().y < line->GetEndPoint().y; in operator <()
H A Dsch_line.h93 wxPoint GetEndPoint() const { return m_end; } in GetEndPoint() function
237 || ( GetEndPoint() == aPos && IsEndDangling() ); in IsPointClickableAnchor()
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/openanalytics-open/
H A Dget_end_point.go24 func (client *Client) GetEndPoint(request *GetEndPointRequest) (response *GetEndPointResponse, err … func
37 response, err := client.GetEndPoint(request)
59 response, err = client.GetEndPoint(request)
/dports/net/opal/opal-3.10.10/src/opal/
H A Dlocalep.cxx402 OpalLocalEndPoint & ep = dynamic_cast<OpalLocalEndPoint &>(connection.GetEndPoint()); in ReadPacket()
416 OpalLocalEndPoint & ep = dynamic_cast<OpalLocalEndPoint &>(connection.GetEndPoint()); in WritePacket()
427 OpalLocalEndPoint & ep = dynamic_cast<OpalLocalEndPoint &>(connection.GetEndPoint()); in ReadData()
440 OpalLocalEndPoint & ep = dynamic_cast<OpalLocalEndPoint &>(connection.GetEndPoint()); in WriteData()
H A Drtpconn.cxx166 OpalManager & manager = GetEndPoint().GetManager(); in CreateSession()
508 ((OpalRTPEndPoint &)connection.GetEndPoint()).SetConnectionByRtpLocalPort(rtpSession, NULL); in ~OpalRTPMediaSession()
518 …((OpalRTPEndPoint &)connection.GetEndPoint()).SetConnectionByRtpLocalPort(rtpSession, &connection); in Attach()
527 ((OpalRTPEndPoint &)connection.GetEndPoint()).SetConnectionByRtpLocalPort(rtpSession, NULL); in Close()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/eeschema/tools/
H A Dee_grid_helper.cpp314 if( line->GetStartPoint().x == line->GetEndPoint().x ) in computeAnchors()
318 if( TestSegmentHit( wxPoint( possible ), line->GetStartPoint(), line->GetEndPoint(), in computeAnchors()
322 else if( line->GetStartPoint().y == line->GetEndPoint().y ) in computeAnchors()
326 if( TestSegmentHit( wxPoint( possible ), line->GetStartPoint(), line->GetEndPoint(), in computeAnchors()
H A Dee_point_editor.cpp178 else if( testLine->GetEndPoint() == line->GetStartPoint() ) in Make()
182 else if( testLine->GetStartPoint() == line->GetEndPoint() ) in Make()
186 else if( testLine->GetEndPoint() == line->GetEndPoint() ) in Make()
193 points->AddPoint( line->GetEndPoint(), connectedEnd ); in Make()
644 static_cast<SCH_LINE*>( connected.first )->SetStartPoint( line->GetEndPoint() ); in updateParentItem()
646 static_cast<SCH_LINE*>( connected.first )->SetEndPoint( line->GetEndPoint() ); in updateParentItem()
772 m_editPoints->Point( LINE_END ).SetPosition( line->GetEndPoint() ); in updatePoints()
H A Dsch_line_wire_bus_tool.cpp421 int iDx = segment->GetEndPoint().x - segment->GetStartPoint().x; in computeBreakPoint()
422 int iDy = segment->GetEndPoint().y - segment->GetStartPoint().y; in computeBreakPoint()
543 if( segment->GetStartPoint().x == segment->GetEndPoint().x ) in doDrawSegments()
546 if( segment->GetStartPoint().y == segment->GetEndPoint().y ) in doDrawSegments()
903 if( IsPointOnSegment( wire->GetStartPoint(), wire->GetEndPoint(), pt ) ) in finishSegments()
1001 if( IsPointOnSegment( line->GetStartPoint(), line->GetEndPoint(), pt ) ) in AddJunctionsIfNeeded()
/dports/net/h323plus/h323plus-1_27_2/src/h460/
H A Dh460_std23.cxx134 H323EndPoint * ep = feat->GetEndPoint(); in Start()
158 testport = (WORD)feat->GetEndPoint()->GetMultiplexPort()-1; in NATTest()
195 feat->GetEndPoint()->NATMethodCallBack(GetName(),2,natType); in MainMethod()
225 feat->GetEndPoint()->NATMethodCallBack(GetName(),1,"Available"); in SetAvailable()
265 (PNatMethod_H46019 *)feat->GetEndPoint()->GetNatMethods().GetMethodByName("H46019");
276 pairedPortInfo.currentPort = feat->GetEndPoint()->GetMultiplexPort()-1;
/dports/net/h323plus/h323plus-1_27_2/src/
H A Dgnugknat.cxx307 GetEndPoint().NATLostConnection(established); in ConnectionLost()
361 GNUGKTransport * transport = new GNUGKTransport(GetEndPoint(), in CreateNewTransport()
369 new GNUGKTransportThread(transport->GetEndPoint(), transport,GNUGK_Feature::keepalive); in CreateNewTransport()
434 new GNUGKTransportThread(transport->GetEndPoint(), transport,keepalive); in CreateNewTransport()
/dports/net/opal/opal-3.10.10/src/iax2/
H A Dframe.cxx433 : IAX2Frame(iax2Processor->GetEndPoint()) in IAX2MiniFrame()
926 : IAX2FullFrame(iax2Processor->GetEndPoint()) in IAX2FullFrameDtmf()
933 : IAX2FullFrame(iax2Processor->GetEndPoint()) in IAX2FullFrameDtmf()
975 : IAX2FullFrame(iax2Processor->GetEndPoint()) in IAX2FullFrameVoice()
1102 : IAX2FullFrame(iax2Processor->GetEndPoint()) in IAX2FullFrameSessionControl()
1112 : IAX2FullFrame(iax2Processor->GetEndPoint()) in IAX2FullFrameSessionControl()
1157 : IAX2FullFrame(iax2Processor->GetEndPoint()) in IAX2FullFrameProtocol()
1171 : IAX2FullFrame(iax2Processor->GetEndPoint()) in IAX2FullFrameProtocol()
1182 : IAX2FullFrame(iax2Processor->GetEndPoint()) in IAX2FullFrameProtocol()
1431 : IAX2FullFrame(iaxProcessor->GetEndPoint()) in IAX2FullFrameText()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/LuaScript/pkgs/Navigation/
H A DOffMeshConnection.pkg11 Node* GetEndPoint() const;
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Navigation/
H A DOffMeshConnection.h62 Node* GetEndPoint() const;
/dports/net/opal/opal-3.10.10/src/h323/
H A Dtransaddr.cxx254 if (associatedTransport.GetEndPoint().GetManager().TranslateIPAddress(ip, remoteIP)) in H323SetTransportAddresses()
260 addr.SetPDU(pduAddr, associatedTransport.GetEndPoint().GetDefaultSignalPort()); in H323SetTransportAddresses()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/filter/wmf/
H A Demfwr.cxx1022 ImplWritePoint( pA->GetEndPoint() ); in ImplWrite()
1026 ImplWritePoint( pA->GetEndPoint() ); in ImplWrite()
1035 … aPolygon.append(basegfx::B2DPoint(pA->GetEndPoint().X(), pA->GetEndPoint().Y())); in ImplWrite()
1105 … aPoly = tools::Polygon( pA->GetRect(), pA->GetStartPoint(), pA->GetEndPoint(), PolyStyle::Arc ); in ImplWrite()
1112 … aPoly = tools::Polygon( pA->GetRect(), pA->GetStartPoint(), pA->GetEndPoint(), PolyStyle::Pie ); in ImplWrite()
1119 … aPoly = tools::Polygon( pA->GetRect(), pA->GetStartPoint(), pA->GetEndPoint(), PolyStyle::Chord ); in ImplWrite()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/filter/wmf/
H A Demfwr.cxx999 ImplWritePoint( pA->GetEndPoint() ); in ImplWrite()
1003 ImplWritePoint( pA->GetEndPoint() ); in ImplWrite()
1012 … aPolygon.append(basegfx::B2DPoint(pA->GetEndPoint().X(), pA->GetEndPoint().Y())); in ImplWrite()
1082 … aPoly = tools::Polygon( pA->GetRect(), pA->GetStartPoint(), pA->GetEndPoint(), PolyStyle::Arc ); in ImplWrite()
1089 … aPoly = tools::Polygon( pA->GetRect(), pA->GetStartPoint(), pA->GetEndPoint(), PolyStyle::Pie ); in ImplWrite()
1096 … aPoly = tools::Polygon( pA->GetRect(), pA->GetStartPoint(), pA->GetEndPoint(), PolyStyle::Chord ); in ImplWrite()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/live_effects/
H A Dlpe-embrodery-stitch-ordering.cpp614 OrderingGroupPoint *OrderingSegment::GetEndPoint(unsigned int iSwap, unsigned int iEnd) in GetEndPoint() function in Inkscape::LivePathEffect::LPEEmbroderyStitchOrdering::OrderingSegment
705 OrderingGroupPoint *prevend = segments[permutation.back()].GetEndPoint(iSwap, iEnd); in FindShortestReconnect()
713 prevend = segments[it].GetEndPoint(iSwap, iEnd); in FindShortestReconnect()
726 … OrderingGroupPoint *prevend = segments[permutation.back()].GetEndPoint(iSwap, iEnd); in FindShortestReconnect()
732 prevend = segments[it].GetEndPoint(iSwap, iEnd); in FindShortestReconnect()
761 (*it)->Connect(1, segments[ perm ].GetEndPoint(iSwapBest, iEndBest)); in FindShortestReconnect()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/gdi/
H A Dgdimetafiletools.cxx488 const Point& rEnd(pA->GetEndPoint()); in clipMetafileContentAgainstOwnRegions()
604 pA->GetEndPoint(), in clipMetafileContentAgainstOwnRegions()
630 pA->GetEndPoint(), in clipMetafileContentAgainstOwnRegions()
656 pA->GetEndPoint(), in clipMetafileContentAgainstOwnRegions()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/gdi/
H A Dgdimetafiletools.cxx488 const Point& rEnd(pA->GetEndPoint()); in clipMetafileContentAgainstOwnRegions()
604 pA->GetEndPoint(), in clipMetafileContentAgainstOwnRegions()
630 pA->GetEndPoint(), in clipMetafileContentAgainstOwnRegions()
656 pA->GetEndPoint(), in clipMetafileContentAgainstOwnRegions()

12345678910>>...17