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

  /external/chromium_org/third_party/WebKit/Source/core/fetch/
ImageResource.cpp 442 void ImageResource::didDraw(const blink::Image* image)
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
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)
  /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/html/
HTMLCanvasElement.cpp 194 void HTMLCanvasElement::didDraw(const FloatRect& rect)
235 // This method gets invoked if didDraw was called earlier in the current task.
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp 1029 didDraw(clipBounds);
1033 didDraw(clipBounds);
1038 didDraw(dirtyRect);
    [all...]

Completed in 98 milliseconds