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/src/fxcodec/jbig2/
JBig2_GrdProc.cpp
17
:
m_loopIndex
(0),
611
m_loopIndex
= 0;
616
int iline =
m_loopIndex
;
654
m_ReplaceRect.bottom =
m_loopIndex
;
656
m_loopIndex
= 0;
714
for (;
m_loopIndex
< height;
m_loopIndex
++) {
720
pImage->copyLine(
m_loopIndex
,
m_loopIndex
- 1);
722
if (
m_loopIndex
> 1)
[
all
...]
JBig2_GrdProc.h
112
FX_DWORD
m_loopIndex
;
Completed in 94 milliseconds