Searched refs:EdgeEntry (Results 1 – 1 of 1) sorted by relevance
44 class EdgeEntry class46 EdgeEntry* mpNext;52 EdgeEntry(const B2DPoint& rStart, const B2DPoint& rEnd) in EdgeEntry() function in basegfx::__anonee9f4d410111::EdgeEntry82 ~EdgeEntry() in ~EdgeEntry()86 bool operator<(const EdgeEntry& rComp) const in operator <()102 bool operator==(const EdgeEntry& rComp) const in operator ==()107 bool operator!=(const EdgeEntry& rComp) const in operator !=()115 EdgeEntry* getNext() const { return mpNext; } in getNext()116 void setNext(EdgeEntry* pNext) { mpNext = pNext; } in setNext()121 typedef ::std::vector< EdgeEntry > EdgeEntries;[all …]