Home
last modified time | relevance | path

Searched refs:secinfo (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp1565 CPVT_Section secinfo; in SetSecProps() local
1575 if (pIterator->GetSection(secinfo)) in SetSecProps()
1577 if (bAddUndo) OldSecinfo = secinfo; in SetSecProps()
1582 if (!FX_EDIT_IsFloatEqual(secinfo.SecProps.fLineLeading,pSecProps->fLineLeading)) in SetSecProps()
1584 secinfo.SecProps.fLineLeading = pSecProps->fLineLeading; in SetSecProps()
1589 if (!FX_EDIT_IsFloatEqual(secinfo.SecProps.fLineIndent,pSecProps->fLineIndent)) in SetSecProps()
1591 secinfo.SecProps.fLineIndent = pSecProps->fLineIndent; in SetSecProps()
1596 if (secinfo.SecProps.nAlignment != pSecProps->nAlignment) in SetSecProps()
1598 secinfo.SecProps.nAlignment = pSecProps->nAlignment; in SetSecProps()
1613 if (pIterator->GetSection(secinfo)) in SetSecProps()
[all …]
/external/pdfium/core/src/fpdfdoc/
Ddoc_vt.cpp834 CPVT_SectionInfo secinfo; in Initialize() local
836 secinfo.pSecProps = new CPVT_SecProps(0.0f, 0.0f, 0); in Initialize()
837secinfo.pWordProps = new CPVT_WordProps(GetDefaultFontIndex(), PVT_DEFAULT_FONTSIZE, 0, 0, 0); in Initialize()
841 AddSection(place, secinfo); in Initialize()
897 CPVT_SectionInfo secinfo; in InsertSection() local
900 secinfo.pSecProps = new CPVT_SecProps(*pSecProps); in InsertSection()
903 secinfo.pWordProps = new CPVT_WordProps(*pWordProps); in InsertSection()
906 AddSection(NewPlace, secinfo); in InsertSection()
986 CPVT_SectionInfo secinfo; in SetText() local
989 secinfo.pSecProps = new CPVT_SecProps(*pSecProps); in SetText()
[all …]
Dpdf_vt.h549 CPVT_WordPlace AddSection(const CPVT_WordPlace & place, const CPVT_SectionInfo & secinfo);
555 FX_BOOL GetSectionInfo(const CPVT_WordPlace & place, CPVT_SectionInfo & secinfo);
/external/openssh/openbsd-compat/
Dbsd-cray.c200 struct secstat secinfo; /* file security attributes */ in cray_setup() local
253 secstatrc = secstat(ttyn, &secinfo); in cray_setup()
255 secstatrc = fsecstat(1, &secinfo); in cray_setup()
416 ia_mlsrcode = ia_mlsuser(&ue, &secinfo, &usrv, NULL, 0); in cray_setup()