Searched refs:iLast (Results 1 – 9 of 9) sorted by relevance
/external/pdfium/fpdfsdk/ |
D | fpdfsave.cpp | 83 int iLast = size - 2; in SaveXFADocumentData() local 158 iLast = pArray->GetCount() - 2; in SaveXFADocumentData() 159 pArray->InsertNewAt<CPDF_String>(iLast, "datasets", false); in SaveXFADocumentData() 160 pArray->InsertNewAt<CPDF_Reference>(iLast + 1, pPDFDocument, in SaveXFADocumentData() 184 iLast = pArray->GetCount() - 2; in SaveXFADocumentData() 185 pArray->InsertNewAt<CPDF_String>(iLast, "form", false); in SaveXFADocumentData() 186 pArray->InsertNewAt<CPDF_Reference>(iLast + 1, pPDFDocument, in SaveXFADocumentData()
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_textparser.cpp | 558 int32_t iLast = 0; in GetTabstops() local 570 iLast = iCur; in GetTabstops() 575 wsAlign = WideStringView(pTabStops + iLast, iCur - iLast); in GetTabstops() 580 iLast = iCur; in GetTabstops() 604 iLast = iCur; in GetTabstops() 611 CXFA_Measurement ms(WideStringView(pTabStops + iLast, iCur - iLast)); in GetTabstops() 626 CXFA_Measurement ms(WideStringView(pTabStops + iLast, iCur - iLast)); in GetTabstops()
|
/external/pdfium/xfa/fgas/layout/ |
D | cfx_rtfbreak.cpp | 323 int32_t iLast = m_pCurLine->CountChars() - 1; in EndBreak_SplitLine() local 325 for (int32_t i = 0; i <= iLast;) { in EndBreak_SplitLine() 342 if (i == iLast || pTC->m_dwStatus != CFX_BreakType::None || in EndBreak_SplitLine() 542 int32_t iLast = -1; in GetBreakPos() local 598 if (iLast < 0) { in GetBreakPos() 599 iLast = iLength; in GetBreakPos() 620 if (iLast > -1) { in GetBreakPos() 622 return iLast; in GetBreakPos()
|
D | cfx_txtbreak.cpp | 523 int32_t iLast = -1; in GetBreakPos() local 569 if (iLast < 0) { in GetBreakPos() 570 iLast = iLength; in GetBreakPos() 591 if (iLast > -1) { in GetBreakPos() 593 return iLast; in GetBreakPos()
|
/external/pdfium/fxjs/xfa/ |
D | cjx_layoutpseudomodel.cpp | 200 int32_t iLast = pLayoutItem->GetLast()->GetPage()->GetPageIndex(); in pageSpan() local 202 int32_t iPageSpan = iLast - iFirst + 1; in pageSpan()
|
/external/pdfium/core/fxcrt/ |
D | fx_bidi.cpp | 289 size_t iLast = iStart - iCount; in SetDeferredRun() local 290 for (size_t i = iStart - 1; i >= iLast; --i) { in SetDeferredRun()
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 57189 u32 iLast; /* Last frame in log */ 57199 iLast = pWal->hdr.mxFrame; 57202 nSegment = walFramePage(iLast) + 1; 57205 + iLast*sizeof(ht_slot); 57217 sizeof(ht_slot) * (iLast>HASHTABLE_NPAGE?HASHTABLE_NPAGE:iLast) 57236 nEntry = (int)(iLast - iZero); 58428 u32 iLast = pWal->hdr.mxFrame; /* Last page in WAL for this reader */ 58441 if( iLast==0 || (pWal->readLock==0 && pWal->bShmUnreliable==0) ){ 58472 for(iHash=walFramePage(iLast); iHash>=iMinHash && iRead==0; iHash--){ 58487 if( iFrame<=iLast && iFrame>=pWal->minFrame && aPgno[aHash[iKey]]==pgno ){ [all …]
|
/external/sqlite/dist/ |
D | sqlite3.c | 57205 u32 iLast; /* Last frame in log */ 57215 iLast = pWal->hdr.mxFrame; 57218 nSegment = walFramePage(iLast) + 1; 57221 + iLast*sizeof(ht_slot); 57233 sizeof(ht_slot) * (iLast>HASHTABLE_NPAGE?HASHTABLE_NPAGE:iLast) 57252 nEntry = (int)(iLast - iZero); 58444 u32 iLast = pWal->hdr.mxFrame; /* Last page in WAL for this reader */ 58457 if( iLast==0 || (pWal->readLock==0 && pWal->bShmUnreliable==0) ){ 58488 for(iHash=walFramePage(iLast); iHash>=iMinHash && iRead==0; iHash--){ 58503 if( iFrame<=iLast && iFrame>=pWal->minFrame && aPgno[aHash[iKey]]==pgno ){ [all …]
|
/external/syzkaller/sys/windows/ |
D | windows.txt | 977 GetCharWidthA(hdc ptr[inout, intptr], iFirst int32, iLast int32, lpBuffer ptr[inout, int32]) 978 GetCharWidth32A(hdc ptr[inout, intptr], iFirst int32, iLast int32, lpBuffer ptr[inout, int32]) 979 GetCharWidthFloatA(hdc ptr[inout, intptr], iFirst int32, iLast int32, lpBuffer ptr[inout, intptr]) 981 GetCharABCWidthsFloatA(hdc ptr[inout, intptr], iFirst int32, iLast int32, lpABC ptr[inout, intptr])
|