HomeSort by relevance Sort by last modified time
    Searched refs:pSecProps (Results 1 - 6 of 6) sorted by null

  /external/pdfium/core/src/fpdfdoc/
pdf_vt.h 62 : rcSection(), nTotalLine(0), pSecProps(NULL), pWordProps(NULL) {}
64 delete pSecProps;
68 : rcSection(), nTotalLine(0), pSecProps(NULL), pWordProps(NULL) {
77 if (other.pSecProps) {
78 if (pSecProps) {
79 *pSecProps = *other.pSecProps;
81 pSecProps = new CPVT_SecProps(*other.pSecProps);
94 CPVT_SecProps* pSecProps;
    [all...]
doc_vt.cpp 817 secinfo.pSecProps = new CPVT_SecProps(0.0f, 0.0f, 0);
866 const CPVT_SecProps* pSecProps,
885 if (pSecProps) {
886 secinfo.pSecProps = new CPVT_SecProps(*pSecProps);
911 const CPVT_SecProps* pSecProps,
924 wp = InsertSection(wp, pSecProps, pProps);
932 wp = InsertSection(wp, pSecProps, pProps);
    [all...]
  /external/pdfium/fpdfsdk/include/fxedit/
fxet_edit.h 314 const CPVT_SecProps* pSecProps,
438 const CPVT_SecProps* pSecProps,
582 const CPVT_SecProps* pSecProps = NULL,
587 FX_BOOL InsertReturn(const CPVT_SecProps* pSecProps = NULL,
594 const CPVT_SecProps* pSecProps = NULL,
647 const CPVT_SecProps* pSecProps,
667 const CPVT_SecProps* pSecProps,
676 FX_BOOL InsertReturn(const CPVT_SecProps* pSecProps,
685 const CPVT_SecProps* pSecProps,
690 const CPVT_SecProps* pSecProps,
    [all...]
fx_edit.h 336 const CPVT_SecProps* pSecProps = NULL,
343 virtual FX_BOOL InsertReturn(const CPVT_SecProps* pSecProps = NULL,
348 const CPVT_SecProps* pSecProps = NULL,
  /external/pdfium/core/include/fpdfdoc/
fpdf_vt.h 371 const CPVT_SecProps* pSecProps = NULL,
382 const CPVT_SecProps* pSecProps = NULL,
389 const CPVT_SecProps* pSecProps = NULL,
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp 446 const CPVT_SecProps* pSecProps,
453 if (pSecProps)
454 m_SecProps = *pSecProps;
626 const CPVT_SecProps* pSecProps,
635 if (pSecProps)
636 m_SecProps = *pSecProps;
1188 const CPVT_SecProps* pSecProps,
1201 bSet = SetSecProps(eProps, wrTemp.BeginPos, pSecProps, pWordProps, wrTemp,
1208 bSet1 = SetSecProps(eProps, place, pSecProps, pWordProps, wrTemp, TRUE);
    [all...]

Completed in 7298 milliseconds