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/page/
ImageBitmap.cpp 57 IntRect videoRect = IntRect(IntPoint(), video->player()->naturalSize());
58 IntRect srcRect = intersection(cropRect, videoRect);
61 m_buffer = ImageBuffer::create(videoRect.size());
65 video->paintCurrentFrameInContext(c, videoRect);
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp     [all...]

Completed in 408 milliseconds