Searched refs:pCell (Results 1 - 10 of 10) sorted by relevance

/external/pdfium/core/src/reflow/
H A Dautoreflow.cpp218 CRF_CELL* pCell = (CRF_CELL*)m_cellArray.GetAt(i); local
219 if(pCell) {
220 pCell->m_ObjList.RemoveAll();
221 delete pCell;
239 CRF_CELL* pCell = NULL; local
245 pCell = (CRF_CELL*)m_cellArray.GetAt(i);
246 if(!pCell) {
258 if(pCell->m_CellWritingMode != plastCell->m_CellWritingMode ) {
260 } else if(pCell->m_CellWritingMode == WritingMode_LRTB) {
261 SpaceBefore = plastCell->m_BBox.bottom - pCell
288 CRF_CELL* pCell = (CRF_CELL*)cellArray.GetAt(i); local
484 CRF_CELL* pCell = NULL; local
[all...]
H A Dlayoutprocessor_reflow.cpp239 RF_TableCell* pCell = (RF_TableCell*)pTable->m_pCellArray.GetAt(n++); local
240 if(pCell->m_EndPos < pCell->m_BeginPos) {
250 int RowSpan = pCell->m_RowSpan;
251 int ColSpan = pCell->m_ColSpan;
263 pVirtualTable[pos + nn] = pCell;
268 for(pos = i * tableColCount; pVirtualTable[pos] != pCell && pos < cellCount; pos++) {
271 CRF_Data* pData = (*m_pReflowedPage->m_pReflowed)[pCell->m_BeginPos];
274 Transform(&matrix, m_pReflowedPage->m_pReflowed, pCell->m_BeginPos, pCell
286 RF_TableCell* pCell = (RF_TableCell*)pTable->m_pCellArray.GetAt(n++); local
312 RF_TableCell* pCell = pTable->m_pCellArray.GetAt(i); local
591 RF_TableCell* pCell = FX_Alloc(RF_TableCell, 1); local
676 RF_TableCell* pCell = pTable->m_pCellArray.GetAt(pTable->m_pCellArray.GetSize() - 1); local
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_stat.c313 StatCell *pCell = &p->aCell[i]; local
317 pCell->iChildPg = sqlite3Get4byte(&aData[iOff]);
332 pCell->nLocal = nLocal;
338 pCell->nLastOvfl = (nPayload-nLocal) - (nOvfl-1) * (nUsable-4);
339 pCell->nOvfl = nOvfl;
340 pCell->aOvfl = sqlite3_malloc(sizeof(u32)*nOvfl);
341 pCell->aOvfl[0] = sqlite3Get4byte(&aData[iOff+nLocal]);
344 u32 iPrev = pCell->aOvfl[j-1];
351 pCell->aOvfl[j] = sqlite3Get4byte(sqlite3PagerGetData(pPg));
401 StatCell *pCell local
[all...]
H A Dbtree.c869 return pOvfl->pCell;
888 u8 *pCell, /* Pointer to the cell text. */
896 pInfo->pCell = pCell;
902 n += getVarint32(&pCell[n], nPayload);
906 n += getVarint(&pCell[n], (u64*)&pInfo->nKey);
910 n += getVarint32(&pCell[n], nPayload);
968 static u16 cellSizePtr(MemPage *pPage, u8 *pCell){ argument
969 u8 *pIter = &pCell[pPage->childPtrSize];
978 btreeParseCellPtr(pPage, pCell,
886 btreeParseCellPtr( MemPage *pPage, u8 *pCell, CellInfo *pInfo ) argument
1035 ptrmapPutOvflPtr(MemPage *pPage, u8 *pCell, int *pRC) argument
2682 u8 *pCell = findCell(pPage, i); local
2734 u8 *pCell = findCell(pPage, i); local
4470 u8 *pCell; /* Pointer to current cell in pPage */ local
5157 clearCell(MemPage *pPage, unsigned char *pCell) argument
5228 fillInCell( MemPage *pPage, unsigned char *pCell, const void *pKey, i64 nKey, const void *pData,int nData, int nZero, int *pnSize ) argument
5441 insertCell( MemPage *pPage, int i, u8 *pCell, int sz, u8 *pTemp, Pgno iChild, int *pRC ) argument
5627 u8 *pCell = pPage->aOvfl[0].pCell; local
6227 u8 *pCell; local
6787 unsigned char *pCell; /* Pointer to cell to delete */ local
7060 unsigned char *pCell; local
7621 u8 *pCell; local
[all...]
H A DbtreeInt.h287 u8 *pCell; /* Pointers to the body of the overflow cell */ member in struct:MemPage::_OvflCell
450 u8 *pCell; /* Pointer to the start of cell content */ member in struct:CellInfo
H A Drecover.c1298 const unsigned char *pCell; /* Pointer to data at iCellOffset. */ local
1327 pCell = PageData(pCursor->pPage, iCellOffset);
1336 if( !checkVarints(pCell, nCellMaxBytes, 3) ){
1340 nRead = getVarint(pCell, &nRecordBytes);
1344 nRead += getVarint(pCell + nRead, &iRowid);
1370 nRecordHeaderRead = getVarint(pCell + nRead, &nRecordHeaderBytes);
/external/chromium_org/third_party/sqlite/src/ext/rtree/
H A Drtree.c550 ** Overwrite cell iCell of node pNode with the contents of pCell.
555 RtreeCell *pCell,
560 p += writeInt64(p, pCell->iRowid);
562 p += writeCoord(p, &pCell->aCoord[ii]);
580 ** Insert the contents of cell pCell into node pNode. If the insert
589 RtreeCell *pCell
599 nodeOverwriteCell(pRtree, pNode, pCell, nCell);
688 ** to by pCell with the results.
694 RtreeCell *pCell
697 pCell
552 nodeOverwriteCell( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell, int iCell ) argument
864 testRtreeGeom( Rtree *pRtree, RtreeConstraint *pConstraint, RtreeCell *pCell, int *pbRes ) argument
1482 cellGrowth(Rtree *pRtree, RtreeCell *p, RtreeCell *pCell) argument
1555 ChooseLeaf( Rtree *pRtree, RtreeCell *pCell, int iHeight, RtreeNode **ppLeaf ) argument
2077 RtreeCell *pCell = &aCell[aaSorted[iBestDim][ii]]; local
2162 SplitNode( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell, int iHeight ) argument
2447 Reinsert( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell, int iHeight ) argument
2550 rtreeInsertCell( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell, int iHeight ) argument
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c46489 u8 *pCell; /* Pointers to the body of the overflow cell */ member in struct:MemPage::_OvflCell
46652 u8 *pCell; /* Pointer to the start of cell content */ member in struct:CellInfo
48005 btreeParseCellPtr( MemPage *pPage, u8 *pCell, CellInfo *pInfo ) argument
48087 cellSizePtr(MemPage *pPage, u8 *pCell) argument
48154 ptrmapPutOvflPtr(MemPage *pPage, u8 *pCell, int *pRC) argument
49801 u8 *pCell = findCell(pPage, i); local
49853 u8 *pCell = findCell(pPage, i); local
51589 u8 *pCell; /* Pointer to current cell in pPage */ local
52276 clearCell(MemPage *pPage, unsigned char *pCell) argument
52347 fillInCell( MemPage *pPage, unsigned char *pCell, const void *pKey, i64 nKey, const void *pData,int nData, int nZero, int *pnSize ) argument
52560 insertCell( MemPage *pPage, int i, u8 *pCell, int sz, u8 *pTemp, Pgno iChild, int *pRC ) argument
52746 u8 *pCell = pPage->aOvfl[0].pCell; local
53346 u8 *pCell; local
53906 unsigned char *pCell; /* Pointer to cell to delete */ local
54179 unsigned char *pCell; local
54740 u8 *pCell; local
111538 const unsigned char *pCell; /* Pointer to data at iCellOffset. */ local
124820 nodeOverwriteCell( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell, int iCell ) argument
125132 testRtreeGeom( Rtree *pRtree, RtreeConstraint *pConstraint, RtreeCell *pCell, int *pbRes ) argument
125750 cellGrowth(Rtree *pRtree, RtreeCell *p, RtreeCell *pCell) argument
125823 ChooseLeaf( Rtree *pRtree, RtreeCell *pCell, int iHeight, RtreeNode **ppLeaf ) argument
126345 RtreeCell *pCell = &aCell[aaSorted[iBestDim][ii]]; local
126430 SplitNode( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell, int iHeight ) argument
126715 Reinsert( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell, int iHeight ) argument
126818 rtreeInsertCell( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell, int iHeight ) argument
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c51055 u8 *pCell; /* Pointer to the start of cell content */ member in struct:CellInfo
52476 btreeParseCellPtr( MemPage *pPage, u8 *pCell, CellInfo *pInfo ) argument
52559 cellSizePtr(MemPage *pPage, u8 *pCell) argument
52626 ptrmapPutOvflPtr(MemPage *pPage, u8 *pCell, int *pRC) argument
54380 u8 *pCell = findCell(pPage, i); local
54432 u8 *pCell = findCell(pPage, i); local
56171 u8 *pCell; /* Pointer to current cell in pPage */ local
56980 clearCell(MemPage *pPage, unsigned char *pCell) argument
57054 fillInCell( MemPage *pPage, unsigned char *pCell, const void *pKey, i64 nKey, const void *pData,int nData, int nZero, int *pnSize ) argument
57263 insertCell( MemPage *pPage, int i, u8 *pCell, int sz, u8 *pTemp, Pgno iChild, int *pRC ) argument
57447 u8 *pCell = pPage->apOvfl[0]; local
58074 u8 *pCell; local
58650 unsigned char *pCell; /* Pointer to cell to delete */ local
58931 unsigned char *pCell; local
59530 u8 *pCell; local
145241 nodeOverwriteCell( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell, int iCell ) argument
146449 cellGrowth(Rtree *pRtree, RtreeCell *p, RtreeCell *pCell) argument
146490 ChooseLeaf( Rtree *pRtree, RtreeCell *pCell, int iHeight, RtreeNode **ppLeaf ) argument
146829 RtreeCell *pCell = &aCell[aaSorted[iBestDim][ii]]; local
146858 SplitNode( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell, int iHeight ) argument
147144 Reinsert( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell, int iHeight ) argument
147249 rtreeInsertCell( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell, int iHeight ) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c51075 u8 *pCell; /* Pointer to the start of cell content */ member in struct:CellInfo
52496 btreeParseCellPtr( MemPage *pPage, u8 *pCell, CellInfo *pInfo ) argument
52579 cellSizePtr(MemPage *pPage, u8 *pCell) argument
52646 ptrmapPutOvflPtr(MemPage *pPage, u8 *pCell, int *pRC) argument
54400 u8 *pCell = findCell(pPage, i); local
54452 u8 *pCell = findCell(pPage, i); local
56191 u8 *pCell; /* Pointer to current cell in pPage */ local
57000 clearCell(MemPage *pPage, unsigned char *pCell) argument
57074 fillInCell( MemPage *pPage, unsigned char *pCell, const void *pKey, i64 nKey, const void *pData,int nData, int nZero, int *pnSize ) argument
57283 insertCell( MemPage *pPage, int i, u8 *pCell, int sz, u8 *pTemp, Pgno iChild, int *pRC ) argument
57467 u8 *pCell = pPage->apOvfl[0]; local
58094 u8 *pCell; local
58670 unsigned char *pCell; /* Pointer to cell to delete */ local
58951 unsigned char *pCell; local
59550 u8 *pCell; local
145273 nodeOverwriteCell( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell, int iCell ) argument
146481 cellGrowth(Rtree *pRtree, RtreeCell *p, RtreeCell *pCell) argument
146522 ChooseLeaf( Rtree *pRtree, RtreeCell *pCell, int iHeight, RtreeNode **ppLeaf ) argument
146861 RtreeCell *pCell = &aCell[aaSorted[iBestDim][ii]]; local
146890 SplitNode( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell, int iHeight ) argument
147176 Reinsert( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell, int iHeight ) argument
147281 rtreeInsertCell( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell, int iHeight ) argument
[all...]

Completed in 7922 milliseconds