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

  /external/chromium_org/third_party/WebKit/Source/core/frame/
ImageBitmap.h 34 IntRect bitmapRect() const { return m_bitmapRect; }
60 IntRect m_bitmapRect; // The rect where the underlying Image should be placed in reference to the ImageBitmap.
ImageBitmap.cpp 46 m_bitmapRect = IntRect(IntPoint(max(0, -cropRect.x()), max(0, -cropRect.y())), srcRect.size());
74 m_bitmapRect = IntRect(IntPoint(max(0, -cropRect.x()), max(0, -cropRect.y())), srcRect.size());
89 m_bitmapRect = IntRect(IntPoint(max(0, -cropRect.x()), max(0, -cropRect.y())), srcRect.size());
109 m_bitmapRect = IntRect(IntPoint(max(0, -cropRect.x()), max(0, -cropRect.y())), srcRect.size());
122 m_bitmapRect = IntRect(IntPoint(max(0, oldBitmapRect.x() - cropRect.x()), max(0, oldBitmapRect.y() - cropRect.y())), srcRect.size());
141 m_bitmapRect = IntRect(IntPoint(max(0, -cropRect.x()), max(0, -cropRect.y())), srcRect.size());
197 ASSERT((m_imageElement || m_bitmap || !m_bitmapRect.width() || !m_bitmapRect.height()) && (!m_imageElement || !m_bitmap));

Completed in 49 milliseconds