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

  /external/chromium_org/third_party/WebKit/Source/core/frame/
ImageBitmap.cpp 62 IntRect videoRect = IntRect(IntPoint(), video->player()->naturalSize());
63 IntRect srcRect = intersection(cropRect, videoRect);
66 OwnPtr<ImageBuffer> buf = ImageBuffer::create(videoRect.size());
72 video->paintCurrentFrameInContext(c, videoRect);
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp     [all...]

Completed in 1030 milliseconds