HomeSort by relevance Sort by last modified time
    Searched refs:didDraw (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageObserver.h 43 virtual void didDraw(const Image*) = 0;
RegionTracker.h 102 void didDraw(const GraphicsContext*, const SkRect&, const SkPaint&, const SkBitmap* sourceBitmap, bool fillsBounds, DrawType);
RegionTracker.cpp 235 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)
BitmapImageTest.cpp 54 virtual void didDraw(const Image*) OVERRIDE { }
BitmapImage.cpp 308 observer->didDraw(this);
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
ImageResource.h 106 virtual void didDraw(const blink::Image*) OVERRIDE;
ImageResource.cpp 442 void ImageResource::didDraw(const blink::Image* image)
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp 1029 didDraw(clipBounds);
1033 didDraw(clipBounds);
1038 didDraw(dirtyRect);
    [all...]
CanvasRenderingContext2D.h 317 void didDraw(const FloatRect&);
WebGLRenderingContextBase.cpp 807 canvas()->didDraw(FloatRect(FloatPoint(0, 0), clampedCanvasSize()));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLCanvasElement.h 110 void didDraw(const FloatRect&);
HTMLCanvasElement.cpp 194 void HTMLCanvasElement::didDraw(const FloatRect& rect)
235 // This method gets invoked if didDraw was called earlier in the current task.
  /external/skia/tests/
SerializationTest.cpp 408 bool didDraw = drawSomething(recorder.beginRecording(kBitmapSize, kBitmapSize, NULL, 0));
409 REPORTER_ASSERT(reporter, didDraw);
  /external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
SVGImage.cpp 300 imageObserver()->didDraw(this);
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
WebGLImageConversion.cpp     [all...]

Completed in 188 milliseconds