Home
last modified time | relevance | path

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

/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
DSkPdfTableAttributesDictionary_autogen.cpp23 int64_t SkPdfTableAttributesDictionary::ColSpan(SkPdfNativeDoc* doc) { in ColSpan() function in SkPdfTableAttributesDictionary
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
DSkPdfTableAttributesDictionary_autogen.cpp23 int64_t SkPdfTableAttributesDictionary::ColSpan(SkPdfNativeDoc* doc) { in ColSpan() function in SkPdfTableAttributesDictionary
/external/pdfium/core/src/reflow/
Dlayoutprocessor_reflow.cpp251 int ColSpan = pCell->m_ColSpan; in ProcessTable() local