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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DRegionTracker.cpp228 bool fillsBounds = false; local
235 didDraw(context, strokeRect, paint, sourceBitmap, fillsBounds, FillOrStroke);
239 bool fillsBounds = paint.getStyle() != SkPaint::kStroke_Style; local
240 didDraw(context, fillRect, paint, sourceBitmap, fillsBounds, FillOnly);
251 bool fillsBounds = false; local
257 didDraw(context, rect, paint, 0, fillsBounds, FillOrStroke);
279 bool fillsBounds = false; local
285 didDraw(context, rect, paint, 0, fillsBounds, FillOrStroke);
291 bool fillsBounds = false; local
298 didDraw(context, rect, paint, 0, fillsBounds, FillOrStrok
302 didDraw(const GraphicsContext* context, const SkRect& rect, const SkPaint& paint, const SkBitmap* sourceBitmap, bool fillsBounds, DrawType drawType) argument
[all...]
H A DRegionTracker.h102 void didDraw(const GraphicsContext*, const SkRect&, const SkPaint&, const SkBitmap* sourceBitmap, bool fillsBounds, DrawType);

Completed in 90 milliseconds