Home | History | Annotate | Download | only in nav

Lines Matching full:rings

582     RingCheck(const WTF::Vector<WebCore::IntRect>& rings,
591 for (r = rings.begin(); r != rings.end(); r++) {
877 // find text most like focus rings by xoring found with original
1121 const WTF::Vector<WebCore::IntRect>& rings = node->rings();
1125 RingCheck ringCheck(rings, bitBounds, testBounds, node->singleImage());
1482 Vector<IntRect> rings;
1483 bestNode->cursorRings(frame, &rings);
1487 RingCheck ringCheck(rings, bitBounds, bounds, bestNode->singleImage());
1552 SkRegion rings(original);
1559 rings.op(enclosing, SkRegion::kDifference_Op);
1563 SkIRect ringBounds(rings.getBounds());
1566 if (rings.getBounds() != original) {
1598 DBG_NAV_LOGD("rings=(%d,%d,w=%d,h=%d) layers=(%d,%d,w=%d,h=%d)"