Home
last modified time | relevance | path

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

/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/src/
H A Dlvrend.cpp4704 int last_split_after_flag; // in case we need to adjust upcoming line's flag vs previous line's member in FlowState
4739 last_split_after_flag(RN_SPLIT_AUTO), in FlowState()
4958 last_split_after_flag = RN_SPLIT_AUTO; in addSpaceToContext()
5001 last_split_after_flag = RN_GET_SPLIT_AFTER(flags); in addSpaceToContext()
5019 last_split_after_flag = RN_SPLIT_AUTO; in addContentLine()
5047 last_split_after_flag = RN_GET_SPLIT_AFTER(flags); in addContentLine()
5100 last_split_after_flag = split_avoid_after ? RN_SPLIT_AVOID : RN_SPLIT_AUTO; in addContentSpace()
5403 … if ( last_split_after_flag == RN_SPLIT_AUTO && next_split_before_flag == RN_SPLIT_AUTO ) { in pushVerticalMargin()
5414 int after_flag = last_split_after_flag & ~RN_SPLIT_ALWAYS; in pushVerticalMargin()
5437 …else if ( RN_GET_SPLIT_BEFORE(flags) == RN_SPLIT_ALWAYS && last_split_after_flag == RN_SPLIT_AVOID… in pushVerticalMargin()
[all …]