Home | History | Annotate | Download | only in nav

Lines Matching full:m_matches

532     if (!m_matches || !m_matches->size())
534 MatchInfo& info = (*m_matches)[m_findIndex];
539 if (!m_matches || !m_matches->size())
541 MatchInfo& info = (*m_matches)[m_findIndex];
546 return (*m_matches)[m_findIndex].layerId();
553 SkASSERT(m_findIndex < m_matches->size());
554 const SkIRect& bounds = (*m_matches)[m_findIndex].getLocation().getBounds();
568 if (!m_hasCurrentLocation || !m_matches || !m_matches->size())
571 if (m_findIndex >= m_matches->size())
573 const MatchInfo& matchInfo = (*m_matches)[m_findIndex];
598 unsigned numberOfMatches = m_matches->size();
605 if ((*m_matches)[i].layerId() != layerId)
607 const SkRegion& region = (*m_matches)[i].getLocation();
657 if (!m_matches || !m_matches->size() || !m_hasCurrentLocation)
661 if (m_findIndex == m_matches->size())
665 m_findIndex = m_matches->size() - 1;
677 if (m_matches)
678 delete m_matches;
679 m_matches = matches;
680 if (m_matches->size()) {
682 for (unsigned i = 0; i < m_matches->size(); i++) {
683 const SkIRect& rect = (*m_matches)[i].getLocation().getBounds();