OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FPDFCREATE_INCREMENTAL
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_create.cpp
632
if (!(pCreator->m_dwFlags &
FPDFCREATE_INCREMENTAL
)) {
691
FX_BOOL bIncremental = (pCreator->m_dwFlags &
FPDFCREATE_INCREMENTAL
) != 0;
827
if (!(pCreator->m_dwFlags &
FPDFCREATE_INCREMENTAL
)) {
909
if (!(flag &
FPDFCREATE_INCREMENTAL
)) {
[
all
...]
/external/pdfium/core/include/fpdfapi/
fpdf_serial.h
112
#define
FPDFCREATE_INCREMENTAL
1
Completed in 103 milliseconds