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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DRegionTracker.cpp152 bool checkFillOnly = drawType != RegionTracker::FillOrStroke;
231 didDrawUnbounded(context, paint, FillOrStroke);
235 didDraw(context, strokeRect, paint, sourceBitmap, fillsBounds, FillOrStroke);
254 didDrawUnbounded(context, paint, FillOrStroke);
257 didDraw(context, rect, paint, 0, fillsBounds, FillOrStroke);
282 didDrawUnbounded(context, paint, FillOrStroke);
285 didDraw(context, rect, paint, 0, fillsBounds, FillOrStroke);
294 didDrawUnbounded(context, paint, FillOrStroke);
298 didDraw(context, rect, paint, 0, fillsBounds, FillOrStroke);
H A DRegionTracker.h74 FillOrStroke enumerator in enum:blink::FINAL::DrawType
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 2226 milliseconds