Searched refs:SkPaintHashSet (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DPlatformGraphicsContextRecording.cpp126 typedef HashSet<const SkPaint*, SkPaintHash> SkPaintHashSet; typedef in namespace:WebCore
238 SkPaintHashSet::iterator it = m_paints.find(&inPaint);
311 SkPaintHashSet::iterator end = m_paints.end();
312 for (SkPaintHashSet::iterator it = m_paints.begin(); it != end; ++it)
324 SkPaintHashSet m_paints;

Completed in 36 milliseconds