Searched refs:cellArray (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/core/src/reflow/
H A Dautoreflow.h92 void GenerateLine(CFX_PtrArray& cellArray);
93 void GenerateParagraph(CFX_PtrArray& cellArray);
105 void ProcessObj(CFX_PtrArray& cellArray, CPDF_PageObject* pObj, CFX_AffineMatrix matrix);
H A Dautoreflow.cpp273 void CPDF_AutoReflowLayoutProvider::GenerateParagraph(CFX_PtrArray& cellArray) argument
275 int count = cellArray.GetSize();
279 CRF_CELL* plastCell = (CRF_CELL*)cellArray.GetAt(0);
288 CRF_CELL* pCell = (CRF_CELL*)cellArray.GetAt(i);
408 cellArray.RemoveAt(i);
416 void CPDF_AutoReflowLayoutProvider::ProcessObj(CFX_PtrArray& cellArray, CPDF_PageObject* pObj, CFX_AffineMatrix matrix) argument
482 void CPDF_AutoReflowLayoutProvider::GenerateLine(CFX_PtrArray& cellArray) argument
575 cellArray.Add(pCell);
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
H A Dexportfig.m412 function cellArray = LocalGetAsCell(fig,prop);
413 cellArray = get(fig,prop);
414 if (~isempty(cellArray)) & (~iscell(cellArray))
415 cellArray = {cellArray};

Completed in 122 milliseconds