HomeSort by relevance Sort by last modified time
    Searched refs:pCell (Results 1 - 4 of 4) 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) {
257 if(pCell->m_CellWritingMode != plastCell->m_CellWritingMode ) {
259 } else if(pCell->m_CellWritingMode == WritingMode_LRTB) {
260 SpaceBefore = plastCell->m_BBox.bottom - pCell->m_BBox.top
    [all...]
layoutprocessor_reflow.cpp 236 RF_TableCell* pCell = (RF_TableCell*)pTable->m_pCellArray.GetAt(n++);
237 if(pCell->m_EndPos < pCell->m_BeginPos) {
247 int RowSpan = pCell->m_RowSpan;
248 int ColSpan = pCell->m_ColSpan;
260 pVirtualTable[pos + nn] = pCell;
265 for(pos = i * tableColCount; pVirtualTable[pos] != pCell && pos < cellCount; pos++) {
268 CRF_Data* pData = (*m_pReflowedPage->m_pReflowed)[pCell->m_BeginPos];
271 Transform(&matrix, m_pReflowedPage->m_pReflowed, pCell->m_BeginPos, pCell->m_EndPos - pCell->m_BeginPos + 1)
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 260 milliseconds