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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DRegionTracker.h81 void didDrawUnbounded(const GraphicsContext*, const SkPaint&, DrawType);
H A DRegionTracker.cpp231 didDrawUnbounded(context, paint, FillOrStroke);
254 didDrawUnbounded(context, paint, FillOrStroke);
282 didDrawUnbounded(context, paint, FillOrStroke);
294 didDrawUnbounded(context, paint, FillOrStroke);
333 void RegionTracker::didDrawUnbounded(const GraphicsContext* context, const SkPaint& paint, DrawType drawType) function in class:blink::RegionTracker
H A DGraphicsContext.cpp1292 m_trackedRegion.didDrawUnbounded(this, paint, RegionTracker::FillOrStroke);
1307 m_trackedRegion.didDrawUnbounded(this, paint, RegionTracker::FillOrStroke);
1324 m_trackedRegion.didDrawUnbounded(this, paint, RegionTracker::FillOrStroke);

Completed in 61 milliseconds