Searched refs:nPage (Results 1 - 7 of 7) sorted by relevance
/third_party/icu/icu4c/source/samples/layout/ |
H A D | layout.cpp | 71 si.nPage = context->height / context->paragraph->getLineHeight(); in InitParagraph() 204 si.nPos -= si.nPage; in WndProc() 208 si.nPos += si.nPage; in WndProc() 253 // NOTE: si.nPos + si.nPage may include a partial line at the bottom in WndProc() 256 lastLine = min (si.nPos + (le_int32) si.nPage, context->paragraph->getLineCount() - 1); in WndProc()
|
H A D | clayout.c | 73 si.nPage = context->height / pf_getLineHeight(context->paragraph); in InitParagraph() 207 si.nPos -= si.nPage; in WndProc() 211 si.nPos += si.nPage; in WndProc() 256 // NOTE: si.nPos + si.nPage may include a partial line at the bottom in WndProc() 259 lastLine = min (si.nPos + (le_int32) si.nPage, pf_getLineCount(context->paragraph) - 1); in WndProc()
|
/third_party/skia/third_party/externals/icu/source/samples/layout/ |
H A D | clayout.c | 72 si.nPage = context->height / pf_getLineHeight(context->paragraph); in InitParagraph() 206 si.nPos -= si.nPage; in WndProc() 210 si.nPos += si.nPage; in WndProc() 255 // NOTE: si.nPos + si.nPage may include a partial line at the bottom in WndProc() 258 lastLine = min (si.nPos + (le_int32) si.nPage, pf_getLineCount(context->paragraph) - 1); in WndProc()
|
H A D | layout.cpp | 71 si.nPage = context->height / context->paragraph->getLineHeight(); in InitParagraph() 204 si.nPos -= si.nPage; in WndProc() 208 si.nPos += si.nPage; in WndProc() 253 // NOTE: si.nPos + si.nPage may include a partial line at the bottom in WndProc() 256 lastLine = min (si.nPos + (le_int32) si.nPage, context->paragraph->getLineCount() - 1); in WndProc()
|
/third_party/sqlite/src/ |
H A D | sqlite3.c | 9416 SQLITE_API int sqlite3_backup_step(sqlite3_backup *p, int nPage); 19493 int nPage; /* Number of pages in pPage[] */ member 22252 SQLITE_DEFAULT_PCACHE_INITSZ, /* nPage */ 52079 int nPage = sqlite3_column_int(pStmt, 0); global() local 53732 unsigned int nPage; /* Total number of pages in apHash */ global() member 58165 pager_truncate(Pager *pPager, Pgno nPage) global() argument 58790 Pgno nPage; /* Value to return via *pnPage */ global() local 58861 Pgno nPage; /* Size of the database file */ global() local 59516 sqlite3PagerTruncateImage(Pager *pPager, Pgno nPage) global() argument 60687 Pgno nPage; /* Number of pages in database file */ global() local 61651 int nPage = 0; /* Number of pages starting at pg1 to journal */ global() local 63690 u32 nPage; /* Size of database in pages */ global() member 68013 u32 nPage; /* Number of pages in the database */ global() member 68264 Pgno nPage; /* Number of pages in the database */ global() member 71815 u32 nPage; /* Number of pages in the database */ global() local 72976 int nPage = get4byte(&pPage1->aData[28]); global() local 79160 u32 nPage; /* Number of pages on the overflow chain */ global() local 80091 sqlite3_backup_step(sqlite3_backup *p, int nPage) global() argument 214317 int nPage; /* Number of pages in current btree */ global() member 214769 int nPage; global() local [all...] |
H A D | shell.c | 11515 int nPage; /* Size of aPage[] in bytes */ member 11925 rc = dbdataLoadPage(pCsr, pCsr->iPgno, &pCsr->aPage, &pCsr->nPage); in dbdataNext() 11979 if( iOff>pCsr->nPage ){ in dbdataNext() 11989 if( bNextPage || iOff>pCsr->nPage ){ in dbdataNext() 11996 if( bHasRowid && !bNextPage && iOff<pCsr->nPage ){ in dbdataNext() 12001 U = pCsr->nPage; in dbdataNext() 12020 if( bNextPage || nLocal+iOff>pCsr->nPage ){ in dbdataNext() 12045 assert( rc!=SQLITE_OK || aOvfl==0 || nOvfl==pCsr->nPage ); in dbdataNext() 12259 if( iOff>pCsr->nPage ) return SQLITE_OK; in dbdataColumn() 12262 if( iOff<=pCsr->nPage ){ in dbdataColumn() [all...] |
/third_party/sqlite/include/ |
H A D | sqlite3.h | 9107 SQLITE_API int sqlite3_backup_step(sqlite3_backup *p, int nPage);
|
Completed in 165 milliseconds