Searched refs:secinfo (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/fpdfsdk/src/fxedit/ |
D | fxet_edit.cpp | 1565 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/ |
D | doc_vt.cpp | 834 CPVT_SectionInfo secinfo; in Initialize() local 836 secinfo.pSecProps = new CPVT_SecProps(0.0f, 0.0f, 0); in Initialize() 837 … secinfo.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 …]
|
D | pdf_vt.h | 549 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/ |
D | bsd-cray.c | 200 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()
|