Searched defs:LineEndResult (Results 1 – 1 of 1) sorted by relevance
107 struct LineEndResult struct109 long mnOffs1; /// Offset for top or left edge, dependent of context.110 long mnOffs2; /// Offset for bottom or right edge, dependent of context112 inline explicit LineEndResult() : mnOffs1( 0 ), mnOffs2( 0 ) {} in LineEndResult() argument114 inline void Swap() { std::swap( mnOffs1, mnOffs2 ); } in Swap()115 inline void Negate() { mnOffs1 = -mnOffs1; mnOffs2 = -mnOffs2; } in Negate()
Completed in 29 milliseconds