Searched refs:tlFlags (Results 1 – 10 of 10) sorted by relevance
65 if ( tl->tlFlags & TLflagBLOCKBREAK ) in docListTextLine()70 if ( tl->tlFlags & TLflagINLINECONTENT ) in docListTextLine()75 if ( tl->tlFlags & TLflagSHADING ) in docListTextLine()80 if ( tl->tlFlags & TLflagBORDER ) in docListTextLine()
94 ! ( paraNode->biParaLines[0].tlFlags & TLflagBLOCKBREAK ) ) in docLayoutParagraphInStrip()108 ! ( paraNode->biParaLines[plp->pspLine- 1].tlFlags & in docLayoutParagraphInStrip()133 if ( ! ( tl[0].tlFlags & TLflagBLOCKBREAK ) && in docLayoutParagraphInStrip()
390 if ( tl->tlFlags & TLflagSHADING ) in docDrawLineBackground()397 if ( tl->tlFlags & TLflagBORDER ) in docDrawLineBackground()527 ( ( tl->tlFlags & TLflagSHADING ) || in docDrawTextLines()528 ( tl->tlFlags & TLflagBORDER ) ) ) in docDrawTextLines()
54 if ( tl->tlFlags & TLflagBLOCKBREAK ) in docParaGetFirstInColumn()
371 if ( tl->tlFlags & TLflagBLOCKBREAK ) in docCommitStripLayout_x()
562 if ( boxLine.tlFlags & TLflagBLOCKBREAK ) in docLayoutParaLines()
1669 tl->tlFlags= lineFlags; in docLayoutLineBox()
33 tl->tlFlags= 0; in docInitTextLine()
56 unsigned char tlFlags; member
104 enum { tlFile = 0, tlEdit = 1, tlView = 2, tlFlags = 3, tlTextures = 4, tlSize = 5 }; enumerator