Lines Matching refs:m_findIndex
534 MatchInfo& info = (*m_matches)[m_findIndex];
541 MatchInfo& info = (*m_matches)[m_findIndex];
546 return (*m_matches)[m_findIndex].layerId();
550 // upper left corner of the match specified by m_findIndex in
553 SkASSERT(m_findIndex < m_matches->size());
554 const SkIRect& bounds = (*m_matches)[m_findIndex].getLocation().getBounds();
571 if (m_findIndex >= m_matches->size())
572 m_findIndex = 0;
573 const MatchInfo& matchInfo = (*m_matches)[m_findIndex];
603 if (i == m_findIndex)
660 m_findIndex++;
661 if (m_findIndex == m_matches->size())
662 m_findIndex = 0;
664 if (m_findIndex == 0) {
665 m_findIndex = m_matches->size() - 1;
667 m_findIndex--;
686 m_findIndex = i;
693 m_findIndex = 0;