Searched refs:secinfo (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/fpdfsdk/src/fxedit/ |
D | fxet_edit.cpp | 1271 CPVT_Section secinfo; in SetSecProps() local 1280 if (pIterator->GetSection(secinfo)) { in SetSecProps() 1282 OldSecinfo = secinfo; in SetSecProps() 1286 if (!FX_EDIT_IsFloatEqual(secinfo.SecProps.fLineLeading, in SetSecProps() 1288 secinfo.SecProps.fLineLeading = pSecProps->fLineLeading; in SetSecProps() 1293 if (!FX_EDIT_IsFloatEqual(secinfo.SecProps.fLineIndent, in SetSecProps() 1295 secinfo.SecProps.fLineIndent = pSecProps->fLineIndent; in SetSecProps() 1300 if (secinfo.SecProps.nAlignment != pSecProps->nAlignment) { in SetSecProps() 1301 secinfo.SecProps.nAlignment = pSecProps->nAlignment; in SetSecProps() 1313 if (pIterator->GetSection(secinfo)) { in SetSecProps() [all …]
|
/external/pdfium/core/src/fpdfdoc/ |
D | doc_vt.cpp | 815 CPVT_SectionInfo secinfo; in Initialize() local 817 secinfo.pSecProps = new CPVT_SecProps(0.0f, 0.0f, 0); in Initialize() 818 secinfo.pWordProps = new CPVT_WordProps(GetDefaultFontIndex(), in Initialize() 823 AddSection(place, secinfo); in Initialize() 883 CPVT_SectionInfo secinfo; in InsertSection() local 886 secinfo.pSecProps = new CPVT_SecProps(*pSecProps); in InsertSection() 889 secinfo.pWordProps = new CPVT_WordProps(*pWordProps); in InsertSection() 892 AddSection(NewPlace, secinfo); in InsertSection() 975 CPVT_SectionInfo secinfo; in SetText() local 978 secinfo.pSecProps = new CPVT_SecProps(*pSecProps); in SetText() [all …]
|
D | pdf_vt.h | 457 const CPVT_SectionInfo& secinfo); 467 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()
|