Searched defs:GIFFrameContext (Results 1 – 1 of 1) sorted by relevance
181 struct GIFFrameContext { struct184 GIFFrameContext(int id) in GIFFrameContext() argument203 ~GIFFrameContext() in ~GIFFrameContext() argument207 void addLzwBlock(size_t position, size_t size) in addLzwBlock()214 int frameId() const { return m_frameId; } in frameId()215 void setRect(unsigned x, unsigned y, unsigned width, unsigned height) in setRect()222 …re::IntRect frameRect() const { return WebCore::IntRect(m_xOffset, m_yOffset, m_width, m_height); } in frameRect()223 unsigned xOffset() const { return m_xOffset; } in xOffset()224 unsigned yOffset() const { return m_yOffset; } in yOffset()225 unsigned width() const { return m_width; } in width()[all …]