HomeSort by relevance Sort by last modified time
    Searched refs:pCell (Results 1 - 10 of 10) sorted by null

  /external/pdfium/core/src/reflow/
autoreflow.cpp 218 CRF_CELL* pCell = (CRF_CELL*)m_cellArray.GetAt(i);
219 if(pCell) {
220 pCell->m_ObjList.RemoveAll();
221 delete pCell;
239 CRF_CELL* pCell = NULL;
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->m_BBox.top
    [all...]
layoutprocessor_reflow.cpp 239 RF_TableCell* pCell = (RF_TableCell*)pTable->m_pCellArray.GetAt(n++);
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->m_EndPos - pCell->m_BeginPos + 1)
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
test_stat.c 313 StatCell *pCell = &p->aCell[i];
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 = &p->aCell[p->iCell]
    [all...]
btree.c 869 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){
969 u8 *pIter = &pCell[pPage->childPtrSize];
978 btreeParseCellPtr(pPage, pCell, &debuginfo)
    [all...]
btreeInt.h 287 u8 *pCell; /* Pointers to the body of the overflow cell */
450 u8 *pCell; /* Pointer to the start of cell content */
recover.c     [all...]
  /external/chromium_org/third_party/sqlite/src/ext/rtree/
rtree.c 550 ** 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->iRowid = nodeGetRowid(pRtree, pNode, iCell)
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 1777 milliseconds