OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SecProps
(Results
1 - 4
of
4
) sorted by null
/external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp
645
const CPVT_SecProps &
SecProps
, const CPVT_WordProps & WordProps) :
651
m_SecProps(
SecProps
),
692
const CPVT_SecProps &
SecProps
, const CPVT_WordProps & WordProps, FX_BOOL bSecEnd) :
698
m_SecProps(
SecProps
),
775
const CPVT_SecProps &
SecProps
, const CPVT_WordProps & WordProps) :
782
m_SecProps(
SecProps
),
1475
CPVT_SecProps
SecProps
;
1476
SecProps
.fLineLeading = fLineLeading;
1477
return SetRichTextProps(EP_LINELEADING,&
SecProps
,NULL);
1482
CPVT_SecProps
SecProps
;
[
all
...]
/external/pdfium/core/include/fpdfdoc/
fpdf_vt.h
271
CPVT_SecProps
SecProps
;
/external/pdfium/fpdfsdk/include/fxedit/
fxet_edit.h
409
const CPVT_SecProps &
SecProps
, const CPVT_WordProps & WordProps);
431
const CPVT_SecProps &
SecProps
, const CPVT_WordProps & WordProps, FX_BOOL bSecEnd);
471
const CPVT_SecProps &
SecProps
, const CPVT_WordProps & WordProps);
/external/pdfium/core/src/fpdfdoc/
doc_vt.cpp
[
all
...]
Completed in 74 milliseconds