Searched defs:didDraw (Results 1 - 5 of 5) sorted by relevance

/external/skia/tests/
H A DSerializationTest.cpp408 bool didDraw = drawSomething(recorder.beginRecording(kBitmapSize, kBitmapSize, NULL, 0)); local
409 REPORTER_ASSERT(reporter, didDraw);
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DImageResource.cpp442 void ImageResource::didDraw(const blink::Image* image) function in class:blink::ImageResource
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DRegionTracker.cpp235 didDraw(context, strokeRect, paint, sourceBitmap, fillsBounds, FillOrStroke);
240 didDraw(context, fillRect, paint, sourceBitmap, fillsBounds, FillOnly);
257 didDraw(context, rect, paint, 0, fillsBounds, FillOrStroke);
285 didDraw(context, rect, paint, 0, fillsBounds, FillOrStroke);
298 didDraw(context, rect, paint, 0, fillsBounds, FillOrStroke);
302 void RegionTracker::didDraw(const GraphicsContext* context, const SkRect& rect, const SkPaint& paint, const SkBitmap* sourceBitmap, bool fillsBounds, DrawType drawType) function in class:blink::RegionTracker
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLCanvasElement.cpp194 void HTMLCanvasElement::didDraw(const FloatRect& rect) function in class:blink::HTMLCanvasElement
235 // This method gets invoked if didDraw was called earlier in the current task.
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DCanvasRenderingContext2D.cpp1029 didDraw(clipBounds);
1033 didDraw(clipBounds);
1038 didDraw(dirtyRect);
1079 didDraw(clipBounds);
1083 didDraw(clipBounds);
1090 didDraw(dirtyRect);
1268 didDraw(dirtyRect);
1295 didDraw(clipBounds);
1298 didDraw(clipBounds);
1302 didDraw(clipBound
1758 void CanvasRenderingContext2D::didDraw(const FloatRect& dirtyRect) function in class:blink::CanvasRenderingContext2D
[all...]

Completed in 528 milliseconds