Home
last modified time | relevance | path

Searched refs:ColSpan (Results 1 – 3 of 3) sorted by relevance

/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
DSkPdfTableAttributesDictionary_autogen.cpp23 int64_t SkPdfTableAttributesDictionary::ColSpan(SkPdfNativeDoc* doc) { in ColSpan() function in SkPdfTableAttributesDictionary
DSkPdfTableAttributesDictionary_autogen.h523 int64_t ColSpan(SkPdfNativeDoc* doc);
/external/pdfium/core/src/reflow/
Dlayoutprocessor_reflow.cpp248 int ColSpan = pCell->m_ColSpan; in ProcessTable() local
252 if(ColSpan + j > colCount) { in ProcessTable()
253 ColSpan = colCount - j; in ProcessTable()
256 for(int nn = 0; nn < ColSpan; nn++) { in ProcessTable()