Searched defs:rings (Results 1 - 3 of 3) sorted by relevance

/external/webkit/WebKit/android/nav/
H A DCachedNode.cpp52 WTF::Vector<WebCore::IntRect>* rings)
60 size_t size = intersects ? rings->size() : 0;
63 WebCore::IntRect * const start = rings->begin();
74 rings->shrink(size);
86 WTF::Vector<WebCore::IntRect>* rings) const
88 rings->clear();
90 rings->append(ring(frame, index));
253 WTF::Vector<WebCore::IntRect>* rings) const
255 rings->clear();
257 rings
51 Clip(const WebCore::IntRect& outer, WebCore::IntRect* inner, WTF::Vector<WebCore::IntRect>* rings) argument
[all...]
H A DCachedFrame.cpp121 const WTF::Vector<WebCore::IntRect>& rings,
124 return mRoot->checkRings(picture(node), rings, bounds);
120 checkRings(const CachedNode* node, const WTF::Vector<WebCore::IntRect>& rings, const WebCore::IntRect& bounds) const argument
H A DCachedRoot.cpp655 RingCheck(const WTF::Vector<WebCore::IntRect>& rings, argument
658 for (r = rings.begin(); r != rings.end(); r++) {
747 const WTF::Vector<WebCore::IntRect>& rings,
752 RingCheck ringCheck(rings, bounds.location());
1233 SkRegion rings(original);
1240 rings.op(enclosing, SkRegion::kDifference_Op);
1244 SkIRect ringBounds(rings.getBounds());
1247 if (rings.getBounds() != original) {
1279 DBG_NAV_LOGD("rings
746 checkRings(SkPicture* picture, const WTF::Vector<WebCore::IntRect>& rings, const WebCore::IntRect& bounds) const argument
[all...]

Completed in 56 milliseconds