Searched refs:ColSpan (Results 1 – 3 of 3) sorted by relevance
23 int64_t SkPdfTableAttributesDictionary::ColSpan(SkPdfNativeDoc* doc) { in ColSpan() function in SkPdfTableAttributesDictionary
523 int64_t ColSpan(SkPdfNativeDoc* doc);
248 int ColSpan = pCell->m_ColSpan; in ProcessTable() local252 if(ColSpan + j > colCount) { in ProcessTable()253 ColSpan = colCount - j; in ProcessTable()256 for(int nn = 0; nn < ColSpan; nn++) { in ProcessTable()