Searched defs:secinfo (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
H A Ddoc_vt.cpp836 CPVT_SectionInfo secinfo; local
838 secinfo.pSecProps = FX_NEW CPVT_SecProps(0.0f, 0.0f, 0);
839 secinfo.pWordProps = FX_NEW CPVT_WordProps(GetDefaultFontIndex(), PVT_DEFAULT_FONTSIZE, 0, 0, 0);
843 AddSection(place, secinfo);
901 CPVT_SectionInfo secinfo; local
904 secinfo.pSecProps = FX_NEW CPVT_SecProps(*pSecProps);
907 secinfo.pWordProps = FX_NEW CPVT_WordProps(*pWordProps);
910 AddSection(NewPlace, secinfo);
990 CPVT_SectionInfo secinfo; local
993 secinfo
1278 AddSection(const CPVT_WordPlace & place, const CPVT_SectionInfo & secinfo) argument
1349 GetSectionInfo(const CPVT_WordPlace & place, CPVT_SectionInfo & secinfo) argument
[all...]
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_edit.cpp1582 CPVT_Section secinfo; local
1592 if (pIterator->GetSection(secinfo))
1594 if (bAddUndo) OldSecinfo = secinfo;
1599 if (!FX_EDIT_IsFloatEqual(secinfo.SecProps.fLineLeading,pSecProps->fLineLeading))
1601 secinfo.SecProps.fLineLeading = pSecProps->fLineLeading;
1606 if (!FX_EDIT_IsFloatEqual(secinfo.SecProps.fLineIndent,pSecProps->fLineIndent))
1608 secinfo.SecProps.fLineIndent = pSecProps->fLineIndent;
1613 if (secinfo.SecProps.nAlignment != pSecProps->nAlignment)
1615 secinfo.SecProps.nAlignment = pSecProps->nAlignment;
1630 if (pIterator->GetSection(secinfo))
3221 CPVT_Section secinfo; local
[all...]

Completed in 36 milliseconds