Home | History | Annotate | Download | only in nav

Lines Matching full:bounds

185         SkRect bounds;
186 bounds.fLeft = points[j].fX;
187 bounds.fRight = bounds.fLeft +
190 bounds.fTop = baseline + fontMetrics.fAscent;
191 bounds.fBottom = baseline + fontMetrics.fDescent;
193 r.join(bounds);
212 // The left bounds will be the position of the left most character
214 // The right bounds will be the position of the last character plus its
219 // Grab font metrics to determine the top and bottom of the bounds
541 const SkIRect& bounds = (*m_matches)[m_findIndex].getLocation().getBounds();
542 m_currentMatchLocation.set(bounds.fLeft, bounds.fTop);
589 SkRect bounds;
590 bounds.set(region.getBounds());
591 if (canvas->quickReject(bounds, SkCanvas::kAA_EdgeType))