Searched refs:MidpointState (Results 1 – 2 of 2) sorted by relevance
38 template <class Iterator> class MidpointState; variable40 typedef MidpointState<InlineIterator> LineMidpointState;
38 template <class Iterator> class MidpointState {40 MidpointState() in MidpointState() function235 MidpointState<Iterator>& midpointState() { return m_midpointState; } in midpointState()261 void setMidpointStateForIsolatedRun(Run*, const MidpointState<Iterator>&);262 MidpointState<Iterator> midpointStateForIsolatedRun(Run*);294 MidpointState<Iterator> m_midpointState;315 HashMap<Run *, MidpointState<Iterator> > m_midpointStateForIsolatedRun;1072 void BidiResolver<Iterator, Run>::setMidpointStateForIsolatedRun(Run* run, const MidpointState<Iter… in setMidpointStateForIsolatedRun()1079 MidpointState<Iterator> BidiResolver<Iterator, Run>::midpointStateForIsolatedRun(Run* run) in midpointStateForIsolatedRun()