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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
ImageObserver.h 41 virtual void didDraw(const Image*) = 0;
BitmapImage.cpp 335 observer->didDraw(this);
GraphicsContext3DImagePacking.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/skia/
OpaqueRegionSkia.h 88 void didDraw(const GraphicsContext*, const SkRect&, const SkPaint&, const SkBitmap* sourceBitmap, bool fillsBounds, DrawType);
OpaqueRegionSkia.cpp 212 didDraw(context, strokeRect, paint, sourceBitmap, fillsBounds, FillOrStroke);
217 didDraw(context, fillRect, paint, sourceBitmap, fillsBounds, FillOnly);
234 didDraw(context, rect, paint, 0, fillsBounds, FillOrStroke);
262 didDraw(context, rect, paint, 0, fillsBounds, FillOrStroke);
275 didDraw(context, rect, paint, 0, fillsBounds, FillOrStroke);
279 void OpaqueRegionSkia::didDraw(const GraphicsContext* context, const SkRect& rect, const SkPaint& paint, const SkBitmap* sourceBitmap, bool fillsBounds, DrawType drawType)
  /external/chromium_org/third_party/WebKit/Source/core/loader/cache/
ImageResource.h 91 virtual void didDraw(const WebCore::Image*);
ImageResource.cpp 403 void ImageResource::didDraw(const WebCore::Image* image)
409 if (!timeStamp) // If didDraw is called outside of a Frame paint.
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLCanvasElement.h 97 void didDraw(const FloatRect&);
HTMLCanvasElement.cpp 209 void HTMLCanvasElement::didDraw(const FloatRect& rect)
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp 904 didDraw(m_path.boundingRect());
929 didDraw(dirtyRect);
1028 didDraw(rect);
1063 didDraw(rect);
1092 didDraw(boundingRect);
    [all...]
CanvasRenderingContext2D.h 291 void didDraw(const FloatRect&, unsigned options = CanvasDidDrawApplyAll);
WebGLRenderingContext.cpp 794 canvas()->didDraw(FloatRect(FloatPoint(0, 0), clampedCanvasSize()));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
SVGImage.cpp 228 imageObserver()->didDraw(this);

Completed in 506 milliseconds