Home
last modified time | relevance | path

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

/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/include/
H A Dlvtextfm.h157 #define LTEXT_WORD_IS_LINK_START 0x0010 /// first word of link flag macro
/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/src/
H A Dlvrend.cpp1666 if ( line->words[w].flags & LTEXT_WORD_IS_LINK_START ) { in renderCells()
4483 if ( line->words[w].flags & LTEXT_WORD_IS_LINK_START ) { in renderBlockElementLegacy()
4522 if ( line->words[w].flags & LTEXT_WORD_IS_LINK_START ) { in renderBlockElementLegacy()
7715 if ( line->words[w].flags & LTEXT_WORD_IS_LINK_START ) { in renderBlockElementEnhanced()
H A Dlvtextfm.cpp3136 word->flags |= LTEXT_WORD_IS_LINK_START; in addLine()