Home
last modified time | relevance | path

Searched refs:nPage (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpdf_pagelabel.cpp81 Optional<WideString> CPDF_PageLabel::GetLabel(int nPage) const { in GetLabel()
85 if (nPage < 0 || nPage >= m_pDocument->GetPageCount()) in GetLabel()
98 int n = nPage; in GetLabel()
114 int nLabelNum = nPage - n + pLabel->GetIntegerFor("St", 1); in GetLabel()
120 label = WideString::Format(L"%d", nPage + 1); in GetLabel()
141 int nPage = FXSYS_atoi(ByteString(bsLabel).c_str()); // NUL terminate. in GetPageByLabel() local
142 return nPage > 0 && nPage <= nPages ? nPage : -1; in GetPageByLabel()
Dcpdf_pagelabel.h20 Optional<WideString> GetLabel(int nPage) const;
/external/icu/icu4c/source/samples/layout/
Dclayout.c72 si.nPage = context->height / pf_getLineHeight(context->paragraph); in InitParagraph()
206 si.nPos -= si.nPage; in WndProc()
210 si.nPos += si.nPage; in WndProc()
258 … lastLine = min (si.nPos + (le_int32) si.nPage, pf_getLineCount(context->paragraph) - 1); in WndProc()
Dlayout.cpp71 si.nPage = context->height / context->paragraph->getLineHeight(); in InitParagraph()
204 si.nPos -= si.nPage; in WndProc()
208 si.nPos += si.nPage; in WndProc()
256 lastLine = min (si.nPos + (le_int32) si.nPage, context->paragraph->getLineCount() - 1); in WndProc()
/external/pdfium/fpdfsdk/
Dcpdfsdk_formfillenvironment.h76 bool ReplacePages(int nPage,
/external/pdfium/xfa/fxfa/parser/
Dcxfa_layoutpagemgr.cpp1953 int32_t nPage = pdfium::CollectionSize<int32_t>(m_PageArray); in SyncLayoutData() local
1954 for (int32_t i = nPage - 1; i >= m_nAvailPages; i--) { in SyncLayoutData()
/external/sqlite/dist/orig/
Dsqlite3.c8863 SQLITE_API int sqlite3_backup_step(sqlite3_backup *p, int nPage);
17171 int nPage; /* Number of pages in pPage[] */ member
25258 || sqlite3GlobalConfig.nPage<=0 ){
46226 unsigned int nPage; /* Total number of pages in apHash */
46464 if( pCache->pFree || (pCache->nPage==0 && pcache1InitBulk(pCache)) ){
46649 pCache->nPage--;
46669 if( pCache->nPage==0 && pCache->pBulk ){
46686 TESTONLY( int nPage = 0; ) /* To assert pCache->nPage is correct */
46698 TESTONLY( nPage = -10; ) /* Disable the pCache->nPage validity check */
46712 pCache->nPage--;
[all …]
Dsqlite3.h7839 SQLITE_API int sqlite3_backup_step(sqlite3_backup *p, int nPage);
/external/sqlite/dist/
Dsqlite3.c8863 SQLITE_API int sqlite3_backup_step(sqlite3_backup *p, int nPage);
17171 int nPage; /* Number of pages in pPage[] */ member
25258 || sqlite3GlobalConfig.nPage<=0 ){
46242 unsigned int nPage; /* Total number of pages in apHash */
46480 if( pCache->pFree || (pCache->nPage==0 && pcache1InitBulk(pCache)) ){
46665 pCache->nPage--;
46685 if( pCache->nPage==0 && pCache->pBulk ){
46702 TESTONLY( int nPage = 0; ) /* To assert pCache->nPage is correct */
46714 TESTONLY( nPage = -10; ) /* Disable the pCache->nPage validity check */
46728 pCache->nPage--;
[all …]
Dsqlite3.h7839 SQLITE_API int sqlite3_backup_step(sqlite3_backup *p, int nPage);