OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_bIsStriped
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/core/fxcodec/jbig2/
JBig2_Page.h
18
bool
m_bIsStriped
;
JBig2_Context.cpp
376
pPageInfo->
m_bIsStriped
= !!(wTemp & 0x8000);
379
if (bMaxHeight && pPageInfo->
m_bIsStriped
!= true)
380
pPageInfo->
m_bIsStriped
= true;
925
if ((pPageInfo->
m_bIsStriped
== 1) &&
[
all
...]
Completed in 67 milliseconds