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

  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfTableAttributesDictionary_autogen.cpp 23 int64_t SkPdfTableAttributesDictionary::ColSpan(SkPdfNativeDoc* doc) {
24 SkPdfNativeObject* ret = get("ColSpan", "");
32 return get("ColSpan", "") != NULL;
SkPdfTableAttributesDictionary_autogen.h     [all...]
  /external/pdfium/core/src/reflow/
layoutprocessor_reflow.cpp 248 int ColSpan = pCell->m_ColSpan;
252 if(ColSpan + j > colCount) {
253 ColSpan = colCount - j;
256 for(int nn = 0; nn < ColSpan; nn++) {
    [all...]

Completed in 683 milliseconds