Home
last modified time | relevance | path

Searched defs:GIFFrameContext (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
DGIFImageReader.h181 struct GIFFrameContext { struct
184 GIFFrameContext(int id) in GIFFrameContext() argument
203 ~GIFFrameContext() in ~GIFFrameContext() argument
207 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 …]