OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_loopIndex
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/core/fxcodec/jbig2/
JBig2_GrdProc.cpp
17
:
m_loopIndex
(0),
564
m_loopIndex
= 0;
569
int iline =
m_loopIndex
;
607
m_ReplaceRect.bottom =
m_loopIndex
;
609
m_loopIndex
= 0;
661
for (;
m_loopIndex
< height;
m_loopIndex
++) {
665
pImage->copyLine(
m_loopIndex
,
m_loopIndex
- 1);
667
if (
m_loopIndex
> 1)
[
all
...]
JBig2_GrdProc.h
112
uint32_t
m_loopIndex
;
Completed in 43 milliseconds