Home
last modified time | relevance | path

Searched defs:pCell (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/core/src/reflow/
Dautoreflow.cpp218 CRF_CELL* pCell = (CRF_CELL*)m_cellArray.GetAt(i); in GenerateStructTree() local
239 CRF_CELL* pCell = NULL; in CreateElement() local
288 CRF_CELL* pCell = (CRF_CELL*)cellArray.GetAt(i); in GenerateParagraph() local
484 CRF_CELL* pCell = NULL; in GenerateLine() local
Dlayoutprocessor_reflow.cpp239 RF_TableCell* pCell = (RF_TableCell*)pTable->m_pCellArray.GetAt(n++); in ProcessTable() local
286 RF_TableCell* pCell = (RF_TableCell*)pTable->m_pCellArray.GetAt(n++); in ProcessTable() local
312 RF_TableCell* pCell = pTable->m_pCellArray.GetAt(i); in ProcessTable() local
591 RF_TableCell* pCell = FX_Alloc(RF_TableCell, 1); in ProcessElement() local
676 … RF_TableCell* pCell = pTable->m_pCellArray.GetAt(pTable->m_pCellArray.GetSize() - 1); in ProcessElement() local
/external/chromium_org/third_party/sqlite/src/ext/rtree/
Drtree.c555 RtreeCell *pCell, in nodeOverwriteCell()
589 RtreeCell *pCell in nodeInsertCell()
694 RtreeCell *pCell in nodeGetCell()
867 RtreeCell *pCell, /* Cell to test */ in testRtreeGeom()
1482 static float cellGrowth(Rtree *pRtree, RtreeCell *p, RtreeCell *pCell){ in cellGrowth()
1557 RtreeCell *pCell, /* Cell to insert into rtree */ in ChooseLeaf()
1651 RtreeCell *pCell /* This cell was just inserted */ in AdjustTree()
2077 RtreeCell *pCell = &aCell[aaSorted[iBestDim][ii]]; in splitNodeStartree() local
2165 RtreeCell *pCell, in SplitNode()
2450 RtreeCell *pCell, in Reinsert()
[all …]
/external/chromium_org/third_party/sqlite/src/src/
Dbtree.c888 u8 *pCell, /* Pointer to the cell text. */ in btreeParseCellPtr()
968 static u16 cellSizePtr(MemPage *pPage, u8 *pCell){ in cellSizePtr()
1035 static void ptrmapPutOvflPtr(MemPage *pPage, u8 *pCell, int *pRC){ in ptrmapPutOvflPtr()
2682 u8 *pCell = findCell(pPage, i); in setChildPtrmaps() local
2734 u8 *pCell = findCell(pPage, i); in modifyPagePointer() local
4470 u8 *pCell; /* Pointer to current cell in pPage */ in sqlite3BtreeMovetoUnpacked() local
5157 static int clearCell(MemPage *pPage, unsigned char *pCell){ in clearCell()
5230 unsigned char *pCell, /* Complete text of the cell */ in fillInCell()
5444 u8 *pCell, /* Content of the new cell */ in insertCell()
5627 u8 *pCell = pPage->aOvfl[0].pCell; in balance_quick() local
[all …]
Dtest_stat.c313 StatCell *pCell = &p->aCell[i]; in statDecodePage() local
401 StatCell *pCell = &p->aCell[p->iCell]; in statNext() local
DbtreeInt.h287 u8 *pCell; /* Pointers to the body of the overflow cell */ member
450 u8 *pCell; /* Pointer to the start of cell content */ member
Drecover.c1281 const unsigned char *pCell; /* Pointer to data at iCellOffset. */ in leafCursorCellDecode() local