OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ipass
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
GIFImageReader.cpp
109
if (m_frameContext->progressiveDisplay() && m_frameContext->interlaced() &&
ipass
< 4) {
113
switch (
ipass
) {
151
drowStart, drowEnd - drowStart + 1, m_frameContext->progressiveDisplay() && m_frameContext->interlaced() &&
ipass
> 1))
158
switch (
ipass
) {
162
ipass
++;
170
ipass
++;
178
ipass
++;
186
ipass
++;
765
ipass
= m_frameContext->interlaced() ? 1 : 0;
GIFImageReader.h
96
,
ipass
(0)
119
int
ipass
; // Interlace pass; Ranges 1-4 if interlaced.
member in class:GIFLZWContext
Completed in 55 milliseconds